From d83ffe0601e6c20a84f6678a2dde519276ee6ad3 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Tue, 22 Mar 2022 15:46:02 +0000 Subject: IVGCVSW-6839 Unidirectional sequence LSTM test failing in Android S Signed-off-by: Cathal Corbett Change-Id: Iba9c260a2177aeb837e3f30ed4ec9db3c368e169 --- src/backends/neon/test/NeonLayerTests.cpp | 6 ++++-- src/backends/neon/test/NeonLayerTests_NDK_Bug.cpp | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/backends/neon/test/NeonLayerTests.cpp b/src/backends/neon/test/NeonLayerTests.cpp index 231e2b0e7a..1ac6c78ec7 100644 --- a/src/backends/neon/test/NeonLayerTests.cpp +++ b/src/backends/neon/test/NeonLayerTests.cpp @@ -918,8 +918,10 @@ ARMNN_AUTO_TEST_CASE_WITH_THF(UnidirectionalSequenceLstmLayerFloat32TimeMajor, UnidirectionalSequenceLstmLayerFloat32TimeMajorTest) ARMNN_AUTO_TEST_CASE_WITH_THF(UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjection, UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest) -ARMNN_AUTO_TEST_CASE_WITH_THF(UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNorm, - UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest) +// Moved to NeonLayerTests_NDK_Bug.cpp +//ARMNN_AUTO_TEST_CASE_WITH_THF( +// UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNorm, +// UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest) ARMNN_AUTO_TEST_CASE_WITH_THF(UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjection, UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTest) diff --git a/src/backends/neon/test/NeonLayerTests_NDK_Bug.cpp b/src/backends/neon/test/NeonLayerTests_NDK_Bug.cpp index 24109605cc..ed8d31cc80 100644 --- a/src/backends/neon/test/NeonLayerTests_NDK_Bug.cpp +++ b/src/backends/neon/test/NeonLayerTests_NDK_Bug.cpp @@ -35,6 +35,9 @@ ARMNN_AUTO_TEST_CASE_WITH_THF(L2Normalization1dNhwc, L2Normalization1dTest, Data ARMNN_AUTO_TEST_CASE_WITH_THF(LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNorm, LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest) +ARMNN_AUTO_TEST_CASE_WITH_THF(UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNorm, + UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest) + // ReduceSum ARMNN_AUTO_TEST_CASE_WITH_THF(ReduceSumFloat32, ReduceSumSimpleTest) -- cgit v1.2.1