[IE][VPU]: Implement HSwish layer with tests (#2775)
* Implement HSwish layer with tests * Disable HSwish decomposition by a predicate * Update vpu firmware
This commit is contained in:
@@ -24,7 +24,8 @@ const std::map<ActivationTypes, std::vector<std::vector<float>>> activationTypes
|
||||
{Gelu, {}},
|
||||
{Mish, {}},
|
||||
{SoftPlus, {}},
|
||||
{Swish, {{0.05f}, {0.8f}, {1.0f}, {15.0f}}}
|
||||
{Swish, {{0.05f}, {0.8f}, {1.0f}, {15.0f}}},
|
||||
{HSwish, {}},
|
||||
};
|
||||
|
||||
std::map<std::vector<size_t>, std::vector<std::vector<size_t>>> basic = {
|
||||
|
||||
Reference in New Issue
Block a user