Skip to main content
Ctrl+K

jax.lax.ne#

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

Elementwise not-equals: \(x \neq 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.mul

next

jax.lax.neg