Пример #1
0
def _log1p(self):
    return flow.log1p(self)
Пример #2
0
 def forward(self, x):
     return flow.log1p(x)