aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2017-09-06 15:09:54 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit906443f38fe2c168f4a0b2db5cd9852865fc4922 (patch)
tree9045b72be77a992673b77edfe6766871ecdc3035 /arm_compute/core
parent3f0ab6ed8267b1858ec993c1b7bc9715c0991306 (diff)
downloadComputeLibrary-906443f38fe2c168f4a0b2db5cd9852865fc4922.tar.gz
COMPMID-415 - Fixed bug in CLDepthConcatenateKernel
Change-Id: Ieedb714cb3666504c175aa488505e0485778c589 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86705 Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'arm_compute/core')
-rw-r--r--arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h b/arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h
index e85e0ec232..ac108a43ba 100644
--- a/arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h
+++ b/arm_compute/core/CL/kernels/CLDepthConcatenateKernel.h
@@ -71,6 +71,7 @@ private:
ICLTensor *_output;
int _top_bottom;
int _left_right;
+ unsigned int _depth_offset;
};
}
#endif /* __ARM_COMPUTE_CLDEPTHCONCATENATEKERNEL_H__ */