jax.lax.bitwise_and

Warning

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

jax.lax.bitwise_and¶

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

Elementwise AND: \(x \wedge y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any