nan_to_num_¶
- paddle. nan_to_num_ ( x: Tensor, nan: float = 0.0, posinf: float | None = None, neginf: float | None = None, name: str | None = None ) Tensor [source]
-
Inplace version of
nan_to_num
API, the output Tensor will be inplaced with inputx
. Please refer to nan_to_num.