Relax testing tolerance of NchwcOptimizerTests::BatchNormalization (#3078)

This commit is contained in:
Changming Sun 2020-02-22 17:06:42 -08:00 committed by GitHub
parent ae1f35fb9f
commit 3e371575ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {