aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-12-17 15:57:54 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2018-12-17 18:47:23 +0000
commitb88847146cb19ad1044abc5451849a5ff256823e (patch)
treece7e1a74a2042eab0ba07e3795f04903657a518b
parent92fd94336e4b169005d88af401fe57bcbd50521b (diff)
downloadComputeLibrary-b88847146cb19ad1044abc5451849a5ff256823e.tar.gz
COMPMID-1804: (3RDPARTY_UPDATE) Inception ResNet V1 QS8
Change-Id: I1c793ac844266469be43fb71ca5a7b3f016c5637 Reviewed-on: https://review.mlplatform.org/410 Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
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;