Tanh - 6 vs 13

Files changed (1) hide show
  1. Tanh6 → Tanh13 +1 -0
Tanh6 → Tanh13 RENAMED
@@ -1 +1 @@
1
1
  Calculates the hyperbolic tangent of the given input tensor element-wise.
2
2
  **Inputs**
3
3
  * **input** (heterogeneous) - **T**:
4
4
  Input tensor
5
5
  **Outputs**
6
6
  * **output** (heterogeneous) - **T**:
7
7
  The hyperbolic tangent values of the input tensor computed element-
8
8
  wise
9
9
  **Type Constraints**
10
10
  * **T** in (
11
+ tensor(bfloat16),
11
12
  tensor(double),
12
13
  tensor(float),
13
14
  tensor(float16)
14
15
  ):
15
16
  Constrain input and output types to float tensors.