From bdb6b0bb156588dc39fd5084d4c91d05b5148610 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Fri, 30 Jun 2017 12:21:00 +0100 Subject: COMPMID-433 - Port NEGEMM to support 16 bit fixed point Change-Id: I82de74d7027bbc8a00a4d6671e968785280d5f6c Reviewed-on: http://mpd-gerrit.cambridge.arm.com/79498 Reviewed-by: Georgios Pinitas Tested-by: Kaizen Reviewed-by: Moritz Pflanzer Reviewed-by: Anthony Barbier --- 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 6c079b6872..5b2c5b6fd5 100644 --- a/tests/TensorLibrary.h +++ b/tests/TensorLibrary.h @@ -469,6 +469,7 @@ void TensorLibrary::fill_tensor_uniform(T &&tensor, std::random_device::result_t break; } case DataType::S16: + case DataType::QS16: { std::uniform_int_distribution distribution_s16(std::numeric_limits::lowest(), std::numeric_limits::max()); fill(tensor, distribution_s16, seed_offset); -- cgit v1.2.1