10 #include <arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h>
11 #include <arm_compute/runtime/MemoryManagerOnDemand.h>
19 const TensorInfo& output,
20 const TensorInfo& weights,
21 const Optional<TensorInfo>& biases,
22 const FullyConnectedDescriptor& descriptor,
23 const ActivationDescriptor* activationDescriptor =
nullptr);
30 std::shared_ptr<arm_compute::MemoryManagerOnDemand>& memoryManager,
31 const arm_compute::CLCompileContext& clCompileContext);
37 mutable arm_compute::CLFullyConnectedLayer m_FullyConnectedLayer;