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