aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph2/Utils.h')
-rw-r--r--arm_compute/graph2/Utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arm_compute/graph2/Utils.h b/arm_compute/graph2/Utils.h
index 750665a491..0295bcb9af 100644
--- a/arm_compute/graph2/Utils.h
+++ b/arm_compute/graph2/Utils.h
@@ -84,9 +84,11 @@ Target get_default_target();
void force_target_to_graph(Graph &g, Target target);
/** Creates a default @ref PassManager
*
+ * @param[in] target Target to create the pass manager for
+ *
* @return A PassManager with default mutating passes
*/
-PassManager create_default_pass_manager();
+PassManager create_default_pass_manager(Target target);
/** Default setups the graph context if not done manually
*
* @param[in] ctx Graph Context