jax.lax.ne#

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

Elementwise not-equals: \(x \neq y\).

Parameters:
  • x (ArrayLike)

  • y (ArrayLike)

Return type:

Array