LessΒΆ

Return element-wise truth value of x < y.

Abstract Signature:

Less(x: Tensor, y: Tensor)

PyTorch

API: torch.lt
Strategy: Infix (<)

JAX (Core)

API: jax.numpy.less
Strategy: Infix (<)

NumPy

API: numpy.less
Strategy: Infix (<)

Keras

API: keras.ops.less
Strategy: Infix (<)

TensorFlow

API: tf.math.less
Strategy: Infix (<)

Apple MLX

API: mlx.core.less
Strategy: Infix (<)

Flax NNX

API: jax.numpy.less
Strategy: Direct Mapping