From 3f0ab6ed8267b1858ec993c1b7bc9715c0991306 Mon Sep 17 00:00:00 2001 From: Abe Mbise Date: Fri, 1 Sep 2017 16:43:47 +0100 Subject: COMPMID-495: Port Box 3x3 to new validation Change-Id: I19b359ca37d97382fd516dad75f454857475ef50 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86178 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/validation_old/Reference.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/validation_old/Reference.h') diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h index bc481f887d..3be7de1b62 100644 --- a/tests/validation_old/Reference.h +++ b/tests/validation_old/Reference.h @@ -142,15 +142,6 @@ public: * @return Computed raw tensor. */ static RawTensor compute_reference_arithmetic_subtraction(const TensorShape &shape, DataType dt_in0, DataType dt_in1, DataType dt_out, ConvertPolicy convert_policy, int fixed_point_position = 0); - /** Compute reference box3x3 filter. - * - * @param[in] shape Shape of the input and output tensors. - * @param[in] border_mode BorderMode used by the input tensor. - * @param[in] constant_border_value Constant to use if @p border_mode == CONSTANT. - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_box3x3(const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value); /** Compute reference depth convert. * * @param[in] shape Shape of the input and output tensors. -- cgit v1.2.1