logical_andΒΆ

Computes the logical AND for each element x1_i of the input array x1 with the respective element x2_i of the input array x2.

Abstract Signature:

logical_and(x1: Union[array, bool], x2: Union[array, bool])

JAX (Core)

API: jax.numpy.logical_and
Strategy: Direct Mapping

NumPy

API: numpy.ma.core.logical_and
Strategy: Direct Mapping

Keras

API: keras.ops.numpy.logical_and
Strategy: Direct Mapping

TensorFlow

API: tf.logical_and
Strategy: Direct Mapping

Apple MLX

API: mlx.core.logical_and
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.logical_and
Strategy: Direct Mapping