[CPU] GridSample tests threshold. (#17782)
This commit is contained in:
parent
6c287986b7
commit
caa2273b37
@ -175,8 +175,6 @@ std::vector<std::string> disabledTestPatterns() {
|
|||||||
R"(.*StaticAdaPoolAvg3DLayoutTest.*OS=\(1\).*_inFmts=(nwc|nCw16c|nCw8c).*)",
|
R"(.*StaticAdaPoolAvg3DLayoutTest.*OS=\(1\).*_inFmts=(nwc|nCw16c|nCw8c).*)",
|
||||||
// Issue: 111404
|
// Issue: 111404
|
||||||
R"(.*smoke_set1/GatherElementsCPUTest.*)",
|
R"(.*smoke_set1/GatherElementsCPUTest.*)",
|
||||||
// Issue: 111405
|
|
||||||
R"(.*smoke_(static|dynamic)/GridSampleLayerTestCPU.CompareWithRefs.*_padMode=ZEROS.*)",
|
|
||||||
// Issue: 111406
|
// Issue: 111406
|
||||||
R"(.*smoke_InterpolateLinearOnnx_Layout_Test/InterpolateLayerCPUTest.*)",
|
R"(.*smoke_InterpolateLinearOnnx_Layout_Test/InterpolateLayerCPUTest.*)",
|
||||||
R"(.*smoke_InterpolateLinear_Layout_Test/InterpolateLayerCPUTest.*)",
|
R"(.*smoke_InterpolateLinear_Layout_Test/InterpolateLayerCPUTest.*)",
|
||||||
|
@ -74,6 +74,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
void SetUp() override {
|
void SetUp() override {
|
||||||
|
abs_threshold = 0.0005;
|
||||||
std::vector<InputShape> inputShapes;
|
std::vector<InputShape> inputShapes;
|
||||||
GridSample::InterpolationMode interpolateMode;
|
GridSample::InterpolationMode interpolateMode;
|
||||||
GridSample::PaddingMode paddingMode;
|
GridSample::PaddingMode paddingMode;
|
||||||
|
Loading…
Reference in New Issue
Block a user