From a6bc52f6b9eeddcdebf4e660b21a4409a592ac4e Mon Sep 17 00:00:00 2001 From: Keith Davis Date: Wed, 26 Jun 2019 09:39:49 +0100 Subject: IVGCVSW-3197 Support SPACE_TO_DEPTH on Android * Added support within 1.0/HalPolicy * Added support within 1.1/HalPolicy * Added support within 1.2/HalPolicy * Updated NnapiSupport.txt Signed-off-by: Keith Davis Change-Id: I2dc2743ee2f858d2b3496aae0f3e3e28a96ee96e --- 1.1/HalPolicy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to '1.1') diff --git a/1.1/HalPolicy.cpp b/1.1/HalPolicy.cpp index 0f00910f..78f157dd 100644 --- a/1.1/HalPolicy.cpp +++ b/1.1/HalPolicy.cpp @@ -29,6 +29,7 @@ static std::vector opsEquivalentInV10({ V1_0::OperationType::RELU1, V1_0::OperationType::RELU6, V1_0::OperationType::SOFTMAX, + V1_0::OperationType::SPACE_TO_DEPTH, V1_0::OperationType::TANH, V1_0::OperationType::RESHAPE, V1_0::OperationType::RESIZE_BILINEAR, -- cgit v1.2.1