LogicalAndΒΆ

Compute the truth value of x1 AND x2 element-wise.

Abstract Signature:

LogicalAnd(x1: Tensor, x2: Tensor)

PyTorch

API: torch.logical_and
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.logical_and
Strategy: Infix (&)

NumPy

API: numpy.logical_and
Strategy: Infix (&)

Keras

API: keras.ops.logical_and
Strategy: Direct Mapping

TensorFlow

API: tf.math.logical_and
Strategy: Direct Mapping

Apple MLX

API: mlx.core.logical_and
Strategy: Direct Mapping