From a84faffd290139be54e4a52ab11da0369262e889 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 5 Dec 2018 18:17:24 +0000 Subject: COMPMID-1826: Add support for QASYMM8 in NEArithmeticAdditionKernel Change-Id: Ia7fb128e1f3944d0d831e1d125a6db3e1d257106 Reviewed-on: https://review.mlplatform.org/355 Tested-by: Arm Jenkins Reviewed-by: Isabella Gottardi Reviewed-by: Anthony Barbier --- examples/graph_vgg_vdsr.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') diff --git a/examples/graph_vgg_vdsr.cpp b/examples/graph_vgg_vdsr.cpp index 63fa604584..ca7d10f4a0 100644 --- a/examples/graph_vgg_vdsr.cpp +++ b/examples/graph_vgg_vdsr.cpp @@ -75,9 +75,6 @@ public: std::cout << "Image width: " << image_width << std::endl; std::cout << "Image height: " << image_height << std::endl; - ARM_COMPUTE_EXIT_ON_MSG(arm_compute::is_data_type_quantized_asymmetric(common_params.data_type) && common_params.target == Target::NEON, - "QASYMM8 not supported for this graph"); - // Get trainable parameters data path const std::string data_path = common_params.data_path; const std::string model_path = "/cnn_data/vdsr_model/"; -- cgit v1.2.1