summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-19 20:07:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-10-19 20:07:05 +0000
commit7a9e543d0f08f0560b7c86ce24aadd7f829bf99f (patch)
tree630fdd64759655a4e72d8dfd9f0e56914247dace
parente61e64392074782ef20779e829ae9cec91e14371 (diff)
parent45986b47feb80df7758e58b4be566283572402be (diff)
downloadml-android10-tests-release.tar.gz
-rw-r--r--nn/runtime/test/fuzzing/TestRandomGraph.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/nn/runtime/test/fuzzing/TestRandomGraph.cpp b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
index e668bf9a8..aafcbae09 100644
--- a/nn/runtime/test/fuzzing/TestRandomGraph.cpp
+++ b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
@@ -196,6 +196,10 @@ class RandomGraphTest : public ::testing::TestWithParam<uint32_t> {
// [0, 255]. We should investigate on a better buffer value generation
// algorithm that represents the real-world cases.
"TestRandomGraph_SingleOperationTest_CONV_2D_V1_2_12",
+ // In this test, the RGG produces a graph with a SIN operator followed by a FLOOR
+ // operator. The small accuracy mismatch from the SIN operator may be enlarged by
+ // the FLOOR operator and result in a test failure that should be permitted.
+ "TestRandomGraph_RandomGraphTest_LargeGraph_TENSOR_FLOAT32_Rank3_44",
};
if (kDisabledTests.find(mTestName) != kDisabledTests.end()) return true;
const auto& operations = mGraph.getOperations();