Sum
Description
Performs element-wise summation on all input tensors.

Input
data_i: tensor list, a group of tensors used for summation. The data type can be int8, int32, uint8, float16, or float.
Output
sum: output tensor. The data type and shape must be the same as those after the data_i broadcast.
Constraints
data_i: The data types of all input tensors must be the same.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Supported ONNX Operators