From 03c7ff3f6188240baaeaeb405a357a0c58195fec Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 22 Aug 2023 12:00:04 +0100 Subject: IVGCVSW-7702 Update Doxygen Docu for 23.08 Signed-off-by: Nikhil Raj Change-Id: I357a9f7e47614589327c1ac5d95b6224ff77103d --- ...sarmnn_1_1_ref_elementwise_binary_workload.html | 303 +++++++++++++++++++++ 1 file changed, 303 insertions(+) create mode 100644 latest/classarmnn_1_1_ref_elementwise_binary_workload.html (limited to 'latest/classarmnn_1_1_ref_elementwise_binary_workload.html') diff --git a/latest/classarmnn_1_1_ref_elementwise_binary_workload.html b/latest/classarmnn_1_1_ref_elementwise_binary_workload.html new file mode 100644 index 0000000000..704a56c7d9 --- /dev/null +++ b/latest/classarmnn_1_1_ref_elementwise_binary_workload.html @@ -0,0 +1,303 @@ + + + + + + + + +Arm NN: RefElementwiseBinaryWorkload Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  23.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefElementwiseBinaryWorkload Class Reference
+
+
+ +

#include <RefElementwiseBinaryWorkload.hpp>

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

+Public Member Functions

 RefElementwiseBinaryWorkload (const ElementwiseBinaryQueueDescriptor &descriptor, const WorkloadInfo &info)
 
void Execute () const override
 
void ExecuteAsync (ExecutionData &executionData) override
 
- Public Member Functions inherited from RefBaseWorkload< ElementwiseBinaryQueueDescriptor >
 RefBaseWorkload (const ElementwiseBinaryQueueDescriptor &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< ElementwiseBinaryQueueDescriptor >
 BaseWorkload (const ElementwiseBinaryQueueDescriptor &descriptor, const WorkloadInfo &info)
 
virtual const std::string & GetName () const override
 
void ExecuteAsync (ExecutionData &executionData) override
 
void PostAllocationConfigure () override
 
const ElementwiseBinaryQueueDescriptorGetData () 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< ElementwiseBinaryQueueDescriptor >
ElementwiseBinaryQueueDescriptor m_Data
 
const arm::pipe::ProfilingGuid m_Guid
 
const std::string m_Name
 
+

Detailed Description

+
+

Definition at line 16 of file RefElementwiseBinaryWorkload.hpp.

+

Constructor & Destructor Documentation

+ +

◆ RefElementwiseBinaryWorkload()

+ +
+
+ + + + + + + + + + + + + + + + + + +
RefElementwiseBinaryWorkload (const ElementwiseBinaryQueueDescriptordescriptor,
const WorkloadInfoinfo 
)
+
+ +

Definition at line 102 of file RefElementwiseBinaryWorkload.cpp.

+
104  : RefBaseWorkload<ElementwiseBinaryQueueDescriptor>(desc, info)
+
105 {}
+
+

References armnn::info.

+ +
+
+

Member Function Documentation

+ +

◆ Execute()

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

◆ ExecuteAsync()

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

Implements IWorkload.

+ +

Definition at line 112 of file RefElementwiseBinaryWorkload.cpp.

+
113 {
+
114 
+
115  WorkingMemDescriptor* workingMemDescriptor = static_cast<WorkingMemDescriptor*>(executionData.m_Data);
+
116  Execute(workingMemDescriptor->m_Inputs, workingMemDescriptor->m_Outputs);
+
117 }
+
+

References RefElementwiseBinaryWorkload::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