aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime
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 /arm_compute/runtime
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 'arm_compute/runtime')
-rw-r--r--arm_compute/runtime/NEON/functions/NEReorderLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEReorderLayer.h b/arm_compute/runtime/NEON/functions/NEReorderLayer.h
index b8d692ac92..a9ce8e3e69 100644
--- a/arm_compute/runtime/NEON/functions/NEReorderLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEReorderLayer.h
@@ -28,12 +28,12 @@
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/IFunction.h"
-#include "src/core/NEON/kernels/NEReorderKernel.h"
namespace arm_compute
{
class ITensor;
class ITensorInfo;
+class NEReorderKernel;
/** Function to compute blocked reorder. */
class NEReorderLayer : public IFunction
{