Constant - 1 vs 9¶
- Constant1 → Constant9 +14 -2
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),
|
10
13
|
tensor(double),
|
11
14
|
tensor(float),
|
12
|
-
tensor(float16)
|
15
|
+
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)
|
13
25
|
):
|
14
|
-
Constrain input and output types to
|
26
|
+
Constrain input and output types to all tensor types.? ^ ^ +++++
|