From 69d3341e6903c1ea87c46e39d6d3e64b2a0d5b4e Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Wed, 9 Aug 2017 11:45:15 +0100 Subject: COMPMID-415: Move FullyConnectedLayer to new validation Change-Id: I7f60d6fb484d3962b88874e1531cec734c11e416 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/83556 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/validation/ReferenceCPP.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/validation/ReferenceCPP.h') diff --git a/tests/validation/ReferenceCPP.h b/tests/validation/ReferenceCPP.h index ce424bed03..29612d1e3b 100644 --- a/tests/validation/ReferenceCPP.h +++ b/tests/validation/ReferenceCPP.h @@ -259,14 +259,6 @@ public: */ static void batch_normalization_layer(const RawTensor &src, RawTensor &dst, const RawTensor &mean, const RawTensor &var, const RawTensor &beta, const RawTensor &gamma, float epsilon, int fixed_point_position = 0); - /** Fully connected layer function - * - * @param[in] src Input tensor - * @param[in] weights Weights tensor. - * @param[in] bias Bias tensor. - * @param[out] dst Result tensor. - */ - static void fully_connected_layer(const RawTensor &src, const RawTensor &weights, const RawTensor &bias, RawTensor &dst); /** Pooling layer of @p src based on the information from @p pool_info. * * @param[in] src Input tensor. -- cgit v1.2.1