jax.lax.bitwise_and#

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

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

Parameters:
  • x (ArrayLike)

  • y (ArrayLike)

Return type:

Array