jax.lax.gt

Warning

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

jax.lax.gt¶

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

Elementwise greater-than: \(x > y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any