log1p_

paddle.Tensor. log1p_ ( x: Tensor, name: str | None = None ) None

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