Class ov::op::v0::Cos#

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

Elementwise cosine operation.

Public Functions

Cos() = default#

Constructs a cosine operation.

Cos(const Output<Node> &arg)#

Constructs a cosine 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.