[CPU] GridSample tests threshold. (#17782)

This commit is contained in:
Nikolay Shchegolev 2023-05-31 21:05:59 +04:00 committed by GitHub
parent 6c287986b7
commit caa2273b37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -175,8 +175,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*StaticAdaPoolAvg3DLayoutTest.*OS=\(1\).*_inFmts=(nwc|nCw16c|nCw8c).*)",
// Issue: 111404
R"(.*smoke_set1/GatherElementsCPUTest.*)",
// Issue: 111405
R"(.*smoke_(static|dynamic)/GridSampleLayerTestCPU.CompareWithRefs.*_padMode=ZEROS.*)",
// Issue: 111406
R"(.*smoke_InterpolateLinearOnnx_Layout_Test/InterpolateLayerCPUTest.*)",
R"(.*smoke_InterpolateLinear_Layout_Test/InterpolateLayerCPUTest.*)",

View File

@ -74,6 +74,7 @@ public:
protected:
void SetUp() override {
abs_threshold = 0.0005;
std::vector<InputShape> inputShapes;
GridSample::InterpolationMode interpolateMode;
GridSample::PaddingMode paddingMode;