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/detail/ExecutionHelpers.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'arm_compute/graph/detail/ExecutionHelpers.h') diff --git a/arm_compute/graph/detail/ExecutionHelpers.h b/arm_compute/graph/detail/ExecutionHelpers.h index 3a357776e4..fd8d082770 100644 --- a/arm_compute/graph/detail/ExecutionHelpers.h +++ b/arm_compute/graph/detail/ExecutionHelpers.h @@ -71,12 +71,13 @@ void allocate_const_tensors(Graph &g); void allocate_all_tensors(Graph &g); /** Configures all nodes of graph * - * @param[in] g Graph to configure the nodes - * @param[in] ctx Graph context to use + * @param[in, out] g Graph to configure the nodes + * @param[in] ctx Graph context to use + * @param[in] node_order The order to configure the nodes * * @return The execution workload */ -ExecutionWorkload configure_all_nodes(Graph &g, GraphContext &ctx); +ExecutionWorkload configure_all_nodes(Graph &g, GraphContext &ctx, const std::vector &node_order); /** Release the memory of all unused const nodes * * @param[in] g Graph to release the memory from -- cgit v1.2.1