Ge
Computes input >= other element-wise.
Abstract Signature:
Ge(input: Tensor, other: Tensor)
PyTorch
API: torch.ge
Strategy: Direct Mapping
JAX (Core)
API: jnp.greater_equal
Strategy: Infix (>=)
NumPy
API: np.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 (>=)
Flax NNX
API: jnp.greater_equal
Strategy: Infix (>=)
PaxML / Praxis
API: jnp.greater_equal
Strategy: Infix (>=)