logit_

paddle. logit_ ( x: Tensor, eps: float | None = None, name: str | None = None ) Tensor [source]

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