Python wrappers
Public Python APIs implemented by this engine symbol.Elementwise logical AND: .
Composite over not_equal_op (to coerce each operand to a bool
mask) + bitwise_and_op. Not differentiable — the output is
integral and bitwise_* has no backward.
Math
See Also
bitwise_and_op — bit-level variant on integer inputs.
Parameters
a, bTensorImplPtrOperands of broadcastable shapes and arbitrary numeric dtype.
Returns
TensorImplPtrBool tensor on the broadcast shape of a and b.