jax.lax.bitwise_or#

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

按位或运算:\(x \vee y\)

参数:
  • x (类数组)

  • y (类数组)

返回类型:

数组