jax.lax.bitwise_and#

jax.lax.bitwise_and(x, y)[源代码]#

按元素进行 AND 运算:\(x \wedge y\)

参数:
  • x (ArrayLike)

  • y (ArrayLike)

返回类型:

Array