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