From 43809ecd4cdcafc7d30e267620c48fc4eb08a029 Mon Sep 17 00:00:00 2001 From: Anitha Raj Date: Tue, 14 Nov 2023 13:23:24 +0000 Subject: Update comments to suppress doxygen warnings. Resolved COMPMID-6367 Signed-off-by: Anitha Raj Change-Id: I96f244811a81a4e278f0c5e47d5014229cad3a25 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10727 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: SiCong Li Comments-Addressed: Arm Jenkins --- src/dynamic_fusion/sketch/ArgumentPack.h | 10 +++++----- src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h | 1 - tests/validate_examples/graph_validate_utils.h | 8 +++----- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/src/dynamic_fusion/sketch/ArgumentPack.h b/src/dynamic_fusion/sketch/ArgumentPack.h index 3bf380b1ec..d030bc3d45 100644 --- a/src/dynamic_fusion/sketch/ArgumentPack.h +++ b/src/dynamic_fusion/sketch/ArgumentPack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. + * Copyright (c) 2022-2023 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK -#define SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK +#ifndef ACL_SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK_H +#define ACL_SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK_H #include "arm_compute/core/experimental/Types.h" @@ -46,7 +46,7 @@ template class ArgumentPack { public: - /** @ref TensorType encodes the position of a tensor argument within the pack */ + /** @ref arm_compute::TensorType encodes the position of a tensor argument within the pack */ using Id = TensorType; /** A single argument element within the pack * It contains either a const pointer or a non-const pointer to the Tensor-related type T, but never at the same time @@ -234,4 +234,4 @@ private: } // namespace dynamic_fusion } // namespace experimental } // namespace arm_compute -#endif /* SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK */ +#endif // ACL_SRC_DYNAMIC_FUSION_SKETCH_ARGUMENTPACK_H diff --git a/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h b/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h index 6c56f15d74..e84d46d34a 100644 --- a/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h +++ b/src/gpu/cl/kernels/ClMatMulLowpNativeMMULKernel.h @@ -48,7 +48,6 @@ public: * * Similar to @ref ClMatMulLowpNativeKernel::configure() * - * @return a status */ void configure(const ClCompileContext &compile_context, ITensorInfo *lhs, diff --git a/tests/validate_examples/graph_validate_utils.h b/tests/validate_examples/graph_validate_utils.h index 91d62485d1..c1a83d1f40 100644 --- a/tests/validate_examples/graph_validate_utils.h +++ b/tests/validate_examples/graph_validate_utils.h @@ -22,8 +22,8 @@ * SOFTWARE. */ -#ifndef GRAPH_VALIDATE_UTILS_H -#define GRAPH_VALIDATE_UTILS_H +#ifndef ACL_TESTS_VALIDATE_EXAMPLES_GRAPH_VALIDATE_UTILS_H +#define ACL_TESTS_VALIDATE_EXAMPLES_GRAPH_VALIDATE_UTILS_H #include "arm_compute/graph.h" @@ -287,7 +287,6 @@ public: * @param[out] os Output stream. * @param[in] common_params Example parameters to output * - * @return None. */ virtual void print_parameters(::std::ostream &os, const ExampleParams &common_params) { @@ -394,7 +393,6 @@ public: * @param[out] bias The tensor with the bias data. * @param[in] tensor Tensor result of the actual operation passed into the Accessor. * - * @return None. */ virtual void create_tensors(arm_compute::test::SimpleTensor &src, arm_compute::test::SimpleTensor &weights, @@ -680,4 +678,4 @@ public: } // graph_validate_utils } // arm_compute -#endif //GRAPH_VALIDATE_UTILS_H +#endif // ACL_TESTS_VALIDATE_EXAMPLES_GRAPH_VALIDATE_UTILS_H -- cgit v1.2.1