jax.lax.sub#

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

元素級減法:\(x - y\)

參數:
  • x (ArrayLike)

  • y (ArrayLike)

返回型別:

Array