jax.lax.add

内容

jax.lax.add#

jax.lax.add(x, y)[source]#

逐元素加法: \(x + y\).

参数:
  • x (ArrayLike)

  • y (ArrayLike)

返回类型:

数组