From b2397fd9d68f12792b04dd90ae72dfb8cb9f4a60 Mon Sep 17 00:00:00 2001 From: Ferran Balaguer Date: Thu, 25 Jul 2019 12:12:39 +0100 Subject: IVGCVSW-3398 Add LSTM normalization parameters to HAL 1.2 * Adding LSTM processing function in HAL 1.2 with normalization parameters * Refactoring LSTM tests !armnn:1608 Signed-off-by: Ferran Balaguer Change-Id: I0e00f14ef078a333e9f2f23d6278a5d92a3001d6 --- 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 f689613f..74683136 100644 --- a/1.2/HalPolicy.hpp +++ b/1.2/HalPolicy.hpp @@ -67,6 +67,8 @@ private: static bool ConvertSpaceToDepth(const Operation& operation, const Model& model, ConversionData& data); static bool ConvertTanH(const Operation& operation, const Model& model, ConversionData& data); + + static bool ConvertLstm(const Operation& operation, const Model& model, ConversionData& data); }; } // namespace hal_1_2 -- cgit v1.2.1