WR to disable the LPT multiplyToGroupConv test because the transformation was disabled in d5e16f

This commit is contained in:
Luwei Zhou
2022-05-16 11:25:11 +08:00
parent 63b283fe88
commit fbf241d9d8

View File

@@ -60,6 +60,8 @@ const std::vector<MultiplyToGroupConvolutionTransformationParam> params = {
}
};
//Comment out the tests because of the transformation is disabled by another WR
/*
INSTANTIATE_TEST_SUITE_P(smoke_LPT, MultiplyToGroupConvolutionTransformation,
::testing::Combine(
::testing::ValuesIn(precisions),
@@ -67,6 +69,7 @@ INSTANTIATE_TEST_SUITE_P(smoke_LPT, MultiplyToGroupConvolutionTransformation,
::testing::Values(CommonTestUtils::DEVICE_CPU),
::testing::ValuesIn(params)),
MultiplyToGroupConvolutionTransformation::getTestCaseName);
*/
} // namespace shape4d
namespace shape5d {
@@ -112,6 +115,8 @@ const std::vector<MultiplyToGroupConvolutionTransformationParam> params = {
}
};
//Comment out the tests because of the transformation is disabled by another WR
/*
INSTANTIATE_TEST_SUITE_P(smoke_LPT, MultiplyToGroupConvolutionTransformation,
::testing::Combine(
::testing::ValuesIn(precisions),
@@ -119,5 +124,6 @@ INSTANTIATE_TEST_SUITE_P(smoke_LPT, MultiplyToGroupConvolutionTransformation,
::testing::Values(CommonTestUtils::DEVICE_CPU),
::testing::ValuesIn(params)),
MultiplyToGroupConvolutionTransformation::getTestCaseName);
*/
} // namespace shape5d
} // namespace