This page relates to OpenVINO 2023.3 (LTS). Go to the latest documentation for up-to-date information.
Elementwise tangent operation.
Inputs
Type
Description
arg
N[d1,…,dn] (n≥0)
A tensor of any shape and numeric element type.
N[d1,…,dn]
The tensor T, where T[i1,…,in]=tan(arg[i1,…,in])
Public Functions
Constructs a tangent operation.
arg – Node that produces the input tensor.
Allows to get information about availability of evaluate method for the current operation.