Skip to content

Commit

Permalink
Adjust test abs_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
mitruska committed Dec 11, 2024
1 parent 1ca31ea commit 728b8f9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ void STFTLayerTest::SetUp() {
ElementType step_size_type; // size/step type
utils::InputLayerType param_type;

// With usage of RDFT executor, in favour of performance,
// the results are slightly different than reference impl
abs_threshold = 1e-1;

std::tie(data_shapes,
frame_size,
frame_step,
Expand Down

0 comments on commit 728b8f9

Please sign in to comment.