From a74923ce6f4077ab2aef3651818c45f73fef97fd Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Thu, 31 Jan 2019 17:06:54 +0000 Subject: COMPMID-1910: Improve CLTuner reducing the number of LWS to test Change-Id: I842120a2bcddc5bf8677ee4d0b1f9d379771b36b Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/622 Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- examples/graph_shufflenet.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.1