Remove old code which isn't needed anymore (#5024)

This commit is contained in:
Sergey Nesterov 2021-03-31 14:56:20 +02:00 committed by GitHub
parent 2f7c505aea
commit 542a35794f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,6 @@ std::string ReduceOpsLayerTest::getTestCaseName(testing::TestParamInfo<reduceMea
}
void ReduceOpsLayerTest::SetUp() {
// TODO: Issue 33151
// Failed to create function on SetUp stage with some parameters
SKIP_IF_CURRENT_TEST_IS_DISABLED()
InferenceEngine::Precision netPrecision;
bool keepDims;
ngraph::helpers::ReductionType reductionType;