aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2019-01-31 17:06:54 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2019-02-04 16:15:19 +0000
commita74923ce6f4077ab2aef3651818c45f73fef97fd (patch)
tree4ddea5a721c4b0e48a4b0dbb4b6cea69663ed7c4 /examples
parent3dbfd23d68b9450fc3e8bf97d92bc211e78e8979 (diff)
downloadComputeLibrary-a74923ce6f4077ab2aef3651818c45f73fef97fd.tar.gz
COMPMID-1910: Improve CLTuner reducing the number of LWS to test
Change-Id: I842120a2bcddc5bf8677ee4d0b1f9d379771b36b Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/622 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'examples')
-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