Class ov::op::v0::Tan#

class Tan : public ov::op::util::UnaryElementwiseArithmetic#

Elementwise tangent operation.

Inputs

Type

Description

arg

\(N[d_1,\dots,d_n]~(n \geq 0)\)

A tensor of any shape and numeric element type.

Type

Description

\(N[d_1,\dots,d_n]\)

The tensor \(T\), where \(T[i_1,\dots,i_n] = \tan(\texttt{arg}[i_1,\dots,i_n])\)

Public Functions

Tan(const Output<Node> &arg)#

Constructs a tangent operation.

Parameters:

argNode that produces the input tensor.

virtual bool has_evaluate() const override#

Allows to get information about availability of evaluate method for the current operation.