aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_inception_v3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_inception_v3.cpp')
-rw-r--r--examples/graph_inception_v3.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/graph_inception_v3.cpp b/examples/graph_inception_v3.cpp
index 01a4d0c49c..7fa0fc74fe 100644
--- a/examples/graph_inception_v3.cpp
+++ b/examples/graph_inception_v3.cpp
@@ -190,8 +190,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);
}