summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestNeuralNetworksWrapper.h
diff options
context:
space:
mode:
authorXusong Wang <xusongw@google.com>2019-01-17 11:30:09 -0800
committerMiao Wang <miaowang@google.com>2019-01-24 18:08:05 -0800
commita69b8b1a74e256414c33de38d00ffdaf669c2c7b (patch)
tree7679682c3ebcd4b6c85c3a3d7b439ea7f2b33fd9 /nn/runtime/test/TestNeuralNetworksWrapper.h
parentd16e7e1520c1e2a52a6c99f4280691ff0129129d (diff)
downloadml-a69b8b1a74e256414c33de38d00ffdaf669c2c7b.tar.gz
Add new OperandType TENSOR_QUANT16_ASYMM.
Test: NeuralNetworksTest_static Change-Id: Iee3c99296d19ab7ccc16c6d8da48d14b915be126 Merged-In: Iee3c99296d19ab7ccc16c6d8da48d14b915be126 (cherry picked from commit 822d9a090789d2fc48e564ec51cb46a45457e289)
Diffstat (limited to 'nn/runtime/test/TestNeuralNetworksWrapper.h')
-rw-r--r--nn/runtime/test/TestNeuralNetworksWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nn/runtime/test/TestNeuralNetworksWrapper.h b/nn/runtime/test/TestNeuralNetworksWrapper.h
index d5b302472..7ae337012 100644
--- a/nn/runtime/test/TestNeuralNetworksWrapper.h
+++ b/nn/runtime/test/TestNeuralNetworksWrapper.h
@@ -43,6 +43,7 @@ enum class Type {
TENSOR_BOOL8 = ANEURALNETWORKS_TENSOR_BOOL8,
FLOAT16 = ANEURALNETWORKS_FLOAT16,
TENSOR_QUANT8_SYMM_PER_CHANNEL = ANEURALNETWORKS_TENSOR_QUANT8_SYMM_PER_CHANNEL,
+ TENSOR_QUANT16_ASYMM = ANEURALNETWORKS_TENSOR_QUANT16_ASYMM,
};
enum class ExecutePreference {