Skip to main content
Ctrl+K

jax.lax.le#

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

Elementwise less-than-or-equals: \(x \leq 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.is_finite

next

jax.lax.lgamma