Skip to content

Commit

Permalink
A couple more transpose test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNovoselov committed Nov 4, 2022
1 parent 86f84d0 commit 87df541
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ namespace snippets {


namespace {

std::vector<ov::PartialShape> input_shapes{{2, 3, 5, 13}, {2, 3, 2, 4}, {1, 7, 1, 4}};
INSTANTIATE_TEST_SUITE_P(smoke_Snippets_Transpose, Transpose,
::testing::Combine(
::testing::Values(ov::PartialShape {2, 2, 3, 16}),
::testing::ValuesIn(input_shapes),
::testing::Values(std::vector<int> {0, 2, 3, 1}),
::testing::Values(2), // Sinh + Transpose
::testing::Values(1), // Tokenized Transpose
Expand Down

0 comments on commit 87df541

Please sign in to comment.