aboutsummaryrefslogtreecommitdiff
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-14 12:09:19 +0000
commit18b739eda53578c37cb1fb129b4cfa2ba04e6268 (patch)
tree72bc7ab9e623104ffe6552151a86559525336303
parent797b4f236c32feb2791f935d04858107554e1acb (diff)
downloadComputeLibrary-18b739eda53578c37cb1fb129b4cfa2ba04e6268.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>
-rw-r--r--arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h6
-rw-r--r--arm_compute/core/NEON/kernels/NEElementwiseOperationKernel.h2
-rw-r--r--src/core/CL/cl_kernels/convolution3x3.cl3
-rw-r--r--src/core/CL/cl_kernels/convolution5x5.cl4
-rw-r--r--src/core/CL/cl_kernels/convolution7x7.cl4
-rw-r--r--src/core/CL/cl_kernels/convolution9x9.cl5
6 files changed, 5 insertions, 19 deletions
diff --git a/arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h b/arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h
index 2c65789115..ed42c9b99a 100644
--- a/arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h
+++ b/arm_compute/core/CL/kernels/CLElementwiseOperationKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -116,7 +116,6 @@ public:
*
* @param[in] op Arithmetic operation to be executed.
* @param[in] input1 First tensor input. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
- * @param[in] input1 First tensor input. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
* @param[in] input2 Second tensor input. Data types supported: Same as @p input1.
* @param[in] output Output tensor. Data types supported: Same as @p input1.
* @param[in] policy Policy to use to handle overflow.
@@ -127,7 +126,6 @@ public:
*
* @param[in] op Arithmetic operation to be executed.
* @param[in] input1 First tensor input info. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
- * @param[in] input1 First tensor input info. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
* @param[in] input2 Second tensor input info. Data types supported: Same as @p input1.
* @param[in] output Output tensor info. Data types supported: Same as @p input1.
* @param[in] policy Policy to use to handle overflow.
@@ -161,7 +159,6 @@ public:
*
* @param[in] op Arithmetic operation to be executed.
* @param[in] input1 First tensor input. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
- * @param[in] input1 First tensor input. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
* @param[in] input2 Second tensor input. Data types supported: Same as @p input1.
* @param[in] output Output tensor. Data types supported: Same as @p input1.
*/
@@ -171,7 +168,6 @@ public:
*
* @param[in] op Arithmetic operation to be executed.
* @param[in] input1 First tensor input info. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
- * @param[in] input1 First tensor input info. Data types supported: U8/S8/QASYMM8/U16/S16/F16/U32/S32/F32.
* @param[in] input2 Second tensor input info. Data types supported: Same as @p input1.
* @param[in] output Output tensor info. Data types supported: Same as @p input1.
*
diff --git a/arm_compute/core/NEON/kernels/NEElementwiseOperationKernel.h b/arm_compute/core/NEON/kernels/NEElementwiseOperationKernel.h
index 1271da75a5..351b346c5a 100644
--- a/arm_compute/core/NEON/kernels/NEElementwiseOperationKernel.h
+++ b/arm_compute/core/NEON/kernels/NEElementwiseOperationKernel.h
@@ -101,7 +101,6 @@ public:
*
* @param[in] op Arithmetic operation to be executed.
* @param[in] input1 First tensor input. Data types supported: QASYMM8/S16/F16/S32/F32.
- * @param[in] input1 First tensor input. Data types supported: Same as @p input1.
* @param[in] input2 Second tensor input. Data types supported: Same as @p input1.
* @param[in] output Output tensor. Data types supported: Same as @p input1.
*/
@@ -111,7 +110,6 @@ public:
*
* @param[in] op Arithmetic operation to be executed.
* @param[in] input1 First tensor input info. Data types supported: QASYMM8/S16/F16/S32/F32.
- * @param[in] input1 First tensor input info. Data types supported: Same as @p input1
* @param[in] input2 Second tensor input info. Data types supported: Same as @p input1.
* @param[in] output Output tensor info. Data types supported: Same as @p input1.
*
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)
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
diff --git a/src/core/CL/cl_kernels/convolution7x7.cl b/src/core/CL/cl_kernels/convolution7x7.cl
index 1abfb156d3..9dd6a88da7 100644
--- a/src/core/CL/cl_kernels/convolution7x7.cl
+++ b/src/core/CL/cl_kernels/convolution7x7.cl
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -152,7 +152,6 @@ convolution7x1(
* @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
@@ -163,7 +162,6 @@ convolution7x1(
* @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
diff --git a/src/core/CL/cl_kernels/convolution9x9.cl b/src/core/CL/cl_kernels/convolution9x9.cl
index f537326a31..2a5f4a10c7 100644
--- a/src/core/CL/cl_kernels/convolution9x9.cl
+++ b/src/core/CL/cl_kernels/convolution9x9.cl
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -173,7 +173,6 @@ convolution9x1(
* @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
@@ -184,7 +183,6 @@ convolution9x1(
* @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
@@ -245,7 +243,6 @@ convolution9x1(
* @param[in] mat74 Coefficient from the convolution matrix
* @param[in] mat75 Coefficient from the convolution matrix
* @param[in] mat76 Coefficient from the convolution matrix
- * @param[in] mat76 Coefficient from the convolution matrix
* @param[in] mat77 Coefficient from the convolution matrix
* @param[in] mat78 Coefficient from the convolution matrix
* @param[in] mat79 Coefficient from the convolution matrix