aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2018-08-15 15:59:29 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit1b65807d4d94ad67cd7490d7a002fe418efdadf6 (patch)
tree4d98f380b3e1aa8750a2eaa7a70f3c88ad75a139 /examples
parent916d1bcee42051721a82cfb46b52855c2fe56646 (diff)
downloadComputeLibrary-1b65807d4d94ad67cd7490d7a002fe418efdadf6.tar.gz
COMPMID-1188 - Enabled NHWC in graph_squeezenet_v1 for NEON
Change-Id: Idb8eb689f0791ef7e33c416ff61b675651db3349 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144223 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/graph_squeezenet_v1_1.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/graph_squeezenet_v1_1.cpp b/examples/graph_squeezenet_v1_1.cpp
index e52062927b..bafd6a9fc7 100644
--- a/examples/graph_squeezenet_v1_1.cpp
+++ b/examples/graph_squeezenet_v1_1.cpp
@@ -58,12 +58,6 @@ public:
return false;
}
- // Set default layout if needed
- if(!common_opts.data_layout->is_set() && common_params.target == Target::NEON)
- {
- common_params.data_layout = DataLayout::NCHW;
- }
-
// Checks
ARM_COMPUTE_EXIT_ON_MSG(arm_compute::is_data_type_quantized_asymmetric(common_params.data_type), "Unsupported data type!");