From 5b7d537d918becb894d94d91726ce79e63d72fc1 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Fri, 17 May 2019 14:04:22 +0100 Subject: COMPMID-2237 Implement SPACE_TO_DEPTH for NEON Change-Id: I9f427bceca6da52671e0096be08772612f4be152 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/1227 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Michalis Spyrou --- arm_compute/runtime/NEON/NEFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/NEON/NEFunctions.h') diff --git a/arm_compute/runtime/NEON/NEFunctions.h b/arm_compute/runtime/NEON/NEFunctions.h index 971ddfa703..4e0cdd7a0a 100644 --- a/arm_compute/runtime/NEON/NEFunctions.h +++ b/arm_compute/runtime/NEON/NEFunctions.h @@ -132,6 +132,7 @@ #include "arm_compute/runtime/NEON/functions/NESobel7x7.h" #include "arm_compute/runtime/NEON/functions/NESoftmaxLayer.h" #include "arm_compute/runtime/NEON/functions/NESpaceToBatchLayer.h" +#include "arm_compute/runtime/NEON/functions/NESpaceToDepthLayer.h" #include "arm_compute/runtime/NEON/functions/NESplit.h" #include "arm_compute/runtime/NEON/functions/NEStackLayer.h" #include "arm_compute/runtime/NEON/functions/NEStridedSlice.h" -- cgit v1.2.1