From add078b7f9a658d52ee6e8fe6771ea0517c07674 Mon Sep 17 00:00:00 2001 From: mathad01 Date: Mon, 10 May 2021 16:51:20 +0100 Subject: IVGCVSW-5908 Update 21.05 Doxygen Documents Signed-off-by: mathad01 Change-Id: I95316d4fc5f9d10185492dc835bb2411c1daea7b --- 21.05/classarmnn_1_1_ref_constant_workload.xhtml | 271 +++++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 21.05/classarmnn_1_1_ref_constant_workload.xhtml (limited to '21.05/classarmnn_1_1_ref_constant_workload.xhtml') diff --git a/21.05/classarmnn_1_1_ref_constant_workload.xhtml b/21.05/classarmnn_1_1_ref_constant_workload.xhtml new file mode 100644 index 0000000000..760e3c0def --- /dev/null +++ b/21.05/classarmnn_1_1_ref_constant_workload.xhtml @@ -0,0 +1,271 @@ + + + + + + + + + + + + + +ArmNN: RefConstantWorkload Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefConstantWorkload Class Reference
+
+
+ +

#include <RefConstantWorkload.hpp>

+
+Inheritance diagram for RefConstantWorkload:
+
+
+ + +BaseWorkload< ConstantQueueDescriptor > +IWorkload + +
+ + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 RefConstantWorkload (const ConstantQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void Execute () const override
 
void ExecuteAsync (WorkingMemDescriptor &workingMemDescriptor) override
 
- Public Member Functions inherited from BaseWorkload< ConstantQueueDescriptor >
 BaseWorkload (const ConstantQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void ExecuteAsync (WorkingMemDescriptor &workingMemDescriptor) override
 
void PostAllocationConfigure () override
 
const ConstantQueueDescriptorGetData () const
 
profiling::ProfilingGuid GetGuid () const final
 
- Public Member Functions inherited from IWorkload
virtual ~IWorkload ()
 
virtual void RegisterDebugCallback (const DebugCallbackFunction &)
 
+ + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from BaseWorkload< ConstantQueueDescriptor >
ConstantQueueDescriptor m_Data
 
const profiling::ProfilingGuid m_Guid
 
+

Detailed Description

+
+

Definition at line 17 of file RefConstantWorkload.hpp.

+

Constructor & Destructor Documentation

+ +

◆ RefConstantWorkload()

+ +
+
+ + + + + + + + + + + + + + + + + + +
RefConstantWorkload (const ConstantQueueDescriptordescriptor,
const WorkloadInfoinfo 
)
+
+ +

Definition at line 19 of file RefConstantWorkload.cpp.

+
21  : BaseWorkload<ConstantQueueDescriptor>(descriptor, info) {}
+
+
+
+

Member Function Documentation

+ +

◆ Execute()

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

Implements IWorkload.

+ +

Definition at line 23 of file RefConstantWorkload.cpp.

+ +

References BaseWorkload< ConstantQueueDescriptor >::m_Data, and QueueDescriptor::m_Outputs.

+ +

Referenced by RefConstantWorkload::ExecuteAsync().

+
24 {
26 }
+
void Execute() const override
+
std::vector< ITensorHandle * > m_Outputs
+
+
+
+ +

◆ ExecuteAsync()

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