[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).*)",
|
||||
// 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.*)",
|
||||
|
@ -74,6 +74,7 @@ public:
|
||||
|
||||
protected:
|
||||
void SetUp() override {
|
||||
abs_threshold = 0.0005;
|
||||
std::vector<InputShape> inputShapes;
|
||||
GridSample::InterpolationMode interpolateMode;
|
||||
GridSample::PaddingMode paddingMode;
|
||||
|
Loading…
Reference in New Issue
Block a user