jax.lax.bitwise_or

Warning

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

jax.lax.bitwise_or¶

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

Elementwise OR: \(x \vee y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any