From 649962c9568d4eb35983b0b2e39de7bb0eca9f2b Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 22 May 2019 11:11:55 +0100 Subject: COMPMID-2239 Implement DEPTH_TO_SPACE for CL Change-Id: Ia064b742624c0052a7e2ff9bebe84e675369ff86 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1233 Tested-by: Arm Jenkins Reviewed-by: Giuseppe Rossini Comments-Addressed: Arm 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 57e0ade7da..340434931d 100644 --- a/arm_compute/core/CL/CLKernels.h +++ b/arm_compute/core/CL/CLKernels.h @@ -51,6 +51,7 @@ #include "arm_compute/core/CL/kernels/CLDeconvolutionReshapeOutputKernel.h" #include "arm_compute/core/CL/kernels/CLDepthConcatenateLayerKernel.h" #include "arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h" +#include "arm_compute/core/CL/kernels/CLDepthToSpaceLayerKernel.h" #include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h" #include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h" #include "arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayerReshapeWeightsGenericKernel.h" -- cgit v1.2.1