From 737d9ff58b348b11234b6c2363390607d576177d Mon Sep 17 00:00:00 2001 From: Ferran Balaguer Date: Thu, 1 Aug 2019 09:58:08 +0100 Subject: IVGCVSW-3342 Add CL backend support for Quantized_LSTM (16bit cell state) !android-nn-driver:1685 Signed-off-by: Ferran Balaguer Signed-off-by: Matthew Bentham Change-Id: I17278562f72d4b77e22c3af25bf7199b9150a765 --- src/backends/cl/test/ClLayerTests.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backends/cl/test/ClLayerTests.cpp') diff --git a/src/backends/cl/test/ClLayerTests.cpp b/src/backends/cl/test/ClLayerTests.cpp index dd4c16edf4..c9114b9ac4 100644 --- a/src/backends/cl/test/ClLayerTests.cpp +++ b/src/backends/cl/test/ClLayerTests.cpp @@ -401,6 +401,8 @@ ARMNN_AUTO_TEST_CASE(LstmLayerFloat32NoCifgWithPeepholeWithProjection, ARMNN_AUTO_TEST_CASE(LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNorm, LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest) +ARMNN_AUTO_TEST_CASE(QuantizedLstm, QuantizedLstmTest) + // Convert from Float16 to Float32 ARMNN_AUTO_TEST_CASE(SimpleConvertFp16ToFp32, SimpleConvertFp16ToFp32Test) // Convert from Float32 to Float16 -- cgit v1.2.1