Max - 1 vs 6¶
Next section compares an older to a newer version of the same operator after both definition are converted into markdown text. Green means an addition to the newer version, red means a deletion. Anything else is unchanged.
- Max1 → Max6 +0 -6
Max1 → Max6
RENAMED
@@ -1 +1 @@
|
|
1
1
|
Element-wise max 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 - INTS** :
|
7
|
-
|
8
|
-
legacy optimization attribute.
|
9
3
|
### Inputs
|
10
4
|
Between 1 and 2147483647 inputs.
|
11
5
|
- **data_0** (variadic, heterogeneous) - **T**:
|
12
6
|
List of tensors for Max.
|
13
7
|
### Outputs
|
14
8
|
- **max** (heterogeneous) - **T**:
|
15
9
|
Output tensor. Same dimension as inputs.
|
16
10
|
### Type Constraints
|
17
11
|
* **T** in ( tensor(double), tensor(float), tensor(float16) ):
|
18
12
|
Constrain input and output types to float tensors.
|