aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/PassManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/PassManager.h')
-rw-r--r--arm_compute/graph/PassManager.h6
1 files changed, 3 insertions, 3 deletions
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);