Skip to main content
Ctrl+K

jax.lax.gt#

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

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

Parameters:
  • x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

  • y (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

Return type:

Array

previous

jax.lax.ge

next

jax.lax.igamma