Sum - 1 vs 6

Files changed (1) hide show
  1. Sum1 → Sum6 +0 -5
Sum1 → Sum6 RENAMED
@@ -1 +1 @@
1
1
  Element-wise sum of each of the input tensors. All inputs and outputs must
2
2
  have the same shape and data type.
3
-
4
- **Attributes**
5
-
6
- * **consumed_inputs**:
7
- legacy optimization attribute.
8
3
  **Inputs**
9
4
  Between 1 and 2147483647 inputs.
10
5
  * **data_0** (variadic, heterogeneous) - **T**:
11
6
  List of tensors for Sum.
12
7
  **Outputs**
13
8
  * **sum** (heterogeneous) - **T**:
14
9
  Output tensor. Same dimension as inputs.
15
10
  **Type Constraints**
16
11
  * **T** in (
17
12
  tensor(double),
18
13
  tensor(float),
19
14
  tensor(float16)
20
15
  ):
21
16
  Constrain input and output types to float tensors.