Warning

This page was created from a pull request.

jax.lax.lt¶

jax.lax.lt(x, y)[source]¶

Elementwise less-than: \(x < y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any