From b88847146cb19ad1044abc5451849a5ff256823e Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 17 Dec 2018 15:57:54 +0000 Subject: COMPMID-1804: (3RDPARTY_UPDATE) Inception ResNet V1 QS8 Change-Id: I1c793ac844266469be43fb71ca5a7b3f016c5637 Reviewed-on: https://review.mlplatform.org/410 Reviewed-by: Michalis Spyrou Tested-by: Arm Jenkins --- examples/graph_mobilenet_v2.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') diff --git a/examples/graph_mobilenet_v2.cpp b/examples/graph_mobilenet_v2.cpp index 8805999f99..9fe61fb4c1 100644 --- a/examples/graph_mobilenet_v2.cpp +++ b/examples/graph_mobilenet_v2.cpp @@ -61,9 +61,6 @@ public: return false; } - // Checks - ARM_COMPUTE_EXIT_ON_MSG(common_params.data_type == DataType::QASYMM8 && common_params.target == Target::NEON, "QASYMM8 NEON not supported for this graph"); - // Print parameter values std::cout << common_params << std::endl; -- cgit v1.2.1