aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/ReorderLayer.cpp
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2023-05-10 14:33:30 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2023-05-10 15:31:03 +0000
commit318782b87e80c7d67d5a71b4122683fecd9efc0e (patch)
tree9b0aa2d09c923f9d01d13b06fe4cfdf752c3d933 /tests/validation/NEON/ReorderLayer.cpp
parent4494b552619a1431365dbe6a25db06647ebb129f (diff)
downloadComputeLibrary-318782b87e80c7d67d5a71b4122683fecd9efc0e.tar.gz
Remove inclusion of NEReorderKernel header from NEReorderLayer
Resolves: COMPMID-6235 Change-Id: I7a094a23244286090415ee2788632cfa7bd6c037 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9608 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/NEON/ReorderLayer.cpp')
-rw-r--r--tests/validation/NEON/ReorderLayer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/validation/NEON/ReorderLayer.cpp b/tests/validation/NEON/ReorderLayer.cpp
index cc340e9cb1..42fa0f8b00 100644
--- a/tests/validation/NEON/ReorderLayer.cpp
+++ b/tests/validation/NEON/ReorderLayer.cpp
@@ -32,6 +32,7 @@
#include "tests/framework/datasets/Datasets.h"
#include "tests/validation/Validation.h"
#include "tests/validation/fixtures/ReorderFixture.h"
+#include "src/core/NEON/kernels/NEReorderKernel.h"
namespace arm_compute
{