From f89a49f7bdd8d03400060488596c8757745e19cf Mon Sep 17 00:00:00 2001 From: John Richardson Date: Tue, 5 Sep 2017 11:21:56 +0100 Subject: COMPMID-503: Move MinMaxLocation to new validation Change-Id: I2d518b3a3f15e2c4786488593dac244c1d74a0f9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86533 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer --- tests/validation_old/Reference.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tests/validation_old/Reference.h') diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h index e363bb2ecd..153986d82a 100644 --- a/tests/validation_old/Reference.h +++ b/tests/validation_old/Reference.h @@ -74,22 +74,6 @@ public: */ static KeyPointArray compute_reference_harris_corners(const TensorShape &shape, float threshold, float min_dist, float sensitivity, int32_t gradient_size, int32_t block_size, BorderMode border_mode, uint8_t constant_border_value); - /** Compute min max location. - * - * @param[in] shape Shape of the input tensors. - * @param[in] dt_in Data type of input tensor. - * @param[out] min Minimum value of tensor - * @param[out] max Maximum value of tensor - * @param[out] min_loc Array with locations of minimum values - * @param[out] max_loc Array with locations of maximum values - * @param[out] min_count Number of minimum values found - * @param[out] max_count Number of maximum values found - * - * @return Computed minimum, maximum values and their locations. - */ - static void compute_reference_min_max_location(const TensorShape &shape, DataType dt_in, void *min, void *max, IArray &min_loc, IArray &max_loc, - uint32_t &min_count, - uint32_t &max_count); /** Compute reference integral image. * * @param[in] shape Shape of the input and output tensors. -- cgit v1.2.1