From 6f4d49f95c3598e41a7532faa637f42d8be5f4dd Mon Sep 17 00:00:00 2001 From: John Richardson Date: Thu, 7 Sep 2017 11:21:10 +0100 Subject: COMPMID-504: Move NonLinearFilter to new validation Change-Id: Ie2e9c34dd541cf570b9aef29d94ac79e2360e0e9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87580 Reviewed-by: Moritz Pflanzer Tested-by: Kaizen --- tests/validation_old/Reference.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tests/validation_old/Reference.h') diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h index f8e726c1ed..b3f35ce43a 100644 --- a/tests/validation_old/Reference.h +++ b/tests/validation_old/Reference.h @@ -148,20 +148,6 @@ public: * @return Computed raw tensor. */ static RawTensor compute_reference_gaussian5x5(const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value); - /** Compute reference non linear filter function - * - * @param[in] shape Shape of the input and output tensors.Data type supported: U8 - * @param[in] function Non linear function to perform - * @param[in] mask_size Mask size. Supported sizes: 3, 5 - * @param[in] pattern Matrix pattern - * @param[in] mask The given mask. Will be used only if pattern is specified to PATTERN_OTHER - * @param[in] border_mode Strategy to use for borders. - * @param[in] constant_border_value (Optional) Constant value to use for borders if border_mode is set to CONSTANT. - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_non_linear_filter(const TensorShape &shape, NonLinearFilterFunction function, unsigned int mask_size, - MatrixPattern pattern, const uint8_t *mask, BorderMode border_mode, uint8_t constant_border_value = 0); /** Compute reference pixel-wise multiplication * * @param[in] shape Shape of the input and output tensors. -- cgit v1.2.1