jax.lax.bitwise_xor# jax.lax.bitwise_xor(x, y)[source]# Elementwise exclusive OR: \(x \oplus 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