summaryrefslogtreecommitdiff
path: root/nn
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2020-04-21 00:29:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-04-21 00:29:36 +0000
commit4c9cf95a1684d43bdd7e7c07059f3d41743a6138 (patch)
treecb74597550c237e412929dbde0ac6e9c5b7b9fc4 /nn
parent9d3b5e64365692945ad58912d7fa738111d31c66 (diff)
parent4a8d888048eb495f7a61dc5f2d99c23e14a71cbb (diff)
downloadml-4c9cf95a1684d43bdd7e7c07059f3d41743a6138.tar.gz
Merge "Disable a non-sensible RGG test case." into rvc-dev
Diffstat (limited to 'nn')
-rw-r--r--nn/runtime/test/fuzzing/TestRandomGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nn/runtime/test/fuzzing/TestRandomGraph.cpp b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
index 99d2aff80..ada7fd223 100644
--- a/nn/runtime/test/fuzzing/TestRandomGraph.cpp
+++ b/nn/runtime/test/fuzzing/TestRandomGraph.cpp
@@ -196,6 +196,7 @@ 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_40",
+ "TestRandomGraph_SingleOperationTest_DEPTHWISE_CONV_2D_V1_0_32",
};
if (kDisabledTests.find(mTestName) != kDisabledTests.end()) return true;
for (const auto& op : mTestModel.main.operations) {