Sum - version 6#
This page documents version 6 of operator Sum. See Sum for the latest version (since version 13).
Domain:
ai.onnxSince version: 6
Element-wise sum of each of the input tensors. All inputs and outputs must have the same shape and data type.
Inputs
data_0 (T): List of tensors for Sum.
Outputs
sum (T): Output tensor. Same dimension as inputs.
Type Constraints
T: Constrain input and output types to float tensors. Allowed types: tensor(double), tensor(float), tensor(float16).
Differences with previous version (1)#
SchemaDiff: Sum (domain 'ai.onnx')
old version: 1
new version: 6
breaking: yes
Breaking reasons:
attribute ‘consumed_inputs’ (removed): type=INTS; required=False
Attributes:
[BREAKING] removed ‘consumed_inputs’: type=INTS; required=False