From 7655a67384895868c0afa72bfda9a9b2fcfdf323 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Sat, 23 Sep 2017 11:57:33 +0100 Subject: COMPMID-507: Move Sobel to new validation Change-Id: Ic0a9dbd8e646abbf8d9ea52e497a5fe60e499cc7 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88883 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/validation_old/ReferenceCPP.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'tests/validation_old/ReferenceCPP.h') diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h index 3203196b5d..039d0b627e 100644 --- a/tests/validation_old/ReferenceCPP.h +++ b/tests/validation_old/ReferenceCPP.h @@ -44,26 +44,6 @@ namespace validation class ReferenceCPP final : public Reference { public: - /** Function to compute reference sobel 3x3. - * - * @param[in] src Input tensor. - * @param[in] dst_x Result tensor along x axis - * @param[in] dst_y Result tensor along y axis - * @param[in] border_mode Border mode to use for input tensor - * @param[in] constant_border_value Constant value to use if @p border_mode is constant - * - */ - static void sobel_3x3(RawTensor &src, RawTensor &dst_x, RawTensor &dst_y, BorderMode border_mode, uint8_t constant_border_value); - /** Function to compute reference sobel 5x5. - * - * @param[in] src Input tensor. - * @param[in] dst_x Result tensor along x axis - * @param[in] dst_y Result tensor along y axis - * @param[in] border_mode Border mode to use for input tensor - * @param[in] constant_border_value Constant value to use if @p border_mode is constant - * - */ - static void sobel_5x5(RawTensor &src, RawTensor &dst_x, RawTensor &dst_y, BorderMode border_mode, uint8_t constant_border_value); /** Function to compute reference Harris corners. * * @param[in] src Input tensor -- cgit v1.2.1