Tanh - 1 vs 6

Files changed (1) hide show
  1. Tanh1 → Tanh6 +1 -6
Tanh1 → Tanh6 RENAMED
@@ -1 +1 @@
1
1
  Calculates the hyperbolic tangent 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
- 1-D input tensor
4
+ Input tensor
10
5
  **Outputs**
11
6
  * **output** (heterogeneous) - **T**:
12
7
  The hyperbolic tangent values of the input tensor computed element-
13
8
  wise
14
9
  **Type Constraints**
15
10
  * **T** in (
16
11
  tensor(double),
17
12
  tensor(float),
18
13
  tensor(float16)
19
14
  ):
20
15
  Constrain input and output types to float tensors.