From 38b600d8abb2c5f7a44511b5deddf441f975d51d Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 15 Feb 2024 15:02:19 +0000 Subject: IVGCVSW-7968 Update Doxygen docu for 24.02 Signed-off-by: Nikhil Raj Change-Id: I8c1e45815c6cf78f80d6f2c0959a5bbba6cd11de --- ...classarmnn_1_1_ref_space_to_depth_workload.html | 265 +++++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 24.02/classarmnn_1_1_ref_space_to_depth_workload.html (limited to '24.02/classarmnn_1_1_ref_space_to_depth_workload.html') diff --git a/24.02/classarmnn_1_1_ref_space_to_depth_workload.html b/24.02/classarmnn_1_1_ref_space_to_depth_workload.html new file mode 100644 index 0000000000..5c73e913dc --- /dev/null +++ b/24.02/classarmnn_1_1_ref_space_to_depth_workload.html @@ -0,0 +1,265 @@ + + + + + + + + +Arm NN: RefSpaceToDepthWorkload Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  24.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefSpaceToDepthWorkload Class Reference
+
+
+ +

#include <RefSpaceToDepthWorkload.hpp>

+
+Inheritance diagram for RefSpaceToDepthWorkload:
+
+
+
+
[legend]
+
+Collaboration diagram for RefSpaceToDepthWorkload:
+
+
+
+
[legend]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

void Execute () const override
 
void ExecuteAsync (ExecutionData &executionData) override
 
- Public Member Functions inherited from RefBaseWorkload< SpaceToDepthQueueDescriptor >
 RefBaseWorkload (const SpaceToDepthQueueDescriptor &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< SpaceToDepthQueueDescriptor >
 BaseWorkload (const SpaceToDepthQueueDescriptor &descriptor, const WorkloadInfo &info)
 
virtual const std::string & GetName () const override
 
void ExecuteAsync (ExecutionData &executionData) override
 
void PostAllocationConfigure () override
 
const SpaceToDepthQueueDescriptorGetData () const
 
arm::pipe::ProfilingGuid GetGuid () const final
 
- Public Member Functions inherited from IWorkload
virtual ~IWorkload ()
 
virtual arm::pipe::ProfilingGuid GetGuid () const =0
 
virtual bool SupportsTensorHandleReplacement () const =0
 
virtual const std::string & GetName () const =0
 
virtual void RegisterDebugCallback (const DebugCallbackFunction &)
 
virtual armnn::Optional< armnn::MemoryRequirementsGetMemoryRequirements ()
 
+ + + + + + + + +

+Additional Inherited Members

- Protected Attributes inherited from BaseWorkload< SpaceToDepthQueueDescriptor >
SpaceToDepthQueueDescriptor m_Data
 
const arm::pipe::ProfilingGuid m_Guid
 
const std::string m_Name
 
+

Detailed Description

+
+

Definition at line 14 of file RefSpaceToDepthWorkload.hpp.

+

Member Function Documentation

+ +

◆ Execute()

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

◆ ExecuteAsync()

+ +
+
+ + + + + +
+ + + + + + + + +
void ExecuteAsync (ExecutionDataexecutionData)
+
+overridevirtual
+
+ +

Implements IWorkload.

+ +

Definition at line 20 of file RefSpaceToDepthWorkload.cpp.

+
21 {
+
22  WorkingMemDescriptor* workingMemDescriptor = static_cast<WorkingMemDescriptor*>(executionData.m_Data);
+
23  Execute(workingMemDescriptor->m_Inputs, workingMemDescriptor->m_Outputs);
+
24 }
+
+

References RefSpaceToDepthWorkload::Execute(), ExecutionData::m_Data, WorkingMemDescriptor::m_Inputs, and WorkingMemDescriptor::m_Outputs.

+ +
+
+
The documentation for this class was generated from the following files: +
+
+ +
std::vector< ITensorHandle * > m_Outputs
+ +
std::vector< ITensorHandle * > m_Inputs
+ + + + -- cgit v1.2.1