From e5339e7013cf24e5a34509fb0a60377e5f8a244e Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Wed, 28 Jul 2021 17:33:28 +0100 Subject: MLCE-530 Add support for UnidirectionalSequenceLstm to RefWorkload * Add implementation of IsUnidirectionalSequenceLstmSupported to RefLayerSupport * Add RefUnidirectionalSequenceLstmWorkload * Refactor Lstm to be able to use for Lstm and SequenceLstm * Unit tests Signed-off-by: Narumol Prangnawarat Change-Id: Ibc066d213213a11b955dfefbe518de643298ba0c --- src/backends/backendsCommon/test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backends/backendsCommon/test/CMakeLists.txt') diff --git a/src/backends/backendsCommon/test/CMakeLists.txt b/src/backends/backendsCommon/test/CMakeLists.txt index 755cd21683..4561fd7739 100644 --- a/src/backends/backendsCommon/test/CMakeLists.txt +++ b/src/backends/backendsCommon/test/CMakeLists.txt @@ -169,6 +169,8 @@ list(APPEND armnnBackendsCommonUnitTests_sources layerTests/SubtractionTestImpl.hpp layerTests/TransposeConvolution2dTestImpl.cpp layerTests/TransposeConvolution2dTestImpl.hpp + layerTests/UnidirectionalSequenceLstmTestImpl.cpp + layerTests/UnidirectionalSequenceLstmTestImpl.hpp ) if (ARMNNREF) -- cgit v1.2.1