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.2/HalPolicy.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to '1.2/HalPolicy.hpp') diff --git a/1.2/HalPolicy.hpp b/1.2/HalPolicy.hpp index 9d6dd497..25aee820 100644 --- a/1.2/HalPolicy.hpp +++ b/1.2/HalPolicy.hpp @@ -43,6 +43,8 @@ private: const Model& model, ConversionData& data, armnn::ResizeMethod resizeMethod); + + static bool ConvertSpaceToDepth(const Operation& operation, const Model& model, ConversionData& data); }; } // namespace hal_1_2 -- cgit v1.2.1