From e3fba0afa892c66379da1e3d3843f2155a1fb29a Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 14 Feb 2018 14:18:01 +0000 Subject: 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 Reviewed-by: Anthony Barbier Reviewed-by: Georgios Pinitas --- arm_compute/graph/Graph.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arm_compute/graph/Graph.h') 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 -- cgit v1.2.1