aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------3rdparty0
-rw-r--r--examples/graph_mobilenet_v2.cpp3
2 files changed, 0 insertions, 3 deletions
diff --git a/3rdparty b/3rdparty
-Subproject 4c420dacce49edb8cf7cbc21fdbc5de533f0460
+Subproject a76e2be8673ddbb5b959df4250d296f1eb1a791
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;