jax_bitwise_and

probly.representation.jax_functions.jax_bitwise_and(x1: JaxArrayLike, x2: JaxArrayLike, /) jax.Array[source]
probly.representation.jax_functions.jax_bitwise_and(x1: JaxOperand, x2: JaxOperand, /) object

Compute bitwise AND, mirroring jax.numpy.bitwise_and.

Parameters:
  • x1 – Left integer or boolean operand.

  • x2 – Right integer or boolean operand.

Returns:

The elementwise bitwise AND, or a custom override result.