jax.lax.add#

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

元素級加法:\(x + y\)

參數:
  • x (ArrayLike)

  • y (ArrayLike)

回傳型別:

Array