From bd2c8e1be0c83d243a9e2bc8eec60853f8dc701a Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 19 Jan 2021 15:29:02 +0000 Subject: Fix doxygen references to new kernels Resolves COMPMID-4117 Change-Id: I9945a92402e34b9cfe0ba9ef2a961b168bf62721 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4883 Reviewed-by: Pablo Marquez Tello Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- src/core/NEON/kernels/NEConvertQuantizedSignednessKernel.h | 4 ++-- src/core/NEON/kernels/NEReorgLayerKernel.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/NEON') 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. diff --git a/src/core/NEON/kernels/NEReorgLayerKernel.h b/src/core/NEON/kernels/NEReorgLayerKernel.h index eac91154a1..38a7d9f196 100644 --- a/src/core/NEON/kernels/NEReorgLayerKernel.h +++ b/src/core/NEON/kernels/NEReorgLayerKernel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 Arm Limited. + * Copyright (c) 2018-2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -60,7 +60,7 @@ public: */ void configure(const ITensor *input, ITensor *output, int32_t stride); - /** Static function to check if given info will lead to a valid configuration of @ref NEReshapeLayerKernel + /** Static function to check if given info will lead to a valid configuration of @ref cpu::kernels::CpuReshapeKernel * * @param[in] input Source tensor info. Data type supported: All * @param[in] output Destination tensor info. Data type supported: Same as @p input -- cgit v1.2.1