Skip to content

Commit

Permalink
update Acosh spec (openvinotoolkit#6677)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelszkow authored and akuporos committed Sep 29, 2021
1 parent 023516c commit ee9189f
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions docs/ops/arithmetic/Acosh_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,28 @@

**Short description**: *Acosh* performs element-wise hyperbolic inverse cosine (arccosh) operation with given tensor.

**Attributes**:
**Detailed description**: Operation takes one input tensor and performs the element-wise hyperbolic inverse cosine operation on a given input tensor, based on the following mathematical formula:

No attributes available.
\f[
a_{i} = acosh(a_{i})
\f]

**Attributes**: *Acosh* operation has no attributes.

**Inputs**

* **1**: A tensor of type *T*. **Required.**
* **1**: A tensor of type *T* and arbitrary shape. **Required.**

**Outputs**

* **1**: The result of element-wise acosh operation. A tensor of type *T*.
* **1**: The result of element-wise *Acosh* operation. A tensor of type *T* and the same shape as the input tensor.

**Types**

* *T*: any floating-point type.

*Acosh* does the following with the input tensor *a*:

\f[
a_{i} = acosh(a_{i})
\f]
* *T*: any numeric type.

**Examples**

*Example 1*

```xml
<layer ... type="Acosh">
<input>
Expand Down

0 comments on commit ee9189f

Please sign in to comment.