Xor
Description
Performs element-wise exclusive OR on input tensors A and B.
Input
A: tensor of type bool, indicating the first operand in the exclusive OR operation.
B: tensor of the identical data type as A, indicating the second operand in the exclusive OR operation.
Output
C: tensor of the identical data type as A and B.
Constraints
None.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Supported ONNX Operators