- add a bprocedure
Element-wise addition of tensors a and b. Both tensors must have the same shape and dtype.
(define z (add x y)) ; z = x + y
Gradient: dL/da = dL/dz, dL/db = dL/dz
Element-wise addition of tensors a and b. Both tensors must have the same shape and dtype.
(define z (add x y)) ; z = x + y
Gradient: dL/da = dL/dz, dL/db = dL/dz