Class ov::op::v0::Tanh# class Tanh : public ov::op::util::UnaryElementwiseArithmetic# Elementwise hyperbolic tangent operation. Public Functions Tanh(const Output<Node> &arg)# Constructs a hyperbolic tangent operation. Parameters: arg – Node that produces the input tensor. virtual bool has_evaluate() const override# Allows to get information about availability of evaluate method for the current operation.