From 768e9f180f4082a713a2eb9f3b98911c767d570b Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Fri, 11 Aug 2017 15:33:30 +0100 Subject: COMPMID-417: Cleanup CL FullyConnectedLayer Change-Id: Ic7191be1f136c6aad4037cf2ec4bc6d7d0e440d3 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/83713 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'arm_compute/runtime/CL/functions') diff --git a/arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h b/arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h index 64d56894d3..a29f68fcf1 100644 --- a/arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h +++ b/arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h @@ -98,11 +98,6 @@ public: void run() override; private: - void configure_fc_fc_wb(const ICLTensor *input, const ICLTensor *weights, ICLTensor *output); - void configure_fc_fc_nb(const ICLTensor *input, const ICLTensor *weights, ICLTensor *output); - void configure_conv_fc_wb(const ICLTensor *input, const ICLTensor *weights, ICLTensor *output); - void configure_conv_fc_nb(const ICLTensor *input, const ICLTensor *weights, ICLTensor *output); - CLIm2ColKernel _im2col_kernel; CLFullyConnectedLayerReshapeWeights _reshape_weights_kernel; CLGEMMInterleave4x4Kernel _interleave4x4_kernel; @@ -112,8 +107,8 @@ private: CLTensor _interleave4x4_output; CLTensor _reshape_weights_output; bool _are_weights_reshaped; - bool _is_fc_after_conv; bool _is_batched_fc_layer; + bool _linearize_input; bool _accumulate_biases; }; } -- cgit v1.2.1