aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_resnet_v2_50.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_resnet_v2_50.cpp')
-rw-r--r--examples/graph_resnet_v2_50.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph_resnet_v2_50.cpp b/examples/graph_resnet_v2_50.cpp
index 32434f55dd..921fb145d6 100644
--- a/examples/graph_resnet_v2_50.cpp
+++ b/examples/graph_resnet_v2_50.cpp
@@ -67,7 +67,7 @@ public:
}
// Create a preprocessor object
- std::unique_ptr<IPreprocessor> preprocessor = arm_compute::support::cpp14::make_unique<TFPreproccessor>();
+ std::unique_ptr<IPreprocessor> preprocessor = std::make_unique<TFPreproccessor>();
// Create input descriptor
const auto operation_layout = common_params.data_layout;