Skip to content

Commit

Permalink
Update onnx_import_com_microsoft.in.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gkrivor authored Oct 30, 2024
1 parent fcade16 commit 795c45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontends/onnx/tests/onnx_import_com_microsoft.in.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1351,8 +1351,8 @@ OPENVINO_TEST(${BACKEND_NAME}, onnx_com_microsoft_quickgelu) {
test_case.add_expected_output<float>(Shape{2, 5}, output);

if (std::string("${BACKEND_NAME}") == std::string("IE_GPU")) {
test_case.run_with_tolerance_as_fp(1e-4);
test_case.run_with_tolerance_as_fp(0.0001f);
} else {
test_case.run();
}
}
}

0 comments on commit 795c45f

Please sign in to comment.