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.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'tests/validation_old/Reference.cpp') diff --git a/tests/validation_old/Reference.cpp b/tests/validation_old/Reference.cpp index b8564dbb03..6a52cd016f 100644 --- a/tests/validation_old/Reference.cpp +++ b/tests/validation_old/Reference.cpp @@ -253,23 +253,6 @@ RawTensor Reference::compute_reference_fixed_point_pixel_wise_multiplication(con return ref_dst; } -template -RawTensor Reference::compute_reference_table_lookup(const TensorShape &shape, DataType dt_inout, std::map &lut) -{ - // Create reference - RawTensor ref_src(shape, dt_inout); - RawTensor ref_dst(shape, dt_inout); - // Fill reference - library->fill_tensor_uniform(ref_src, 0); - - // Compute reference - ReferenceCPP::table_lookup(ref_src, ref_dst, lut); - - return ref_dst; -} -template RawTensor arm_compute::test::validation::Reference::compute_reference_table_lookup(const TensorShape &shape, DataType dt_inout, std::map &lut); -template RawTensor arm_compute::test::validation::Reference::compute_reference_table_lookup(const TensorShape &shape, DataType dt_inout, std::map &lut); - RawTensor Reference::compute_reference_threshold(const TensorShape &shape, uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType type, uint8_t upper) { // Create reference -- cgit v1.2.1