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