From 00e6e1e7de746a76bbe3f4eb7b5d63034c5029fb Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 29 Nov 2018 16:49:30 +0000 Subject: COMPMID-1451: Enable FP16 runs on graph examples. Change-Id: I4e3269f1dc83ce9278230b6fc70a7981d05c61f6 Reviewed-on: https://review.mlplatform.org/315 Reviewed-by: Surabhi Mehta Tested-by: Arm Jenkins --- examples/graph_inception_v4.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/graph_inception_v4.cpp') diff --git a/examples/graph_inception_v4.cpp b/examples/graph_inception_v4.cpp index d4854cff70..3bedc4ccea 100644 --- a/examples/graph_inception_v4.cpp +++ b/examples/graph_inception_v4.cpp @@ -56,7 +56,6 @@ public: // Checks ARM_COMPUTE_EXIT_ON_MSG(arm_compute::is_data_type_quantized_asymmetric(common_params.data_type), "QASYMM8 not supported for this graph"); - ARM_COMPUTE_EXIT_ON_MSG(common_params.data_type == DataType::F16 && common_params.target == Target::NEON, "F16 NEON not supported for this graph"); // Print parameter values std::cout << common_params << std::endl; -- cgit v1.2.1