Class ov::op::v5::HSigmoid# class HSigmoid : public ov::op::util::UnaryElementwiseArithmetic# A HSigmoid Activation Function f(x) = min(max(x + 3, 0), 6) / 6 or f(x) = min(ReLU(x + 3), 6) / 6. Public Functions HSigmoid(const Output<Node> &arg)# Constructs a HSigmoid operation. Parameters: data – Input tensor virtual bool has_evaluate() const override# Allows to get information about availability of evaluate method for the current operation.