Warning

This page was created from a pull request.

jax.lax.bitwise_and¶

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

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

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any