Log - 6 vs 13¶
- Log6 → Log13 +1 -0
Log6 → Log13
RENAMED
@@ -1 +1 @@
|
|
1
1
|
Calculates the natural log 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 natural log of the input tensor computed element-wise
|
8
8
|
**Type Constraints**
|
9
9
|
* **T** in (
|
10
|
+
tensor(bfloat16),
|
10
11
|
tensor(double),
|
11
12
|
tensor(float),
|
12
13
|
tensor(float16)
|
13
14
|
):
|
14
15
|
Constrain input and output types to float tensors.
|