aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/LSTMLayerQuantized.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/LSTMLayerQuantized.cpp')
-rw-r--r--tests/validation/NEON/LSTMLayerQuantized.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/validation/NEON/LSTMLayerQuantized.cpp b/tests/validation/NEON/LSTMLayerQuantized.cpp
index 41c12c91e7..d5d036de33 100644
--- a/tests/validation/NEON/LSTMLayerQuantized.cpp
+++ b/tests/validation/NEON/LSTMLayerQuantized.cpp
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#include "arm_compute/runtime/NEON/functions/NELSTMLayer.h"
#include "arm_compute/runtime/NEON/functions/NELSTMLayerQuantized.h"
+
#include "tests/NEON/Accessor.h"
#include "tests/PaddingCalculator.h"
#include "tests/Utils.h"
@@ -131,8 +131,6 @@ TEST_CASE(IntegrationTestCaseSmall, framework::DatasetMode::PRECOMMIT)
output_gate_bias.allocator()->allocate();
cell_state.allocator()->allocate();
output_state.allocator()->allocate();
- cell_state.allocator()->allocate();
- output_state.allocator()->allocate();
// Fill weights and biases
fill_tensor(input_to_input_weights, std::vector<uint8_t>{ 47, 168,
@@ -452,7 +450,7 @@ TEST_CASE(IntegrationTestCaseLarge, framework::DatasetMode::PRECOMMIT)
// *INDENT-ON*
TEST_SUITE_END() // LSTMLayerQuantized
-TEST_SUITE_END() // NEON
+TEST_SUITE_END() // CL
} // namespace validation
} // namespace test
} // namespace arm_compute