Move arithmetics spec from v1 to v4 spec docs (#1230)
authoriliya mironov <iliya.mironov@intel.com>
Thu, 9 Jul 2020 08:28:47 +0000 (11:28 +0300)
committerGitHub <noreply@github.com>
Thu, 9 Jul 2020 08:28:47 +0000 (11:28 +0300)
* Move atanh asinh acosh to opset4

* Update opset3 tables

docs/ops/arithmetic/Acosh_3.md [moved from docs/ops/arithmetic/Acosh_1.md with 87% similarity]
docs/ops/arithmetic/Asinh_3.md [moved from docs/ops/arithmetic/Asinh_1.md with 87% similarity]
docs/ops/arithmetic/Atanh_3.md [moved from docs/ops/arithmetic/Atanh_1.md with 87% similarity]
docs/ops/opset3.md
docs/ops/opset4.md

similarity index 87%
rename from docs/ops/arithmetic/Acosh_1.md
rename to docs/ops/arithmetic/Acosh_3.md
index 5cf8eaf..7b1ca90 100644 (file)
@@ -1,6 +1,6 @@
 ## Acosh <a name="Acosh"></a>
 
-**Versioned name**: *Acosh-1*
+**Versioned name**: *Acosh-3*
 
 **Category**: Arithmetic unary operation 
 
@@ -12,7 +12,7 @@
 
 **Inputs**
 
-* **1**: An tensor of type T. **Required.**
+* **1**: A tensor of type T. **Required.**
 
 **Outputs**
 
@@ -20,7 +20,7 @@
 
 **Types**
 
-* *T*: any numeric type.
+* *T*: any floating point type.
 
 *Acosh* does the following with the input tensor *a*:
 
similarity index 87%
rename from docs/ops/arithmetic/Asinh_1.md
rename to docs/ops/arithmetic/Asinh_3.md
index 9d7a366..67e0634 100644 (file)
@@ -1,6 +1,6 @@
 ## Asinh <a name="Asinh"></a>
 
-**Versioned name**: *Asinh-1*
+**Versioned name**: *Asinh-3*
 
 **Category**: Arithmetic unary operation 
 
@@ -12,7 +12,7 @@
 
 **Inputs**
 
-* **1**: An tensor of type T. **Required.**
+* **1**: A tensor of type T. **Required.**
 
 **Outputs**
 
@@ -20,7 +20,7 @@
 
 **Types**
 
-* *T*: any numeric type.
+* *T*: any floating point type.
 
 *Asinh* does the following with the input tensor *a*:
 
similarity index 87%
rename from docs/ops/arithmetic/Atanh_1.md
rename to docs/ops/arithmetic/Atanh_3.md
index c014fdf..0bbec4d 100644 (file)
@@ -1,6 +1,6 @@
 ## Atanh <a name="Atanh"></a>
 
-**Versioned name**: *Atanh-1*
+**Versioned name**: *Atanh-3*
 
 **Category**: Arithmetic unary operation 
 
@@ -12,7 +12,7 @@
 
 **Inputs**
 
-* **1**: An tensor of type T. **Required.**
+* **1**: A tensor of type T. **Required.**
 
 **Outputs**
 
@@ -20,7 +20,7 @@
 
 **Types**
 
-* *T*: any numeric type.
+* *T*: any floating point type.
 
 *Atanh* does the following with the input tensor *a*:
 
index d0934a5..11c7896 100644 (file)
@@ -11,13 +11,10 @@ declared in `namespace opset3`.
 
 * [Abs](arithmetic/Abs_1.md)
 * [Acos](arithmetic/Acos_1.md)
-* [Acosh](arithmetic/Acosh_1.md)
 * [Add](arithmetic/Add_1.md)
 * [Asin](arithmetic/Asin_1.md)
-* [Asinh](arithmetic/Asinh_1.md)
 * [Assign](infrastructure/Assign_3.md)
 * [Atan](arithmetic/Atan_1.md)
-* [Atanh](arithmetic/Atanh_1.md)
 * [AvgPool](pooling/AvgPool_1.md)
 * [BatchNormInference](normalization/BatchNormInference_1.md)
 * [BatchToSpace](movement/BatchToSpace_2.md)
index 91e4d8b..0bbc58d 100644 (file)
@@ -11,13 +11,13 @@ declared in `namespace opset4`.
 
 * [Abs](arithmetic/Abs_1.md)
 * [Acos](arithmetic/Acos_1.md)
-* [Acosh](arithmetic/Acosh_1.md)
+* [Acosh](arithmetic/Acosh_3.md)
 * [Add](arithmetic/Add_1.md)
 * [Asin](arithmetic/Asin_1.md)
-* [Asinh](arithmetic/Asinh_1.md)
+* [Asinh](arithmetic/Asinh_3.md)
 * [Assign](infrastructure/Assign_3.md)
 * [Atan](arithmetic/Atan_1.md)
-* [Atanh](arithmetic/Atanh_1.md)
+* [Atanh](arithmetic/Atanh_3.md)
 * [AvgPool](pooling/AvgPool_1.md)
 * [BatchNormInference](normalization/BatchNormInference_1.md)
 * [BatchToSpace](movement/BatchToSpace_2.md)