summaryrefslogtreecommitdiff
path: root/nn/runtime/test
diff options
context:
space:
mode:
authorLev Proleev <levp@google.com>2020-05-07 14:35:27 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-07 14:35:27 +0000
commit9201992f678876c9a9475934ec6469992fbec18d (patch)
tree75ab9d1be15c4c84e5878311ca09363ad0822cb7 /nn/runtime/test
parent61346d2e3f6773339a92d2dce5564ccc30aa2d51 (diff)
parent62ef1032d5759c87ef4934202cd7e04918104414 (diff)
downloadml-9201992f678876c9a9475934ec6469992fbec18d.tar.gz
Merge "Fix caching bug in quantization coupling test" into rvc-dev
Diffstat (limited to 'nn/runtime/test')
-rw-r--r--nn/runtime/test/TestGenerated.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/nn/runtime/test/TestGenerated.cpp b/nn/runtime/test/TestGenerated.cpp
index cc0b61983..a76aecd92 100644
--- a/nn/runtime/test/TestGenerated.cpp
+++ b/nn/runtime/test/TestGenerated.cpp
@@ -382,7 +382,6 @@ TEST_P(GeneratedValidationTests, Test) {
}
TEST_P(QuantizationCouplingTest, Test) {
- execute(testModel);
execute(convertQuant8AsymmOperandsToSigned(testModel));
}