Identity - 1 vs 13#

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.

Files changed (1) hide show
  1. Identity1 → Identity13 +0 -1
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),
11
10
  tensor(bool),
12
11
  tensor(complex128),
13
12
  tensor(complex64),
14
13
  tensor(double),
15
14
  tensor(float),
16
15
  tensor(float16),
17
16
  tensor(int16),
18
17
  tensor(int32),
19
18
  tensor(int64),
20
19
  tensor(int8),
21
20
  tensor(string),
22
21
  tensor(uint16),
23
22
  tensor(uint32),
24
23
  tensor(uint64),
25
24
  tensor(uint8)
26
25
  ):
27
26
  Constrain input and output types to all tensor types.