jax.lax.ne

Warning

This page was created from a pull request (#9655).

jax.lax.ne¶

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

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

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any