Skip to content

Commit

Permalink
add test case for reference implementation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
liubo-intel committed Jan 11, 2024
1 parent 618dc16 commit 4088573
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/template/tests/functional/op_reference/sign.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ INSTANTIATE_TEST_SUITE_P(smoke_Sign_With_Hardcoded_Refs,
element::f32,
std::vector<float>{1, -2, 0, -4.8f, 4.8f, -0.0f},
std::vector<float>{1, -1, 0, -1, 1, 0}),
SignParams(PartialShape{7},
element::f32,
element::f32,
std::vector<float>{1, -2, 0, NAN, -4.8f, 4.8f, -0.0f},
std::vector<float>{1, -1, 0, NAN, -1, 1, 0}),
SignParams(PartialShape{6},
element::f16,
element::f16,
Expand Down

0 comments on commit 4088573

Please sign in to comment.