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