aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/convolution3x3.cl
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2019-02-13 16:34:56 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2019-02-13 17:53:48 +0000
commit6eb90d7d8ef73decf6e3973a89c2b2badd0b9635 (patch)
tree9b8a39715259a41cfd22408c03cf138d23d04901 /src/core/CL/cl_kernels/convolution3x3.cl
parenteb6c88ae253f1a6555a741d6e5a04033a95486a7 (diff)
downloadComputeLibrary-6eb90d7d8ef73decf6e3973a89c2b2badd0b9635.tar.gz
COMPMID-1996: Update documenation for doxgen 1.8.15
Change-Id: I763edb3dabf401459dbbf2512e415a6e1e258bfc Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/681 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'src/core/CL/cl_kernels/convolution3x3.cl')
-rw-r--r--src/core/CL/cl_kernels/convolution3x3.cl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/CL/cl_kernels/convolution3x3.cl b/src/core/CL/cl_kernels/convolution3x3.cl
index 8c75ecddb2..625c6c46ad 100644
--- a/src/core/CL/cl_kernels/convolution3x3.cl
+++ b/src/core/CL/cl_kernels/convolution3x3.cl
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -72,7 +72,6 @@ inline VEC_DATA_TYPE(DATA_TYPE, 8) convolution1x3(__global const uchar *left_pix
* @param[in] mat4 Coefficient from the convolution matrix
* @param[in] mat5 Coefficient from the convolution matrix
* @param[in] mat6 Coefficient from the convolution matrix
- * @param[in] mat0 Coefficient from the convolution matrix
* @param[in] mat7 Coefficient from the convolution matrix
* @param[in] mat8 Coefficient from the convolution matrix
* @param[in] scale Convolution matrix scale (Sum of the coefficients, or 1 if the sum is 0)