add¶
dragon.math.
add
(
inputs,
**kwargs
)[source]¶Compute the element-wise addition.
Examples:
- Parameters:
- inputs (Sequence[dragon.Tensor]) – The input1 and input2 tensor.
- Returns:
dragon.Tensor – The output tensor.
dragon.math.
add
(Compute the element-wise addition.
Examples:
dragon.Tensor – The output tensor.