From 21efeb4491feab09dc246f4da0023d7ca79b1d32 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 4 Jul 2017 12:47:17 +0100 Subject: COMPMID-417: DepthConvert NEON for QS8/QS16. Change-Id: Ieb120bccf146045b3a0001ceb3893d4e67fd19df Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79763 Tested-by: Kaizen Reviewed-by: Steven Niu --- tests/TensorLibrary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/TensorLibrary.h') diff --git a/tests/TensorLibrary.h b/tests/TensorLibrary.h index 5b2c5b6fd5..3fb593c886 100644 --- a/tests/TensorLibrary.h +++ b/tests/TensorLibrary.h @@ -560,6 +560,7 @@ void TensorLibrary::fill_tensor_uniform(T &&tensor, std::random_device::result_t break; } case DataType::S16: + case DataType::QS16: { ARM_COMPUTE_ERROR_ON(!(std::is_same::value)); std::uniform_int_distribution distribution_s16(low, high); -- cgit v1.2.1