From 18b739eda53578c37cb1fb129b4cfa2ba04e6268 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 13 Feb 2019 16:34:56 +0000 Subject: COMPMID-1996: Update documenation for doxgen 1.8.15 Change-Id: I763edb3dabf401459dbbf2512e415a6e1e258bfc Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/681 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- src/core/CL/cl_kernels/convolution5x5.cl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/CL/cl_kernels/convolution5x5.cl') diff --git a/src/core/CL/cl_kernels/convolution5x5.cl b/src/core/CL/cl_kernels/convolution5x5.cl index 605cd09b89..2c3cafa673 100644 --- a/src/core/CL/cl_kernels/convolution5x5.cl +++ b/src/core/CL/cl_kernels/convolution5x5.cl @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017 ARM Limited. + * Copyright (c) 2016-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -132,7 +132,6 @@ convolution5x1( * @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] mat9 Coefficient from the convolution matrix @@ -143,7 +142,6 @@ convolution5x1( * @param[in] mat14 Coefficient from the convolution matrix * @param[in] mat15 Coefficient from the convolution matrix * @param[in] mat16 Coefficient from the convolution matrix - * @param[in] mat10 Coefficient from the convolution matrix * @param[in] mat17 Coefficient from the convolution matrix * @param[in] mat18 Coefficient from the convolution matrix * @param[in] mat19 Coefficient from the convolution matrix -- cgit v1.2.1