Skip to content

Commit b463958

Browse files
michal-miotkriverlijunjie
authored andcommitted
[GPU] added missing interpolate TEST_P (openvinotoolkit#30850)
### Details: - found when working on openvinotoolkit#30819 ### Tickets:
1 parent bd81739 commit b463958

File tree

1 file changed

+4
-0
lines changed
  • src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests

1 file changed

+4
-0
lines changed

src/plugins/intel_gpu/tests/functional/shared_tests_instances/single_layer_tests/interpolate.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ const auto interpolate5dCasesNearestMode = ::testing::Combine(
202202
::testing::ValuesIn(default5dAxes),
203203
::testing::ValuesIn(default5dScales));
204204

205+
TEST_P(GPUInterpolateLayerTest, Inference) {
206+
run();
207+
}
208+
205209
INSTANTIATE_TEST_SUITE_P(smoke_Interpolate_Basic, InterpolateLayerTest, ::testing::Combine(
206210
interpolateCasesWithoutNearest,
207211
::testing::ValuesIn(netPrecisions),

0 commit comments

Comments
 (0)