jax.lax.lt

Warning

This page was created from a pull request (#9655).

jax.lax.lt¶

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

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

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any