[CPU] Added improvements for Mish (#5062)
This commit is contained in:
committed by
GitHub
parent
5912c983d4
commit
5ca7cba451
@@ -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;
|
||||
|
||||
2
inference-engine/thirdparty/mkl-dnn
vendored
2
inference-engine/thirdparty/mkl-dnn
vendored
Submodule inference-engine/thirdparty/mkl-dnn updated: 462982a2f9...0292c2a2a2
Reference in New Issue
Block a user