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