jax.lax.eq#

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

元素級別相等:\(x = y\)

參數:
  • x (ArrayLike)

  • y (ArrayLike)

回傳型別:

Array