aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClDepthConcatenateKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClDepthConcatenateKernel.h')
-rw-r--r--src/core/gpu/cl/kernels/ClDepthConcatenateKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gpu/cl/kernels/ClDepthConcatenateKernel.h b/src/core/gpu/cl/kernels/ClDepthConcatenateKernel.h
index 144d7d48f2..5acfb33199 100644
--- a/src/core/gpu/cl/kernels/ClDepthConcatenateKernel.h
+++ b/src/core/gpu/cl/kernels/ClDepthConcatenateKernel.h
@@ -46,9 +46,9 @@ public:
/** Initialise the kernel's source and destination
*
* @param[in] compile_context The compile context to be used.
- * @param[in] src Source tensor. Data types supported: QASYMM8/QASYMM8_SIGNED/F16/F32.
+ * @param[in] src Source tensor info. Data types supported: QASYMM8/QASYMM8_SIGNED/F16/F32.
* @param[in] depth_offset The offset on the Z axis.
- * @param[in,out] dst Destination tensor. Data types supported: Same as @p src.
+ * @param[in,out] dst Destination tensor info. Data types supported: Same as @p src.
*
* @note: The dst tensor's low two dimensions can't be smaller than the src one's.
* @note: The gaps between the two lowest dimensions of src and dst need to be divisible by 2.