aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_edsr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_edsr.cpp')
-rw-r--r--examples/graph_edsr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/graph_edsr.cpp b/examples/graph_edsr.cpp
index 77783d97ed..0e41f12155 100644
--- a/examples/graph_edsr.cpp
+++ b/examples/graph_edsr.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited.
+ * Copyright (c) 2020-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -75,6 +75,7 @@ public:
config.use_tuner = common_params.enable_tuner;
config.tuner_mode = common_params.tuner_mode;
config.tuner_file = common_params.tuner_file;
+ config.mlgo_file = common_params.mlgo_file;
context.set_config(config);