From 6a8d3b6db13042a859972c33cf40cfeb6d7cfcda Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Fri, 31 Aug 2018 10:07:09 +0100 Subject: COMPMID-1218 Implementing Batch to Space on OpenCL Change-Id: I12ba4c0c35f086ea3f395970b85af5bf8f94850b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145052 Reviewed-by: Pablo Tello Tested-by: Jenkins --- arm_compute/runtime/CL/CLFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CL/CLFunctions.h') diff --git a/arm_compute/runtime/CL/CLFunctions.h b/arm_compute/runtime/CL/CLFunctions.h index f81a1babf9..76c2128f2c 100644 --- a/arm_compute/runtime/CL/CLFunctions.h +++ b/arm_compute/runtime/CL/CLFunctions.h @@ -32,6 +32,7 @@ #include "arm_compute/runtime/CL/functions/CLArithmeticDivision.h" #include "arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h" #include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h" +#include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h" #include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h" #include "arm_compute/runtime/CL/functions/CLBitwiseNot.h" #include "arm_compute/runtime/CL/functions/CLBitwiseOr.h" -- cgit v1.2.1