From 6701daf754efbadcf95c969eee1ba57320763d84 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Thu, 12 Jan 2023 15:00:14 +0000 Subject: Fix wrong last layer is Types.hpp Signed-off-by: Teresa Charlin Change-Id: I55c1020dbfe13af439236fa72057f114e78e8bd3 --- include/armnn/Types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index eebefa8752..de0a58d1ad 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -469,7 +469,7 @@ enum class LayerType LIST_OF_LAYER_TYPE #undef X FirstLayer = Activation, - LastLayer = UnidirectionalSequenceLstm + LastLayer = BatchMatMul }; const char* GetLayerTypeAsCString(LayerType type); -- cgit v1.2.1