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/ReferenceCPP.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/validation_old/ReferenceCPP.h') diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h index 1023179e8f..611e98a780 100644 --- a/tests/validation_old/ReferenceCPP.h +++ b/tests/validation_old/ReferenceCPP.h @@ -135,14 +135,6 @@ public: * @param[in] convert_policy Overflow policy. */ static void arithmetic_subtraction(const RawTensor &src1, const RawTensor &src2, RawTensor &dst, ConvertPolicy convert_policy); - /** Function to compute box3x3 filtered result tensor. - * - * @param[in] src Input tensor. - * @param[out] dst Result tensor. - * @param[in] border_mode Border mode. - * @param[in] constant_border_value Constant border value if @p border_mode is BorderMode::CONSTANT. - */ - static void box3x3(const RawTensor &src, RawTensor &dst, BorderMode border_mode, uint8_t constant_border_value); /** Depth conversion from @p src to @p dst * * @param[in] src First tensor. -- cgit v1.2.1