aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h')
-rw-r--r--src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h b/src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h
index 2f80361ba5..39e5300238 100644
--- a/src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h
+++ b/src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019-2020 Arm Limited.
+ * Copyright (c) 2019-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -58,7 +58,7 @@ public:
* @param[out] output Destination tensor. Data types supported: opposite of @p input.
*/
void configure(const ITensor *input, ITensor *output);
- /** Static function to check if given info will lead to a valid configuration of @ref NECopyKernel
+ /** Static function to check if given info will lead to a valid configuration of @ref NEConvertQuantizedSignednessKernel
*
* @param[in] input Source tensor. Data types supported: QASYMM8/QASYMM8_SIGNED.
* @param[in] output Destination tensor. Data types supported: opposite of @p input.