powered by
Bitwise_not
(Tensor) the input tensor.
(Tensor, optional) the output tensor.
Computes the bitwise NOT of the given input tensor. The input tensor must be of integral or Boolean types. For bool tensors, it computes the logical NOT.