BitwiseNot
Description
Computes the bitwise NOT of input (x) element-wise.

Input
x: input tensor of type int8, int16, int32, int64, uint8, uint16, uint32, or uint64.
Output
y: output tensor of type int8, int16, int32, int64, uint8, uint16, uint32, or uint64.
Constraints
None.
ONNX Opset Support
Opset v18
Parent topic: Supported ONNX Operators