Skip to main content
Ctrl+K

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

previous

jax.lax.bitwise_or

next

jax.lax.population_count