openvino/docs/ops/arithmetic/Cos_1.md

1.2 KiB

Cos

@sphinxdirective

.. meta:: :description: Learn about Cos-1 - an element-wise, arithmetic operation, which can be performed on a single tensor in OpenVINO.

Versioned name: Cos-1

Category: Arithmetic unary

Short description: Cos performs element-wise cosine operation on a given input tensor.

Detailed description: Cos performs element-wise cosine operation on a given input tensor, based on the following mathematical formula:

.. math::

a_{i} = cos(a_{i})

Attributes: Cos operation has no attributes.

Inputs

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

Outputs

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

Types

  • T: any numeric type.

Example

.. code-block:: xml :force:

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

@endsphinxdirective