Identity - 1 vs 13¶
- Identity1 → Identity13 +1 -0
Identity1 → Identity13
RENAMED
@@ -1 +1 @@
|
|
1
1
|
Identity operator
|
2
2
|
**Inputs**
|
3
3
|
* **input** (heterogeneous) - **T**:
|
4
4
|
Input tensor
|
5
5
|
**Outputs**
|
6
6
|
* **output** (heterogeneous) - **T**:
|
7
7
|
Tensor to copy input into.
|
8
8
|
**Type Constraints**
|
9
9
|
* **T** in (
|
10
|
+
tensor(bfloat16),
|
10
11
|
tensor(bool),
|
11
12
|
tensor(complex128),
|
12
13
|
tensor(complex64),
|
13
14
|
tensor(double),
|
14
15
|
tensor(float),
|
15
16
|
tensor(float16),
|
16
17
|
tensor(int16),
|
17
18
|
tensor(int32),
|
18
19
|
tensor(int64),
|
19
20
|
tensor(int8),
|
20
21
|
tensor(string),
|
21
22
|
tensor(uint16),
|
22
23
|
tensor(uint32),
|
23
24
|
tensor(uint64),
|
24
25
|
tensor(uint8)
|
25
26
|
):
|
26
27
|
Constrain input and output types to all tensor types.
|