BitwiseAnd

Description

Computes the bitwise AND result of each element in the input tensor (A) and the input 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