aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon/test/NeonLayerTests.cpp
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2020-05-12 18:08:52 +0100
committerJames Conroy <james.conroy@arm.com>2020-05-20 13:09:45 +0100
commitcc34093a57ea486e48f9aa66fc8b98a7bbdefef1 (patch)
tree9c4d792e8c52b20fe8541108377d2b314c2232bd /src/backends/neon/test/NeonLayerTests.cpp
parent36eed46563a2a254e674865eb8ede62a1558c997 (diff)
downloadarmnn-cc34093a57ea486e48f9aa66fc8b98a7bbdefef1.tar.gz
IVGCVSW-4451 Add QLstm NEON workload
* Adds QLstm workload. * Adds CreateWorkload and Layer tests. Signed-off-by: James Conroy <james.conroy@arm.com> Change-Id: I585eb2691395ee4ccd45b5a853660f90fc5cc821
Diffstat (limited to 'src/backends/neon/test/NeonLayerTests.cpp')
-rw-r--r--src/backends/neon/test/NeonLayerTests.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backends/neon/test/NeonLayerTests.cpp b/src/backends/neon/test/NeonLayerTests.cpp
index f992bd61a1..e8f0f78bab 100644
--- a/src/backends/neon/test/NeonLayerTests.cpp
+++ b/src/backends/neon/test/NeonLayerTests.cpp
@@ -773,6 +773,10 @@ ARMNN_AUTO_TEST_CASE(LstmLayerFloat32NoCifgWithPeepholeWithProjection,
ARMNN_AUTO_TEST_CASE(LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNorm,
LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest)
+// QLstm
+ARMNN_AUTO_TEST_CASE(QLstm, QLstmTest)
+
+// QuantizedLstm
ARMNN_AUTO_TEST_CASE(QuantizedLstm, QuantizedLstmTest)
// Mean