log1p_

paddle.Tensor. log1p_ ( x, name=None )

Inplace version of log1p API, the output Tensor will be inplaced with input x. Please refer to log1p.