From 93074590de9b58f380da6f6df02a856ac4fad99b Mon Sep 17 00:00:00 2001 From: Evgeny Lazarev Date: Fri, 18 Sep 2020 08:16:14 +0300 Subject: [PATCH] Updated operations specification documents (2021.2) (#2270) * Updated documentation structure and remove incorrect added files for Acosh-1, Asinh-1 and Atanh-1 * Fixed broken links --- docs/doxygen/ie_docs.xml | 10 ++++--- docs/ops/arithmetic/Acosh_1.md | 50 -------------------------------- docs/ops/arithmetic/Asinh_1.md | 50 -------------------------------- docs/ops/arithmetic/Atanh_1.md | 50 -------------------------------- docs/ops/detection/Proposal_4.md | 2 +- docs/ops/generation/Range_4.md | 2 +- 6 files changed, 8 insertions(+), 156 deletions(-) delete mode 100644 docs/ops/arithmetic/Acosh_1.md delete mode 100644 docs/ops/arithmetic/Asinh_1.md delete mode 100644 docs/ops/arithmetic/Atanh_1.md diff --git a/docs/doxygen/ie_docs.xml b/docs/doxygen/ie_docs.xml index c474141f86c..cb6afcf1801 100644 --- a/docs/doxygen/ie_docs.xml +++ b/docs/doxygen/ie_docs.xml @@ -102,15 +102,12 @@ - - - @@ -158,8 +155,9 @@ + - + @@ -194,9 +192,13 @@ + + + + diff --git a/docs/ops/arithmetic/Acosh_1.md b/docs/ops/arithmetic/Acosh_1.md deleted file mode 100644 index 2b944da5e85..00000000000 --- a/docs/ops/arithmetic/Acosh_1.md +++ /dev/null @@ -1,50 +0,0 @@ -## Acosh {#openvino_docs_ops_arithmetic_Acosh_1} - -**Versioned name**: *Acosh-1* - -**Category**: Arithmetic unary operation - -**Short description**: *Acosh* performs element-wise hyperbolic inverse cosine (arccosh) operation with given tensor. - -**Attributes**: - - No attributes available. - -**Inputs** - -* **1**: An tensor of type T. **Required.** - -**Outputs** - -* **1**: The result of element-wise acosh operation. A tensor of type T. - -**Types** - -* *T*: any numeric type. - -*Acosh* does the following with the input tensor *a*: - -\f[ -a_{i} = acosh(a_{i}) -\f] - -**Examples** - -*Example 1* - -```xml - - - - 256 - 56 - - - - - 256 - 56 - - - -``` diff --git a/docs/ops/arithmetic/Asinh_1.md b/docs/ops/arithmetic/Asinh_1.md deleted file mode 100644 index 6e407f13525..00000000000 --- a/docs/ops/arithmetic/Asinh_1.md +++ /dev/null @@ -1,50 +0,0 @@ -## Asinh {#openvino_docs_ops_arithmetic_Asinh_1} - -**Versioned name**: *Asinh-1* - -**Category**: Arithmetic unary operation - -**Short description**: *Asinh* performs element-wise hyperbolic inverse sine (arcsinh) operation with given tensor. - -**Attributes**: - - No attributes available. - -**Inputs** - -* **1**: An tensor of type T. **Required.** - -**Outputs** - -* **1**: The result of element-wise asinh operation. A tensor of type T. - -**Types** - -* *T*: any numeric type. - -*Asinh* does the following with the input tensor *a*: - -\f[ -a_{i} = asinh(a_{i}) -\f] - -**Examples** - -*Example 1* - -```xml - - - - 256 - 56 - - - - - 256 - 56 - - - -``` diff --git a/docs/ops/arithmetic/Atanh_1.md b/docs/ops/arithmetic/Atanh_1.md deleted file mode 100644 index 80c01571b16..00000000000 --- a/docs/ops/arithmetic/Atanh_1.md +++ /dev/null @@ -1,50 +0,0 @@ -## Atanh {#openvino_docs_ops_arithmetic_Atanh_1} - -**Versioned name**: *Atanh-1* - -**Category**: Arithmetic unary operation - -**Short description**: *Atanh* performs element-wise hyperbolic inverse tangent (arctangenth) operation with given tensor. - -**Attributes**: - - No attributes available. - -**Inputs** - -* **1**: An tensor of type T. **Required.** - -**Outputs** - -* **1**: The result of element-wise atanh operation. A tensor of type T. - -**Types** - -* *T*: any numeric type. - -*Atanh* does the following with the input tensor *a*: - -\f[ -a_{i} = atanh(a_{i}) -\f] - -**Examples** - -*Example 1* - -```xml - - - - 256 - 56 - - - - - 256 - 56 - - - -``` diff --git a/docs/ops/detection/Proposal_4.md b/docs/ops/detection/Proposal_4.md index 9281b5a728b..8bf9dca4969 100644 --- a/docs/ops/detection/Proposal_4.md +++ b/docs/ops/detection/Proposal_4.md @@ -1,4 +1,4 @@ -## Proposal +## Proposal {#openvino_docs_ops_detection_Proposal_4} **Versioned name**: *Proposal-4* diff --git a/docs/ops/generation/Range_4.md b/docs/ops/generation/Range_4.md index 33e1b7befa4..3314ca4246f 100644 --- a/docs/ops/generation/Range_4.md +++ b/docs/ops/generation/Range_4.md @@ -1,4 +1,4 @@ -## Range +## Range {#openvino_docs_ops_generation_Range_4} **Versioned name**: *Range-4*