jax.lax.按位与

目录

jax.lax.按位与#

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

逐元素与运算:\(x \wedge y\)

参数:
  • x (ArrayLike)

  • y (ArrayLike)

返回类型:

Array