logical_not_¶
- paddle. logical_not_ ( x: Tensor, name: str | None = None ) Tensor [source]
-
Inplace version of
logical_not
API, the output Tensor will be inplaced with inputx
. Please refer to logical_not.
Inplace version of logical_not
API, the output Tensor will be inplaced with input x
. Please refer to logical_not.