BitwiseOr
Description
Computes the bitwise OR of each element in tensor (A) with the corresponding element in tensor (B).

Input
- A: input tensor. The data type can be int8, int16, int32, int64, uint8, uint16, uint32, or uint64.
- B: input tensor. The data type can be int8, int16, int32, int64, uint8, uint16, uint32, or uint64.
Output
C: output tensor. The data type can be int8, int16, int32, int64, uint8, uint16, uint32 or uint64.
Constraints
None.
ONNX Opset Support
Opset v18
Parent topic: Supported ONNX Operators