Esempio n. 1
0
def _log1p(self):
    return flow.log1p(self)
Esempio n. 2
0
 def forward(self, x):
     return flow.log1p(x)