From 75e677939a98298e50d65c4a7e99a03fb51d5e3c Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Tue, 15 Oct 2019 13:33:03 +0100 Subject: IVGCVSW-3894 Add support for LOG_SOFTMAX to the HAL 1.2 driver Signed-off-by: Aron Virginas-Tar Change-Id: I59645b339f3b176e5d0852769acb95f5657101d3 --- 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 aa69f127..743ac11e 100644 --- a/1.2/HalPolicy.hpp +++ b/1.2/HalPolicy.hpp @@ -71,6 +71,8 @@ private: static bool ConvertLogistic(const Operation& operation, const Model& model, ConversionData& data); + static bool ConvertLogSoftmax(const Operation& operation, const Model& model, ConversionData& data); + static bool ConvertLstm(const Operation& operation, const Model& model, ConversionData& data); static bool ConvertMaxPool2d(const Operation& operation, const Model& model, ConversionData& data); -- cgit v1.2.1