aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnitha Raj <anitha.raj@arm.com>2023-11-14 13:23:24 +0000
committerAnitha Raj <Anitha.Raj@arm.com>2023-11-14 15:27:18 +0000
commitc63f8b048041bc32c1ece31d8faf7a7780f3a6b7 (patch)
tree7a83f97144a67abb17289f048ffddc54e991490f /tests
parent38eb5fb15d931d2a1de725468686932d4b1cab5a (diff)
downloadComputeLibrary-c63f8b048041bc32c1ece31d8faf7a7780f3a6b7.tar.gz
Update comments to suppress doxygen warnings.
Resolved COMPMID-6367 Signed-off-by: Anitha Raj <anitha.raj@arm.com> Change-Id: I96f244811a81a4e278f0c5e47d5014229cad3a25 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10727 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/validate_examples/graph_validate_utils.h8
1 files changed, 3 insertions, 5 deletions
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<D> &src,
arm_compute::test::SimpleTensor<D> &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