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 input x. Please refer to bitwise_invert_.