aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/Graph.h')
-rw-r--r--arm_compute/graph/Graph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arm_compute/graph/Graph.h b/arm_compute/graph/Graph.h
index 853b90df82..72130878f8 100644
--- a/arm_compute/graph/Graph.h
+++ b/arm_compute/graph/Graph.h
@@ -56,6 +56,11 @@ public:
Graph(Graph &&) = delete;
/** Prevent instances from being move assigned */
Graph &operator=(Graph &&) = delete;
+ /** Initialize the graph
+ *
+ * @param[in] use_cl_tuner Use the CLTuner if this value is true
+ */
+ void graph_init(const bool use_cl_tuner = false);
/** Executes the graph */
void run();
/** Adds a node to the graph