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/core/CL/CLKernels.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/CL/CLKernels.h') diff --git a/arm_compute/core/CL/CLKernels.h b/arm_compute/core/CL/CLKernels.h index ff16394a8a..da2d3166a4 100644 --- a/arm_compute/core/CL/CLKernels.h +++ b/arm_compute/core/CL/CLKernels.h @@ -32,6 +32,7 @@ #include "arm_compute/core/CL/kernels/CLArithmeticDivisionKernel.h" #include "arm_compute/core/CL/kernels/CLArithmeticSubtractionKernel.h" #include "arm_compute/core/CL/kernels/CLBatchNormalizationLayerKernel.h" +#include "arm_compute/core/CL/kernels/CLBatchToSpaceLayerKernel.h" #include "arm_compute/core/CL/kernels/CLBitwiseAndKernel.h" #include "arm_compute/core/CL/kernels/CLBitwiseNotKernel.h" #include "arm_compute/core/CL/kernels/CLBitwiseOrKernel.h" -- cgit v1.2.1