Greater ======= Return element-wise truth value of x > y. **Abstract Signature:** ``Greater(x: Tensor, y: Tensor)`` .. raw:: html

PyTorch

API: torch.gt
Strategy: Infix (>)

JAX (Core)

API: jax.numpy.greater
Strategy: Infix (>)

NumPy

API: numpy.greater
Strategy: Infix (>)

Keras

API: keras.ops.greater
Strategy: Infix (>)

TensorFlow

API: tf.math.greater
Strategy: Infix (>)

Apple MLX

API: mlx.core.greater
Strategy: Infix (>)

Flax NNX

API: jax.numpy.greater
Strategy: Direct Mapping