aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Graph.h
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2018-02-14 14:18:01 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:47:18 +0000
commite3fba0afa892c66379da1e3d3843f2155a1fb29a (patch)
tree2a420a3d988d269cc157d73e8d3c8accf1d21af8 /arm_compute/graph/Graph.h
parentf07d28d9ee8ae73a93fe433f72855b6dcf58ad90 (diff)
downloadComputeLibrary-e3fba0afa892c66379da1e3d3843f2155a1fb29a.tar.gz
COMPMID-925: Enabling OpenCL tuner in the graph examples
Change-Id: I4fe501281f527e20e8fdd0253d59ea2c4629056b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/120354 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
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