summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestValidateOperations.cpp
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2019-12-10 17:16:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-12-10 17:16:35 +0000
commit322b57d438b639f38c6887fc162e1ff8e135da48 (patch)
treea27a070395130f89d06e86d640de7a4038e4cf4f /nn/runtime/test/TestValidateOperations.cpp
parent3e3408bcd2d59944e0c5d142ed980ffdfc58204b (diff)
parent3e90f6dd82191c330b09ce535e8354b2fc7e3559 (diff)
downloadml-322b57d438b639f38c6887fc162e1ff8e135da48.tar.gz
Merge "Add TENSOR_QUANT8_ASYMM_SIGNED support for GATHER"
Diffstat (limited to 'nn/runtime/test/TestValidateOperations.cpp')
-rw-r--r--nn/runtime/test/TestValidateOperations.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/nn/runtime/test/TestValidateOperations.cpp b/nn/runtime/test/TestValidateOperations.cpp
index e9f3e7722..51423a358 100644
--- a/nn/runtime/test/TestValidateOperations.cpp
+++ b/nn/runtime/test/TestValidateOperations.cpp
@@ -442,6 +442,7 @@ TEST(OperationValidationTest, GATHER) {
gatherTest(ANEURALNETWORKS_TENSOR_FLOAT32);
gatherTest(ANEURALNETWORKS_TENSOR_INT32);
gatherTest(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM);
+ gatherTest(ANEURALNETWORKS_TENSOR_QUANT8_ASYMM_SIGNED);
}
void quantizeOpTest(int32_t inputOperandCode, int32_t outputOperandCode) {