LessEqual
Return element-wise truth value of x <= y.
Abstract Signature:
LessEqual(x: Tensor, y: Tensor)
PyTorch
API: torch.le
Strategy: Infix (<=)
JAX (Core)
API: jax.numpy.less_equal
Strategy: Infix (<=)
NumPy
API: numpy.less_equal
Strategy: Infix (<=)
Keras
API: keras.ops.less_equal
Strategy: Infix (<=)
TensorFlow
API: tf.math.less_equal
Strategy: Infix (<=)
Apple MLX
API: mlx.core.less_equal
Strategy: Infix (<=)