We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf84683 commit 2d160d3Copy full SHA for 2d160d3
src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp
@@ -202,6 +202,10 @@ const auto interpolate5dCasesNearestMode = ::testing::Combine(
202
::testing::ValuesIn(default5dAxes),
203
::testing::ValuesIn(default5dScales));
204
205
+TEST_P(GPUInterpolateLayerTest, Inference) {
206
+ run();
207
+}
208
+
209
INSTANTIATE_TEST_SUITE_P(smoke_Interpolate_Basic, InterpolateLayerTest, ::testing::Combine(
210
interpolateCasesWithoutNearest,
211
::testing::ValuesIn(netPrecisions),
0 commit comments