From a2561f0ff2bdd3fd7d968a56a19c35a59804b992 Mon Sep 17 00:00:00 2001 From: "ramy.elgammal@arm.com" Date: Fri, 16 Jun 2023 20:45:48 +0100 Subject: Fix doxygen warnings Resolves: COMPMID-6312 Signed-off-by: ramy.elgammal@arm.com Change-Id: I9f68ccd2edb8c4d03fec19e6b9c29609d4833342 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9806 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- tests/validate_examples/graph_validate_utils.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'tests/validate_examples/graph_validate_utils.h') diff --git a/tests/validate_examples/graph_validate_utils.h b/tests/validate_examples/graph_validate_utils.h index 0921fbfdef..91d62485d1 100644 --- a/tests/validate_examples/graph_validate_utils.h +++ b/tests/validate_examples/graph_validate_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 Arm Limited. + * Copyright (c) 2019-2020, 2023 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -309,8 +309,6 @@ public: * * @param[in] options Options to consume * @param[out] common_params params structure to consume. - * - * @return consume_common_graph_parameters structure containing the common graph parameters */ void consume_common_graph_parameters(CommonGraphValidateOptions &options, CommonParams &common_params) { @@ -445,8 +443,6 @@ public: * @param[in] seed seed for the randomization function * @param[in] low lower bound for random values * @param[in] high upper bound for random values - * - * @return None. */ void fill_tensor(arm_compute::test::SimpleTensor &tensor, std::random_device::result_type seed, uint8_t low, uint8_t high) { @@ -473,8 +469,6 @@ public: * @param[in] seed seed for the randomization function * @param[in] low lower bound for random values * @param[in] high upper bound for random values - * - * @return None. */ void fill_tensor(arm_compute::test::SimpleTensor &tensor, std::random_device::result_type seed, int32_t low, int32_t high) { @@ -494,8 +488,6 @@ public: * @param[in] seed seed for the randomization function * @param[in] low lower bound for random values * @param[in] high upper bound for random values - * - * @return None. */ void fill_tensor(arm_compute::test::SimpleTensor &tensor, std::random_device::result_type seed, float low, float high) { @@ -516,8 +508,6 @@ public: * @param[in] seed seed for the randomization function * @param[in] low lower bound for random values * @param[in] high upper bound for random values - * - * @return None. */ void fill_tensor(arm_compute::test::SimpleTensor &tensor, std::random_device::result_type seed, half low, half high) { @@ -559,8 +549,6 @@ public: * * @param[in] tensor Tensor result of the actual operation passed into the Accessor. * @param[in] output Tensor result of the reference implementation. - * - * @return None. */ void validate(ITensor &tensor, arm_compute::test::SimpleTensor output) { -- cgit v1.2.1