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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/graph_shufflenet.cpp b/examples/graph_shufflenet.cpp
index 39c2227022..e6016f0451 100644
--- a/examples/graph_shufflenet.cpp
+++ b/examples/graph_shufflenet.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -57,7 +57,7 @@ public:
// Set default layout if needed (Single kernel grouped convolution not yet supported int NHWC)
if(!common_opts.data_layout->is_set())
{
- common_params.data_layout = DataLayout::NCHW;
+ common_params.data_layout = DataLayout::NHWC;
}
// Checks