From a7a5b7b2ee6adcfe86339a402f287c4d0d368659 Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Thu, 14 Sep 2017 12:11:03 +0100 Subject: COMPMID-508: Port TableLookup to new validation Change-Id: I9e1a683afd64c351252617ba52131ca1ee829933 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87698 Reviewed-by: Moritz Pflanzer Reviewed-by: Pablo Tello Tested-by: Kaizen --- tests/validation_old/Reference.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/validation_old/Reference.h') diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h index b3f35ce43a..9c7baacbf6 100644 --- a/tests/validation_old/Reference.h +++ b/tests/validation_old/Reference.h @@ -177,16 +177,6 @@ public: */ static RawTensor compute_reference_fixed_point_pixel_wise_multiplication(const TensorShape &shape, DataType dt_in0, DataType dt_in1, DataType dt_out, float scale, int fixed_point_position, ConvertPolicy convert_policy, RoundingPolicy rounding_policy); - /** Compute reference Table Lookup. - * - * @param[in] shape Shape of the input and output tensors. - * @param[in] dt_inout Data type of input/output tensor. - * @param[in] lut Input lookup table. - * - * @return Computed raw tensor. - */ - template - static RawTensor compute_reference_table_lookup(const TensorShape &shape, DataType dt_inout, std::map &lut); /** Compute reference threshold. * * @param[in] shape Shape of the input and output tensors. -- cgit v1.2.1