Files
openvino/docs/ops/arithmetic/Asinh_3.md
2023-04-20 10:59:35 +02:00

1.1 KiB

Asinh

@sphinxdirective

Versioned name: Asinh-3

Category: Arithmetic unary

Short description: Asinh performs element-wise inverse hyperbolic sine operation (arcsinh) on a given input tensor.

Detailed description: Asinh performs element-wise inverse hyperbolic sine operation on a given input tensor, based on the following mathematical formula:

.. math::

a_{i} = asinh(a_{i})

Attributes: Asinh operation has no attributes.

Inputs

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

Outputs

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

Types

  • T: any numeric type.

Example

.. code-block:: console

<layer ... type="Asinh"> 256 56 256 56

@endsphinxdirective