From 24e699df66889d43fd84906b4795caf6fa2d7138 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Mon, 17 Jun 2019 14:47:46 +0100 Subject: IVGCVSW-3279 Fix conversion methods for for HAL1.2 CONV2D and DEPTHWISE_CONV2D operators Signed-off-by: Aron Virginas-Tar Change-Id: Ic5eae083ff2de3ced8d115d1768a97f66625b1c5 --- 1.2/HalPolicy.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to '1.2/HalPolicy.hpp') diff --git a/1.2/HalPolicy.hpp b/1.2/HalPolicy.hpp index e6001c48..516e1ebd 100644 --- a/1.2/HalPolicy.hpp +++ b/1.2/HalPolicy.hpp @@ -27,6 +27,10 @@ public: using getSupportedOperations_cb = V1_2::IDevice::getSupportedOperations_1_2_cb; static bool ConvertOperation(const Operation& operation, const Model& model, ConversionData& data); + +private: + static bool ConvertConv2d(const Operation& operation, const Model& model, ConversionData& data); + static bool ConvertDepthwiseConv2d(const Operation& operation, const Model& model, ConversionData& data); }; } // namespace hal_1_2 -- cgit v1.2.1