mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
Relax testing tolerance of NchwcOptimizerTests::BatchNormalization (#3078)
This commit is contained in:
parent
ae1f35fb9f
commit
3e371575ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ TEST(NchwcOptimizerTests, BatchNormalization) {
|
|||
// tests generate bit identical results when run with and without
|
||||
// optimizations, but the BatchNormalizationtransform does introduce
|
||||
// small bit differences.
|
||||
helper.per_sample_tolerance_ = .000125;
|
||||
helper.per_sample_tolerance_ = .00025;
|
||||
};
|
||||
|
||||
auto check_nchwc_graph = [&](NchwcInferenceSession& session) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue