Skip to content

Commit

Permalink
lower precision expectation on onnx test
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Aug 8, 2023
1 parent 640678a commit 45c4bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-rt/test-onnx-core/build.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fn main() {
let suite = suite_onnx::suite();
suite.test_runtime("default", "suite_onnx::suite()", "default()", "Approximation::Close");
suite.test_runtime("default", "suite_onnx::suite()", "default()", "Approximation::Approximate");
suite.test_runtime(
"unoptimized",
"suite_onnx::suite()",
"unoptimized()",
"Approximation::Close",
"Approximation::Approximate",
);
}

0 comments on commit 45c4bda

Please sign in to comment.