From 572ade736ab344a62afa7da214cd9407fe53a281 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 21 Jul 2017 17:36:33 +0100 Subject: COMPMID-415: Move ActivationLayer to new validation Change-Id: I38ce20d95640f9c1baf699a095c35e592ad4339f Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81115 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 eeaa55c739..42c62f8d6a 100644 --- a/tests/validation/Reference.h +++ b/tests/validation/Reference.h @@ -295,16 +295,6 @@ public: * @return Computed raw tensor. */ static RawTensor compute_reference_threshold(const TensorShape &shape, uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType type, uint8_t upper); - /** Compute reference activation layer. - * - * @param[in] shape Shape of the input and output tensors. - * @param[in] dt Data type of the tensors. - * @param[in] act_info Activation layer information. - * @param[in] fixed_point_position (Optional)Number of bits for the fractional part of fixed point numbers. - * - * @return Computed raw tensor. - */ - static RawTensor compute_reference_activation_layer(const TensorShape &shape, DataType dt, ActivationLayerInfo act_info, int fixed_point_position = 0); /** Compute reference batch normalization layer. * * @param[in] shape0 Shape of the input and output tensors. -- cgit v1.2.1