Skip to main content
Ctrl+K

jax.lax.ge#

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

Elementwise greater-than-or-equals: \(x \geq 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.gather

next

jax.lax.gt