commit | 4ba87dbdc3b22220eba4a792c1f5c87e7a88c7af | [log] [tgz] |
---|---|---|
author | Jenkins <bsgcomp@arm.com> | Thu May 23 17:11:51 2019 +0100 |
committer | Jenkins <bsgcomp@arm.com> | Thu May 23 17:11:51 2019 +0100 |
tree | f0364d64c78ffa0b0a86e85457748fbdccf5eb07 | |
parent | 29f6788cee8881c5523a042a0ac9b0131d993768 [diff] [blame] |
arm_compute v19.05
diff --git a/examples/graph_shufflenet.cpp b/examples/graph_shufflenet.cpp index e6016f0..3704be7 100644 --- a/examples/graph_shufflenet.cpp +++ b/examples/graph_shufflenet.cpp
@@ -144,6 +144,7 @@ GraphConfig config; config.num_threads = common_params.threads; config.use_tuner = common_params.enable_tuner; + config.tuner_mode = common_params.tuner_mode; config.tuner_file = common_params.tuner_file; graph.finalize(common_params.target, config);