Equal
=====
Returns element-wise truth value of x == y.
**Abstract Signature:**
``Equal(x: Tensor, y: Tensor)``
.. raw:: html
PyTorch
API: torch.eq
Strategy: Infix (==)
JAX (Core)
API: jax.numpy.equal
Strategy: Infix (==)
NumPy
API: numpy.equal
Strategy: Infix (==)
Keras
API: keras.ops.equal
Strategy: Infix (==)
TensorFlow
API: tf.math.equal
Strategy: Infix (==)
Apple MLX
API: mlx.core.equal
Strategy: Infix (==)
Flax NNX
API: jax.numpy.equal
Strategy: Direct Mapping