aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-19 10:18:42 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commit6db73ce5222d4b27b06c4e4aa9e466ceb9a09ba2 (patch)
treed8649ef21112bd68936904a2008ada1360472320 /tests/validation/Reference.h
parentafde732eb016f18c781923cf1e6c9edf68f586f7 (diff)
downloadComputeLibrary-6db73ce5222d4b27b06c4e4aa9e466ceb9a09ba2.tar.gz
COMPMID-415: Move NormalizationLayer to new validation
Change-Id: Icf5781c920836fe87d2db27ca3f9cc4eb2bea554 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80999 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/validation/Reference.h')
-rw-r--r--tests/validation/Reference.h10
1 files changed, 0 insertions, 10 deletions
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.