From 4268fbe011fb5303eaf1baaf6750ee8577577580 Mon Sep 17 00:00:00 2001 From: John Richardson Date: Tue, 29 Aug 2017 11:22:35 +0100 Subject: COMPMID-501: Move IntegralImage to new validation Change-Id: I57ba1bc57831a2f0b5db729fab768fcd580c1cfe Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86717 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/validation_old/Reference.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tests/validation_old/Reference.cpp') diff --git a/tests/validation_old/Reference.cpp b/tests/validation_old/Reference.cpp index b5fe1d2baf..35eab54526 100644 --- a/tests/validation_old/Reference.cpp +++ b/tests/validation_old/Reference.cpp @@ -94,21 +94,6 @@ KeyPointArray Reference::compute_reference_harris_corners(const TensorShape &sha return corners; } -RawTensor Reference::compute_reference_integral_image(const TensorShape &shape) -{ - // Create reference - RawTensor ref_src(shape, DataType::U8); - RawTensor ref_dst(shape, DataType::U32); - - // Fill reference - library->fill_tensor_uniform(ref_src, 0); - - // Compute reference - ReferenceCPP::integral_image(ref_src, ref_dst); - - return ref_dst; -} - RawTensor Reference::compute_reference_absolute_difference(const TensorShape &shape, DataType dt_in0, DataType dt_in1, DataType dt_out) { // Create reference -- cgit v1.2.1