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