From d5d43d82c0137e08553e44345c609cdd1a7931c7 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 17 Jun 2022 13:24:58 +0100 Subject: Update Doxygen for 22.05 patch release * Pooling3D added to tfLite delegate * Available in tag 22.05.01 Signed-off-by: Nikhil Raj Change-Id: I8d605bba4e87d30baa2c6d7b338c78a4400dc021 --- .../classarmnn_1_1_ref_comparison_workload.xhtml | 322 +++++++++++++++++++++ 1 file changed, 322 insertions(+) create mode 100644 22.05.01/classarmnn_1_1_ref_comparison_workload.xhtml (limited to '22.05.01/classarmnn_1_1_ref_comparison_workload.xhtml') diff --git a/22.05.01/classarmnn_1_1_ref_comparison_workload.xhtml b/22.05.01/classarmnn_1_1_ref_comparison_workload.xhtml new file mode 100644 index 0000000000..ce632f01a7 --- /dev/null +++ b/22.05.01/classarmnn_1_1_ref_comparison_workload.xhtml @@ -0,0 +1,322 @@ + + + + + + + + + + + + + +ArmNN: RefComparisonWorkload Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.05.01 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefComparisonWorkload Class Reference
+
+
+ +

#include <RefComparisonWorkload.hpp>

+
+Inheritance diagram for RefComparisonWorkload:
+
+
+ + +RefBaseWorkload< ComparisonQueueDescriptor > +BaseWorkload< ComparisonQueueDescriptor > +IWorkload + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 RefComparisonWorkload (const ComparisonQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void PostAllocationConfigure () override
 
void Execute () const override
 
void ExecuteAsync (WorkingMemDescriptor &workingMemDescriptor) override
 
- Public Member Functions inherited from RefBaseWorkload< ComparisonQueueDescriptor >
 RefBaseWorkload (const ComparisonQueueDescriptor &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< ComparisonQueueDescriptor >
 BaseWorkload (const ComparisonQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void ExecuteAsync (WorkingMemDescriptor &workingMemDescriptor) override
 
void PostAllocationConfigure () override
 
const ComparisonQueueDescriptorGetData () const
 
arm::pipe::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< ComparisonQueueDescriptor >
ComparisonQueueDescriptor m_Data
 
const arm::pipe::ProfilingGuid m_Guid
 
+

Detailed Description

+
+

Definition at line 16 of file RefComparisonWorkload.hpp.

+

Constructor & Destructor Documentation

+ +

◆ RefComparisonWorkload()

+ +
+
+ + + + + + + + + + + + + + + + + + +
RefComparisonWorkload (const ComparisonQueueDescriptordescriptor,
const WorkloadInfoinfo 
)
+
+ +

Definition at line 22 of file RefComparisonWorkload.cpp.

+
24  : RefBaseWorkload<ComparisonQueueDescriptor>(desc, info)
25 {}
+
+
+
+

Member Function Documentation

+ +

◆ Execute()

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

Implements IWorkload.

+ +

Definition at line 45 of file RefComparisonWorkload.cpp.

+ +

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

+ +

Referenced by RefComparisonWorkload::ExecuteAsync().

+
46 {
48 }
+ +
std::vector< ITensorHandle * > m_Outputs
+
std::vector< ITensorHandle * > m_Inputs
+
+
+
+ +

◆ ExecuteAsync()

+ + + +

◆ PostAllocationConfigure()

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