aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/LSTMLayerQuantized.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/CL/LSTMLayerQuantized.cpp')
-rw-r--r--tests/validation/CL/LSTMLayerQuantized.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/validation/CL/LSTMLayerQuantized.cpp b/tests/validation/CL/LSTMLayerQuantized.cpp
index 686d6bcef8..fe533ee914 100644
--- a/tests/validation/CL/LSTMLayerQuantized.cpp
+++ b/tests/validation/CL/LSTMLayerQuantized.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 ARM Limited.
+ * Copyright (c) 2019-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -22,7 +22,6 @@
* SOFTWARE.
*/
#include "arm_compute/runtime/CL/functions/CLLSTMLayerQuantized.h"
-
#include "tests/CL/CLAccessor.h"
#include "tests/PaddingCalculator.h"
#include "tests/Utils.h"