From 6db73ce5222d4b27b06c4e4aa9e466ceb9a09ba2 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Wed, 19 Jul 2017 10:18:42 +0100 Subject: COMPMID-415: Move NormalizationLayer to new validation Change-Id: Icf5781c920836fe87d2db27ca3f9cc4eb2bea554 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80999 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/validation/Reference.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/validation/Reference.h') diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h index 034a308327..778e7b0b2b 100644 --- a/tests/validation/Reference.h +++ b/tests/validation/Reference.h @@ -353,16 +353,6 @@ public: */ static RawTensor compute_reference_fully_connected_layer(const TensorShape &input_shape, const TensorShape &weights_shape, const TensorShape &bias_shape, const TensorShape &output_shape, DataType dt, bool transpose_weights, int fixed_point_position); - /** Compute reference normalization layer. - * - * @param[in] shape Shape of the input and output tensors. - * @param[in] dt Data type of input and output tensors. - * @param[in] norm_info Normalization Layer information. - * @param[in] fixed_point_position (Optional) Fixed point position that expresses the number of bits for the fractional part of the number when the tensor's data type is QS8 or QS16 (default = 0). - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_normalization_layer(const TensorShape &shape, DataType dt, NormalizationLayerInfo norm_info, int fixed_point_position = 0); /** Compute reference pooling layer. * * @param[in] shape_in Shape of the input tensor. -- cgit v1.2.1