This page relates to OpenVINO 2023.3 (LTS). Go to the latest documentation for up-to-date information.
A HSigmoid Activation Function f(x) = min(max(x + 3, 0), 6) / 6 or f(x) = min(ReLU(x + 3), 6) / 6.
Public Functions
Constructs a HSigmoid operation.
data – Input tensor
Allows to get information about availability of evaluate method for the current operation.