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 --- test/Android.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'test/Android.mk') diff --git a/test/Android.mk b/test/Android.mk index a078e0a3..2f0e03ec 100644 --- a/test/Android.mk +++ b/test/Android.mk @@ -57,6 +57,7 @@ endif # PLATFORM_VERSION == Q or later LOCAL_SRC_FILES := \ 1.0/Convolution2D.cpp \ 1.0/FullyConnectedReshape.cpp \ + 1.0/Lstm.cpp \ Tests.cpp \ UtilsTests.cpp \ Concurrent.cpp \ @@ -64,7 +65,6 @@ LOCAL_SRC_FILES := \ GenericLayerTests.cpp \ DriverTestHelpers.cpp \ SystemProperties.cpp \ - Lstm.cpp \ Concat.cpp \ TestTensor.cpp @@ -160,6 +160,8 @@ LOCAL_SRC_FILES := \ 1.1/Convolution2D.cpp \ 1.1/Mean.cpp \ 1.1/Transpose.cpp \ + 1.0/Lstm.cpp \ + 1.1/Lstm.cpp \ Tests.cpp \ UtilsTests.cpp \ Concurrent.cpp \ @@ -167,7 +169,6 @@ LOCAL_SRC_FILES := \ GenericLayerTests.cpp \ DriverTestHelpers.cpp \ SystemProperties.cpp \ - Lstm.cpp \ Concat.cpp \ TestTensor.cpp @@ -257,6 +258,9 @@ LOCAL_SRC_FILES := \ 1.1/Transpose.cpp \ 1.2/Dilation.cpp \ 1.2/Capabilities.cpp \ + 1.0/Lstm.cpp \ + 1.1/Lstm.cpp \ + 1.2/Lstm.cpp \ Tests.cpp \ UtilsTests.cpp \ Concurrent.cpp \ @@ -264,7 +268,6 @@ LOCAL_SRC_FILES := \ GenericLayerTests.cpp \ DriverTestHelpers.cpp \ SystemProperties.cpp \ - Lstm.cpp \ Concat.cpp \ TestTensor.cpp -- cgit v1.2.1