From ef776a844741826fc4740ad24714866aaeb35b8e Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 25 Jul 2018 17:57:49 +0100 Subject: COMPMID-1386: Add FC convert weights on NEON Change-Id: I7a3c6db9285e3899494f496b2562d80cec1b6521 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/141407 Reviewed-by: Giorgio Arena Tested-by: Jenkins --- examples/graph_vgg16.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/graph_vgg16.cpp') diff --git a/examples/graph_vgg16.cpp b/examples/graph_vgg16.cpp index e23ea65dd7..808ce08ce7 100644 --- a/examples/graph_vgg16.cpp +++ b/examples/graph_vgg16.cpp @@ -60,7 +60,6 @@ public: // Checks ARM_COMPUTE_EXIT_ON_MSG(arm_compute::is_data_type_quantized_asymmetric(common_params.data_type), "Unsupported data type!"); - ARM_COMPUTE_EXIT_ON_MSG(common_params.data_layout == DataLayout::NHWC && common_params.target != Target::CL, "Unsupported data layout!"); // Print parameter values std::cout << common_params << std::endl; -- cgit v1.2.1