summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-06-11 20:06:00 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-06-11 20:06:00 +0000
commit3af30bb8c64378e0fbc6e92ae831f25569af18ff (patch)
tree995d625cf0730f5ad21caef6f2542e5af3e2c92c
parent175fc412442ca5d85a9c317ecb5fedb374715194 (diff)
parent87ba76b87818fb618802b71c225201b82257734e (diff)
downloadml-3af30bb8c64378e0fbc6e92ae831f25569af18ff.tar.gz
Snap for 6581329 from 87ba76b87818fb618802b71c225201b82257734e to android10-tests-release
Change-Id: Ida61a931632a064105fb3746e5684e3f2f569ad8
-rw-r--r--nn/runtime/test/fuzzing/TestRandomGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nn/runtime/test/fuzzing/TestRandomGraph.cpp b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
index 532f7bf40..e668bf9a8 100644
--- a/nn/runtime/test/fuzzing/TestRandomGraph.cpp
+++ b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
@@ -415,7 +415,7 @@ const AccuracyCriteria kStrictCriteria = {
// broadcast or elementwise, e.g ADD, FLOOR.
const AccuracyCriteria kMediumCriteria = {
.float32 = {.atol = 1e-5f, .rtol = 1e-5f, .bias = 1e-6f, .mse = 1e-8f},
- .float16 = {.atol = 1e-2f, .rtol = 1e-2f, .bias = 1e-3f, .mse = 1e-6f},
+ .float16 = {.atol = 1e-2f, .rtol = 1e-2f, .bias = 1e-3f, .mse = 1e-5f},
.int32 = {.atol = 1},
.quant8Asymm = {.atol = 2, .bias = 1.2, .mse = 1.2},
.quant8Symm = {.atol = 2, .bias = 1.2, .mse = 1.2},