[LPT] [Test] DepthToSpace sporadic fail fix (#815)
This commit is contained in:
parent
9a968b12db
commit
a224078c5c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user