From aa79405dd93e44ca7e8af5f3baf3e076399d0136 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Mon, 23 May 2022 16:47:42 +0100 Subject: Fix doxygen typos Change-Id: Ia54918091e985e21641610ca7652aead7c0dd20a Signed-off-by: Viet-Hoa Do Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7621 Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez Tello --- arm_compute/core/CL/CLTypes.h | 4 ++-- arm_compute/core/CPP/ICPPKernel.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'arm_compute/core') diff --git a/arm_compute/core/CL/CLTypes.h b/arm_compute/core/CL/CLTypes.h index ede8d0a9e4..86335dae67 100644 --- a/arm_compute/core/CL/CLTypes.h +++ b/arm_compute/core/CL/CLTypes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2021 Arm Limited. + * Copyright (c) 2017-2022 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -81,7 +81,7 @@ enum CLKernelType UNKNOWN, /**< Unknown CL kernel type */ DEPTHWISE, /**< Depthwise CL kernel type */ DIRECT, /**< Direct Convolution CL kernel type */ - ELEMENTWISE, /**< Elementeise CL kernel type */ + ELEMENTWISE, /**< Elementwise CL kernel type */ GEMM, /**< GEMM CL kernel type */ POOL, /**< Pool CL kernel type */ WINOGRAD /**< Winograd CL kernel type */ diff --git a/arm_compute/core/CPP/ICPPKernel.h b/arm_compute/core/CPP/ICPPKernel.h index 4697316379..00a10555e3 100644 --- a/arm_compute/core/CPP/ICPPKernel.h +++ b/arm_compute/core/CPP/ICPPKernel.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Arm Limited. + * Copyright (c) 2016-2022 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -95,7 +95,7 @@ public: * @param[in] platform The CPU platform used to create the context. * @param[in] thread_count Number of threads in the execution. * - * @return[out] mws Minimum workload size for requsted configuration. + * @return Minimum workload size for requested configuration. */ virtual size_t get_mws(const CPUInfo &platform, size_t thread_count) const { -- cgit v1.2.1