[CPU] Added improvements for Mish (#5062)

This commit is contained in:
Alexandra Sidorova
2021-04-26 18:11:41 +03:00
committed by GitHub
parent 5912c983d4
commit 5ca7cba451
2 changed files with 7 additions and 1 deletions

View File

@@ -95,6 +95,12 @@ InferenceEngine::Blob::Ptr ActivationLayerTest::GenerateInput(const InferenceEng
resolution = 4;
break;
}
case ngraph::helpers::ActivationTypes::Mish: {
data_start_from = -20;
data_range = 60;
resolution = 32768;
break;
}
default: {
data_start_from = -10;
data_range = 20;