aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_inception_v4.cpp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-29 16:49:30 +0000
committerAnthony Barbier <Anthony.barbier@arm.com>2018-11-29 17:37:45 +0000
commit00e6e1e7de746a76bbe3f4eb7b5d63034c5029fb (patch)
tree0ebdf9181800b34a105de79b0f6a06470b7ccd9e /examples/graph_inception_v4.cpp
parent551852fb43a5cf7ed9ac8679517b103e9af8a38f (diff)
downloadComputeLibrary-00e6e1e7de746a76bbe3f4eb7b5d63034c5029fb.tar.gz
COMPMID-1451: Enable FP16 runs on graph examples.
Change-Id: I4e3269f1dc83ce9278230b6fc70a7981d05c61f6 Reviewed-on: https://review.mlplatform.org/315 Reviewed-by: Surabhi Mehta <surabhi.mehta@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'examples/graph_inception_v4.cpp')
-rw-r--r--examples/graph_inception_v4.cpp1
1 files changed, 0 insertions, 1 deletions
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;