Exp - 1 vs 6¶
- Exp1 → Exp6 +0 -5
Exp1 → Exp6
RENAMED
@@ -1 +1 @@
|
|
1
1
|
Calculates the exponential of the given input tensor, element-wise.
|
2
|
-
|
3
|
-
**Attributes**
|
4
|
-
|
5
|
-
* **consumed_inputs**:
|
6
|
-
legacy optimization attribute.
|
7
2
|
**Inputs**
|
8
3
|
* **input** (heterogeneous) - **T**:
|
9
4
|
Input tensor
|
10
5
|
**Outputs**
|
11
6
|
* **output** (heterogeneous) - **T**:
|
12
7
|
The exponential of the input tensor computed element-wise
|
13
8
|
**Type Constraints**
|
14
9
|
* **T** in (
|
15
10
|
tensor(double),
|
16
11
|
tensor(float),
|
17
12
|
tensor(float16)
|
18
13
|
):
|
19
14
|
Constrain input and output types to float tensors.
|