aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_lenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_lenet.cpp')
-rw-r--r--examples/graph_lenet.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/graph_lenet.cpp b/examples/graph_lenet.cpp
index 895d9aad4e..ea0916b317 100644
--- a/examples/graph_lenet.cpp
+++ b/examples/graph_lenet.cpp
@@ -109,8 +109,7 @@ public:
// Finalize graph
GraphConfig config;
- config.use_function_memory_manager = true;
- config.use_tuner = (target == 2);
+ config.use_tuner = (target == 2);
graph.finalize(target_hint, config);
}
void do_run() override