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