jax.lax.gt#

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

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

Parameters:
  • x (ArrayLike)

  • y (ArrayLike)

Return type:

Array