From c10bc0b5db5169a6ccea02a1aaefe34f082709e5 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 9 Jan 2019 11:55:00 +0000 Subject: COMPMID-1710: Collapse window in CLDepthConvertKernel Change-Id: I16589a2b3beb18e20b56059fdabccc61e26e3944 Reviewed-on: https://review.mlplatform.org/481 Reviewed-by: Isabella Gottardi Tested-by: Arm Jenkins --- arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h') diff --git a/arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h b/arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h index c155cb2982..7475d8d41d 100644 --- a/arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h +++ b/arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 ARM Limited. + * Copyright (c) 2016-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -24,7 +24,7 @@ #ifndef __ARM_COMPUTE_CLDEPTHCONVERTKERNEL_H__ #define __ARM_COMPUTE_CLDEPTHCONVERTKERNEL_H__ -#include "arm_compute/core/CL/ICLSimple2DKernel.h" +#include "arm_compute/core/CL/ICLSimple3DKernel.h" #include "arm_compute/core/Types.h" #include @@ -33,10 +33,8 @@ namespace arm_compute { class ICLTensor; -/** Interface for the depth conversion kernel. - * - */ -class CLDepthConvertLayerKernel : public ICLSimple2DKernel +/** Interface for the depth conversion kernel. */ +class CLDepthConvertLayerKernel : public ICLSimple3DKernel { public: /** Set the input and output of the kernel. -- cgit v1.2.1