aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2019-01-09 11:55:00 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-01-09 17:24:57 +0000
commitc10bc0b5db5169a6ccea02a1aaefe34f082709e5 (patch)
tree2be8e3c929dc91de3de2f898a6e4b33d2bd51259 /arm_compute/core/CL
parent588ebc5ccab2e47c42c3e9303306e3744834f52f (diff)
downloadComputeLibrary-c10bc0b5db5169a6ccea02a1aaefe34f082709e5.tar.gz
COMPMID-1710: Collapse window in CLDepthConvertKernel
Change-Id: I16589a2b3beb18e20b56059fdabccc61e26e3944 Reviewed-on: https://review.mlplatform.org/481 Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/CL')
-rw-r--r--arm_compute/core/CL/kernels/CLDepthConvertLayerKernel.h10
1 files changed, 4 insertions, 6 deletions
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 <cstdint>
@@ -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.