From 2a2db590fd179dcb8e1a575293cd2b887e2dc246 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 15 Aug 2018 12:14:46 +0100 Subject: COMPMID-1505: Add native grouping support at graph level Change-Id: Iedc91b0aee743b59af5140c8acb8124548da3163 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144362 Tested-by: Jenkins Reviewed-by: Giorgio Arena Reviewed-by: Michele DiGiorgio --- arm_compute/graph/PassManager.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm_compute/graph/PassManager.h') diff --git a/arm_compute/graph/PassManager.h b/arm_compute/graph/PassManager.h index 9f32a458d0..27f7794c8a 100644 --- a/arm_compute/graph/PassManager.h +++ b/arm_compute/graph/PassManager.h @@ -74,13 +74,13 @@ public: void clear(); /** Runs all the mutation passes on a given graph * - * @param[in] g Graph to run the mutations on + * @param[in, out] g Graph to run the mutations on */ void run_all(Graph &g); /** Runs a specific mutation pass on a given graph * - * @param[in] g Graph to run the mutation on - * @param[in] index Index of the mutation to execute + * @param[in, out] g Graph to run the mutation on + * @param[in] index Index of the mutation to execute */ void run(Graph &g, size_t index); -- cgit v1.2.1