Skip to content

Commit

Permalink
PermConvPermConcat: adjust abs_threshold for f32 case
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Nov 19, 2024
1 parent fd3f66d commit 9909bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void PermConvPermConcat::SetUp() {
this->GetParam();

if (element_type == ov::element::f32) {
abs_threshold = 1e-6;
abs_threshold = 1e-5;
}

configuration.insert(additional_config.begin(), additional_config.end());
Expand Down

0 comments on commit 9909bd9

Please sign in to comment.