Constant - 1 vs 9#
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.
- Constant1 → Constant9 +2 -14
Constant1 → Constant9
RENAMED
@@ -1 +1 @@
|
|
1
1
|
A constant tensor.
|
2
2
|
**Attributes**
|
3
3
|
* **value** (required):
|
4
4
|
The value for the elements of the output tensor.
|
5
5
|
**Outputs**
|
6
6
|
* **output** (heterogeneous) - **T**:
|
7
7
|
Output tensor containing the same value of the provided tensor.
|
8
8
|
**Type Constraints**
|
9
9
|
* **T** in (
|
10
|
-
tensor(bool),
|
11
|
-
tensor(complex128),
|
12
|
-
tensor(complex64),
|
13
10
|
tensor(double),
|
14
11
|
tensor(float),
|
15
|
-
tensor(float16)
|
12
|
+
tensor(float16)
|
16
|
-
tensor(int16),
|
17
|
-
tensor(int32),
|
18
|
-
tensor(int64),
|
19
|
-
tensor(int8),
|
20
|
-
tensor(string),
|
21
|
-
tensor(uint16),
|
22
|
-
tensor(uint32),
|
23
|
-
tensor(uint64),
|
24
|
-
tensor(uint8)
|
25
13
|
):
|
26
|
-
Constrain input and output types to
|
14
|
+
Constrain input and output types to float tensors.? +++ ^
|