jax.lax.bitwise_and# jax.lax.bitwise_and(x, y)[source]# 元素級 AND 運算:\(x \wedge y\)。 參數: x (ArrayLike) y (ArrayLike) 回傳類型: Array