jax.lax.bitwise_and# jax.lax.bitwise_and(x, y)[源代码]# 逐元素与运算: \(x \wedge y\)。 参数: x (类数组) y (类数组) 返回类型: 数组