From cb0630959aeae05bc2ae9f6d80cf5f5983a8fb77 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 23 Nov 2022 11:05:29 +0000 Subject: IVGCVSW-7075 Update Doxygen for 22.11 Release Signed-off-by: Nikhil Raj Change-Id: Ib5669e8fd3739d1b10f5dd694d020d51799896dc --- ...assarmnn_1_1_ref_fully_connected_workload.xhtml | 293 +++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 22.11/classarmnn_1_1_ref_fully_connected_workload.xhtml (limited to '22.11/classarmnn_1_1_ref_fully_connected_workload.xhtml') diff --git a/22.11/classarmnn_1_1_ref_fully_connected_workload.xhtml b/22.11/classarmnn_1_1_ref_fully_connected_workload.xhtml new file mode 100644 index 0000000000..8308c6565b --- /dev/null +++ b/22.11/classarmnn_1_1_ref_fully_connected_workload.xhtml @@ -0,0 +1,293 @@ + + + + + + + + + + + + + +ArmNN: RefFullyConnectedWorkload Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefFullyConnectedWorkload Class Reference
+
+
+ +

#include <RefFullyConnectedWorkload.hpp>

+
+Inheritance diagram for RefFullyConnectedWorkload:
+
+
+ + +RefBaseWorkload< FullyConnectedQueueDescriptor > +BaseWorkload< FullyConnectedQueueDescriptor > +IWorkload + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 RefFullyConnectedWorkload (const FullyConnectedQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void Execute () const override
 
void ExecuteAsync (ExecutionData &executionData) override
 
- Public Member Functions inherited from RefBaseWorkload< FullyConnectedQueueDescriptor >
 RefBaseWorkload (const FullyConnectedQueueDescriptor &descriptor, const WorkloadInfo &info)
 
virtual bool SupportsTensorHandleReplacement () const override
 
void ReplaceInputTensorHandle (ITensorHandle *tensorHandle, unsigned int slot) override
 
void ReplaceOutputTensorHandle (ITensorHandle *tensorHandle, unsigned int slot) override
 
- Public Member Functions inherited from BaseWorkload< FullyConnectedQueueDescriptor >
 BaseWorkload (const FullyConnectedQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void ExecuteAsync (ExecutionData &executionData) override
 
void PostAllocationConfigure () override
 
const FullyConnectedQueueDescriptorGetData () const
 
arm::pipe::ProfilingGuid GetGuid () const final
 
- Public Member Functions inherited from IWorkload
virtual ~IWorkload ()
 
virtual void RegisterDebugCallback (const DebugCallbackFunction &)
 
virtual armnn::Optional< armnn::MemoryRequirementsGetMemoryRequirements ()
 
+ + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from BaseWorkload< FullyConnectedQueueDescriptor >
FullyConnectedQueueDescriptor m_Data
 
const arm::pipe::ProfilingGuid m_Guid
 
+

Detailed Description

+
+

Definition at line 18 of file RefFullyConnectedWorkload.hpp.

+

Constructor & Destructor Documentation

+ +

◆ RefFullyConnectedWorkload()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
RefFullyConnectedWorkload (const FullyConnectedQueueDescriptordescriptor,
const WorkloadInfoinfo 
)
+
+explicit
+
+ +

Definition at line 27 of file RefFullyConnectedWorkload.cpp.

+
29  : RefBaseWorkload<FullyConnectedQueueDescriptor>(descriptor, info)
30  , m_InputShape(info.m_InputTensorInfos[0].GetShape())
31  , m_WeightShape(info.m_InputTensorInfos[1].GetShape())
32  , m_OutputShape(info.m_OutputTensorInfos[0].GetShape())
33  , m_NumActivations(GetNumActivations(info.m_InputTensorInfos[0]))
34 {
35 }
unsigned int GetNumActivations(const TensorInfo &inputInfo)
+ +
+
+
+

Member Function Documentation

+ +

◆ Execute()

+ +
+
+ + + + + +
+ + + + + + + +
void Execute () const
+
+overridevirtual
+
+ +

Implements IWorkload.

+ +

Definition at line 37 of file RefFullyConnectedWorkload.cpp.

+ +

References BaseWorkload< FullyConnectedQueueDescriptor >::m_Data, QueueDescriptor::m_Inputs, and QueueDescriptor::m_Outputs.

+ +

Referenced by RefFullyConnectedWorkload::ExecuteAsync().

+
38 {
40 }
+ +
std::vector< ITensorHandle * > m_Outputs
+
std::vector< ITensorHandle * > m_Inputs
+
+
+
+ +

◆ ExecuteAsync()

+ +
+
+ + + + + +
+ + + + + + + + +
void ExecuteAsync (ExecutionDataexecutionData)
+
+overridevirtual
+
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.1