jax.lax.bitwise_xor

Warning

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

jax.lax.bitwise_xor¶

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

Elementwise exclusive OR: \(x \oplus y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any