From 7b607dc5058d2f6a398cfac4d2eab65d415c3733 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 13 Jul 2018 15:55:24 +0100 Subject: COMPMID-1400: Add command line option to specify the tuner's config file Change-Id: Ib597e0dff4c8c01f7e6bd46d03824beef4bc1e9a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139923 Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- examples/graph_inception_v4.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/graph_inception_v4.cpp') diff --git a/examples/graph_inception_v4.cpp b/examples/graph_inception_v4.cpp index 93166a41c2..def73dff7a 100644 --- a/examples/graph_inception_v4.cpp +++ b/examples/graph_inception_v4.cpp @@ -143,6 +143,8 @@ public: GraphConfig config; config.num_threads = common_params.threads; config.use_tuner = common_params.enable_tuner; + config.tuner_file = common_params.tuner_file; + graph.finalize(common_params.target, config); return true; -- cgit v1.2.1