Class ov::op::v0::Acos#

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

Elementwise inverse cosine (arccos) operation.

Public Functions

Acos() = default#

Constructs an arccos operation.

Acos(const Output<Node> &arg)#

Constructs an arccos operation.

Output [d1, ...]

Parameters:

argOutput that produces the input tensor.[d1, ...]

virtual bool has_evaluate() const override#

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