Skip to content

Commit

Permalink
more test case add
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo-intel committed Mar 15, 2024
1 parent a1a3b09 commit 69de84e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,15 @@ INSTANTIATE_TEST_SUITE_P(smoke_Concat_CPU_planarChannels_inplace_4D_static,
::testing::Values(planarChannels_inplace_4D)),
ConcatLayerCPUTest::getTestCaseName);

INSTANTIATE_TEST_SUITE_P(smoke_Concat_CPU_planarChannels_inplace_4D_sp_w_static,
ConcatLayerCPUTest,
::testing::Combine(::testing::Values(2),
::testing::Values(static_shapes_to_test_representation({{1, 1, 32, 32},
{1, 1, 32, 32}})),
::testing::ValuesIn(netPrecisions),
::testing::Values(planarChannels_inplace_4D)),
ConcatLayerCPUTest::getTestCaseName);

INSTANTIATE_TEST_SUITE_P(smoke_Concat_CPU_planarChannels_inplace_5D_static,
ConcatLayerCPUTest,
::testing::Combine(::testing::Values(1),
Expand Down

0 comments on commit 69de84e

Please sign in to comment.