From: iliya mironov Date: Thu, 9 Jul 2020 08:28:47 +0000 (+0300) Subject: Move arithmetics spec from v1 to v4 spec docs (#1230) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95677afe29206af7219a7648728f880667bcd989;p=platform%2Fupstream%2Fdldt.git Move arithmetics spec from v1 to v4 spec docs (#1230) * Move atanh asinh acosh to opset4 * Update opset3 tables --- diff --git a/docs/ops/arithmetic/Acosh_1.md b/docs/ops/arithmetic/Acosh_3.md similarity index 87% rename from docs/ops/arithmetic/Acosh_1.md rename to docs/ops/arithmetic/Acosh_3.md index 5cf8eaf..7b1ca90 100644 --- a/docs/ops/arithmetic/Acosh_1.md +++ b/docs/ops/arithmetic/Acosh_3.md @@ -1,6 +1,6 @@ ## Acosh -**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*: diff --git a/docs/ops/arithmetic/Asinh_1.md b/docs/ops/arithmetic/Asinh_3.md similarity index 87% rename from docs/ops/arithmetic/Asinh_1.md rename to docs/ops/arithmetic/Asinh_3.md index 9d7a366..67e0634 100644 --- a/docs/ops/arithmetic/Asinh_1.md +++ b/docs/ops/arithmetic/Asinh_3.md @@ -1,6 +1,6 @@ ## Asinh -**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*: diff --git a/docs/ops/arithmetic/Atanh_1.md b/docs/ops/arithmetic/Atanh_3.md similarity index 87% rename from docs/ops/arithmetic/Atanh_1.md rename to docs/ops/arithmetic/Atanh_3.md index c014fdf..0bbec4d 100644 --- a/docs/ops/arithmetic/Atanh_1.md +++ b/docs/ops/arithmetic/Atanh_3.md @@ -1,6 +1,6 @@ ## Atanh -**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*: diff --git a/docs/ops/opset3.md b/docs/ops/opset3.md index d0934a5..11c7896 100644 --- a/docs/ops/opset3.md +++ b/docs/ops/opset3.md @@ -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) diff --git a/docs/ops/opset4.md b/docs/ops/opset4.md index 91e4d8b..0bbc58d 100644 --- a/docs/ops/opset4.md +++ b/docs/ops/opset4.md @@ -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)