Exp - 1 vs 6

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