GreaterEqualΒΆ

Return element-wise truth value of x >= y.

Abstract Signature:

GreaterEqual(x: Tensor, y: Tensor)

PyTorch

API: torch.ge
Strategy: Infix (>=)

JAX (Core)

API: jax.numpy.greater_equal
Strategy: Infix (>=)

NumPy

API: numpy.greater_equal
Strategy: Infix (>=)

Keras

API: keras.ops.greater_equal
Strategy: Infix (>=)

TensorFlow

API: tf.math.greater_equal
Strategy: Infix (>=)

Apple MLX

API: mlx.core.greater_equal
Strategy: Infix (>=)