Class ov::op::v3::Acosh#

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

Elementwise inverse hyperbolic cos operation.

Public Functions

Acosh() = default#

Constructs an Acosh operation.

Acosh(const Output<Node> &arg)#

Constructs an Acosh 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.