jax.lax.bitwise_xor#

jax.lax.bitwise_xor(x, y)[原始碼]#

逐元素互斥 OR:\(x \oplus y\)

參數:
  • x (ArrayLike)

  • y (ArrayLike)

回傳型別:

Array