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