10#include <arm_compute/runtime/CL/functions/CLFullyConnectedLayer.h>
11#include <arm_compute/runtime/MemoryManagerOnDemand.h>
30 std::shared_ptr<arm_compute::MemoryManagerOnDemand>& memoryManager,
31 const arm_compute::CLCompileContext& clCompileContext);
37 mutable arm_compute::CLFullyConnectedLayer m_FullyConnectedLayer;
FullyConnectedQueueDescriptor m_Data
ClBaseWorkload(const FullyConnectedQueueDescriptor &descriptor, const WorkloadInfo &info)
ClFullyConnectedWorkload(const FullyConnectedQueueDescriptor &descriptor, const WorkloadInfo &info, std::shared_ptr< arm_compute::MemoryManagerOnDemand > &memoryManager, const arm_compute::CLCompileContext &clCompileContext)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClFullyConnectedWorkloadValidate(const TensorInfo &input, const TensorInfo &output, const TensorInfo &weights, const Optional< TensorInfo > &biases, const FullyConnectedDescriptor &descriptor, const ActivationDescriptor *activationDescriptor)
An ActivationDescriptor for the ActivationLayer.
A FullyConnectedDescriptor for the FullyConnectedLayer.
Contains information about TensorInfos of a layer.