From 4bd2cb8aec96de89eb9cf652b83298bf89486bca Mon Sep 17 00:00:00 2001 From: Abe Mbise Date: Wed, 27 Sep 2017 18:39:19 +0100 Subject: COMPMID-511: Port FixedPoint arithmetic to new validation Change-Id: Iae85c195a4ecdaf6df1d0055f3ad09582d128dc1 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88669 Reviewed-by: Pablo Tello Tested-by: Kaizen --- tests/validation_old/Reference.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/validation_old/Reference.h') diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h index 724f9505b8..f6235f5309 100644 --- a/tests/validation_old/Reference.h +++ b/tests/validation_old/Reference.h @@ -126,17 +126,6 @@ public: * @param[in] pool_info ROI Pooling Layer information. */ static RawTensor compute_reference_roi_pooling_layer(const TensorShape &shape, DataType dt, const std::vector &rois, const ROIPoolingLayerInfo &pool_info); - /** Compute reference fixed point operation. - * - * @param[in] shape Shape of the input and output tensors. - * @param[in] dt_in Data type of the input tensor. - * @param[in] dt_out Data type of the output tensor. - * @param[in] op Fixed point operation to perform. - * @param[in] fixed_point_position Number of bits for the fractional part of the fixed point numbers - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_fixed_point_operation(const TensorShape &shape, DataType dt_in, DataType dt_out, FixedPointOp op, int fixed_point_position); protected: Reference() = default; -- cgit v1.2.1