From 31bbce1249138633ecd34d351e2ea237ff6d55c8 Mon Sep 17 00:00:00 2001 From: Abe Mbise Date: Tue, 19 Sep 2017 16:19:13 +0100 Subject: COMPMID-510: Port Warp Perspective to new validation Change-Id: I0d96ceb9d9d1d077bec09330cda4fbe6d81ce641 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88476 Tested-by: Kaizen Reviewed-by: Pablo Tello --- tests/validation_old/Reference.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests/validation_old/Reference.h') diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h index 7b3de11e01..724f9505b8 100644 --- a/tests/validation_old/Reference.h +++ b/tests/validation_old/Reference.h @@ -118,19 +118,6 @@ public: */ static RawTensor compute_reference_fixed_point_pixel_wise_multiplication(const TensorShape &shape, DataType dt_in0, DataType dt_in1, DataType dt_out, float scale, int fixed_point_position, ConvertPolicy convert_policy, RoundingPolicy rounding_policy); - /** Compute reference Warp Perspective. - * - * @param[in] shape Shape of the input and output tensors. - * @param[out] valid_mask Valid mask tensor. - * @param[in] matrix The perspective matrix. Must be 3x3 of type float. - * @param[in] policy The interpolation type. - * @param[in] border_mode Strategy to use for borders. - * @param[in] constant_border_value Constant value to use for borders if border_mode is set to CONSTANT. - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_warp_perspective(const TensorShape &shape, RawTensor &valid_mask, const float *matrix, InterpolationPolicy policy, BorderMode border_mode, - uint8_t constant_border_value); /** Compute reference roi pooling layer. * * @param[in] shape Shape of the input tensor. -- cgit v1.2.1