And
Description
Performs an AND operation on tensors A and B and returns the result.
Input
- A: input tensor of type bool. The data format can be ND.
- B: input tensor of type bool, in ND format.
Output
C: output tensor of the identical data type and shape as input A. The data format can be ND.
Constraints
None
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Supported ONNX Operators