From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- 21.08/classarmnn_1_1_ref_reshape_workload.xhtml | 238 ++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 21.08/classarmnn_1_1_ref_reshape_workload.xhtml (limited to '21.08/classarmnn_1_1_ref_reshape_workload.xhtml') diff --git a/21.08/classarmnn_1_1_ref_reshape_workload.xhtml b/21.08/classarmnn_1_1_ref_reshape_workload.xhtml new file mode 100644 index 0000000000..056053f43a --- /dev/null +++ b/21.08/classarmnn_1_1_ref_reshape_workload.xhtml @@ -0,0 +1,238 @@ + + + + + + + + + + + + + +ArmNN: RefReshapeWorkload Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefReshapeWorkload Class Reference
+
+
+ +

#include <RefReshapeWorkload.hpp>

+
+Inheritance diagram for RefReshapeWorkload:
+
+
+ + +BaseWorkload< ReshapeQueueDescriptor > +IWorkload + +
+ + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

void Execute () const override
 
void ExecuteAsync (WorkingMemDescriptor &workingMemDescriptor) override
 
- Public Member Functions inherited from BaseWorkload< ReshapeQueueDescriptor >
 BaseWorkload (const ReshapeQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void ExecuteAsync (WorkingMemDescriptor &workingMemDescriptor) override
 
void PostAllocationConfigure () override
 
const ReshapeQueueDescriptorGetData () 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< ReshapeQueueDescriptor >
ReshapeQueueDescriptor m_Data
 
const profiling::ProfilingGuid m_Guid
 
+

Detailed Description

+
+

Definition at line 14 of file RefReshapeWorkload.hpp.

+

Member Function Documentation

+ +

◆ Execute()

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

Implements IWorkload.

+ +

Definition at line 15 of file RefReshapeWorkload.cpp.

+ +

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

+ +

Referenced by RefReshapeWorkload::ExecuteAsync().

+
16 {
18 }
void Execute() const override
+ +
std::vector< ITensorHandle * > m_Outputs
+
std::vector< ITensorHandle * > m_Inputs
+
+
+
+ +

◆ ExecuteAsync()

+ +
+
+ + + + + +
+ + + + + + + + +
void ExecuteAsync (WorkingMemDescriptorworkingMemDescriptor)
+
+overridevirtual
+
+ +

Implements IWorkload.

+ +

Definition at line 20 of file RefReshapeWorkload.cpp.

+ +

References ARMNN_SCOPED_PROFILING_EVENT, armnn::CpuRef, RefReshapeWorkload::Execute(), TensorInfo::GetNumBytes(), armnn::GetTensorInfo(), WorkingMemDescriptor::m_Inputs, and WorkingMemDescriptor::m_Outputs.

+
21 {
22  Execute(workingMemDescriptor.m_Inputs, workingMemDescriptor.m_Outputs);
23 }
void Execute() const override
+
+
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.1