From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- 20.08/classarmnn_1_1_ref_concat_workload.xhtml | 199 +++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 20.08/classarmnn_1_1_ref_concat_workload.xhtml (limited to '20.08/classarmnn_1_1_ref_concat_workload.xhtml') diff --git a/20.08/classarmnn_1_1_ref_concat_workload.xhtml b/20.08/classarmnn_1_1_ref_concat_workload.xhtml new file mode 100644 index 0000000000..234a4b22c7 --- /dev/null +++ b/20.08/classarmnn_1_1_ref_concat_workload.xhtml @@ -0,0 +1,199 @@ + + + + + + + + + + + + + +ArmNN: RefConcatWorkload Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
RefConcatWorkload Class Reference
+
+
+ +

#include <RefConcatWorkload.hpp>

+
+Inheritance diagram for RefConcatWorkload:
+
+
+ + +BaseWorkload< ConcatQueueDescriptor > +IWorkload + +
+ + + + + + + + + + + + + + + + + + +

+Public Member Functions

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

Detailed Description

+
+

Definition at line 14 of file RefConcatWorkload.hpp.

+

Member Function Documentation

+ +

◆ Execute()

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

Implements IWorkload.

+ +

Definition at line 15 of file RefConcatWorkload.cpp.

+ +

References ARMNN_SCOPED_PROFILING_EVENT, armnn::Concatenate(), armnn::CpuRef, and BaseWorkload< ConcatQueueDescriptor >::m_Data.

+
16 {
17  ARMNN_SCOPED_PROFILING_EVENT(Compute::CpuRef, "RefConcatWorkload_Execute");
19 }
CPU Execution: Reference C++ kernels.
+
const ConcatQueueDescriptor m_Data
Definition: Workload.hpp:46
+
#define ARMNN_SCOPED_PROFILING_EVENT(backendId, name)
Definition: Profiling.hpp:169
+
void Concatenate(const ConcatQueueDescriptor &data)
Definition: Concatenate.cpp:14
+
+
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.1