aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_shufflenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_shufflenet.cpp')
-rw-r--r--examples/graph_shufflenet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph_shufflenet.cpp b/examples/graph_shufflenet.cpp
index 08f884b75f..300d0f15a1 100644
--- a/examples/graph_shufflenet.cpp
+++ b/examples/graph_shufflenet.cpp
@@ -89,7 +89,7 @@ public:
const DataLayout weights_layout = DataLayout::NCHW;
// Create preprocessor
- std::unique_ptr<IPreprocessor> preprocessor = arm_compute::support::cpp14::make_unique<TFPreproccessor>(0);
+ std::unique_ptr<IPreprocessor> preprocessor = std::make_unique<TFPreproccessor>(0);
graph << common_params.target
<< common_params.fast_math_hint