[LPT] [Test] DepthToSpace sporadic fail fix (#815)

This commit is contained in:
Edward Shogulin 2020-06-08 12:55:37 +03:00 committed by GitHub
parent 9a968b12db
commit a224078c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,8 @@ std::string DepthToSpaceTransformation::getTestCaseName(testing::TestParamInfo<L
}
void DepthToSpaceTransformation::SetUp() {
threshold = 0.05;
InferenceEngine::SizeVector inputShape;
InferenceEngine::Precision netPrecision;
InferenceEngine::details::LayerTransformation::Params params;