aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL
diff options
context:
space:
mode:
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.