GtΒΆ

Computes input > other element-wise.

Abstract Signature:

Gt(input: Tensor, other: Tensor)

PyTorch

API: torch.gt
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.greater
Strategy: Direct Mapping

NumPy

API: numpy.greater
Strategy: Direct Mapping

Keras

API: keras.ops.greater
Strategy: Direct Mapping

TensorFlow

API: tf.math.greater
Strategy: Direct Mapping

Apple MLX

API: mlx.core.greater
Strategy: Direct Mapping