Warning

This page was created from a pull request.

jax.lax.bitwise_or¶

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

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

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any