aboutsummaryrefslogtreecommitdiff
path: root/1.1
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2019-05-30 12:07:44 +0100
committerDavid Monahan <david.monahan@arm.com>2019-05-30 12:07:44 +0100
commitd5bfae1fb06dd2f1227a7518f4951de10874e71a (patch)
tree0633ddb86a0c5faa1073fa4a9e428b673ca2684f /1.1
parentacf479a1c3841b3036dc63dd84f1d57d29f94f64 (diff)
downloadandroid-nn-driver-d5bfae1fb06dd2f1227a7518f4951de10874e71a.tar.gz
IVGCVSW-3146 Update to NNapiSupport.txt to indicate support for
Dequantize, added Dequantize to vector of equivalent 1.0 ops in 1.1/HalPolicy.cpp Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: I4ffe7467ac47dd4b5ebee11d23c960e4346e2f1f
Diffstat (limited to '1.1')
-rw-r--r--1.1/HalPolicy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/1.1/HalPolicy.cpp b/1.1/HalPolicy.cpp
index 9acd01c6..294c77ce 100644
--- a/1.1/HalPolicy.cpp
+++ b/1.1/HalPolicy.cpp
@@ -15,6 +15,7 @@ static std::vector<V1_0::OperationType> opsEquivalentInV10({
V1_0::OperationType::CONCATENATION,
V1_0::OperationType::CONV_2D,
V1_0::OperationType::DEPTHWISE_CONV_2D,
+ V1_0::OperationType::DEQUANTIZE,
V1_0::OperationType::FLOOR,
V1_0::OperationType::FULLY_CONNECTED,
V1_0::OperationType::LOCAL_RESPONSE_NORMALIZATION,