From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/structarmnn_1_1_debug_queue_descriptor.xhtml | 282 +++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 21.02/structarmnn_1_1_debug_queue_descriptor.xhtml (limited to '21.02/structarmnn_1_1_debug_queue_descriptor.xhtml') diff --git a/21.02/structarmnn_1_1_debug_queue_descriptor.xhtml b/21.02/structarmnn_1_1_debug_queue_descriptor.xhtml new file mode 100644 index 0000000000..e7deada149 --- /dev/null +++ b/21.02/structarmnn_1_1_debug_queue_descriptor.xhtml @@ -0,0 +1,282 @@ + + + + + + + + + + + + + +ArmNN: DebugQueueDescriptor Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
DebugQueueDescriptor Struct Reference
+
+
+ +

#include <WorkloadData.hpp>

+
+Inheritance diagram for DebugQueueDescriptor:
+
+
+ + +QueueDescriptor + +
+ + + + + + + + + + + + +

+Public Member Functions

 DebugQueueDescriptor ()
 
void Validate (const WorkloadInfo &workloadInfo) const
 
- Public Member Functions inherited from QueueDescriptor
void ValidateInputsOutputs (const std::string &descName, unsigned int numExpectedIn, unsigned int numExpectedOut) const
 
template<typename T >
const T * GetAdditionalInformation () const
 
+ + + + + + + + + + + + + + +

+Public Attributes

LayerGuid m_Guid
 
std::string m_LayerName
 
unsigned int m_SlotIndex
 
- Public Attributes inherited from QueueDescriptor
std::vector< ITensorHandle * > m_Inputs
 
std::vector< ITensorHandle * > m_Outputs
 
void * m_AdditionalInfoObject
 
+ + + + + + + + + + +

+Additional Inherited Members

- Protected Member Functions inherited from QueueDescriptor
 ~QueueDescriptor ()=default
 
 QueueDescriptor ()
 
 QueueDescriptor (QueueDescriptor const &)=default
 
QueueDescriptoroperator= (QueueDescriptor const &)=default
 
+

Detailed Description

+
+

Definition at line 481 of file WorkloadData.hpp.

+

Constructor & Destructor Documentation

+ +

◆ DebugQueueDescriptor()

+ +
+
+ + + + + +
+ + + + + + + +
DebugQueueDescriptor ()
+
+inline
+
+ +

Definition at line 483 of file WorkloadData.hpp.

+
483 : m_Guid(0) {}
+
+
+
+

Member Function Documentation

+ +

◆ Validate()

+ +
+
+ + + + + + + + +
void Validate (const WorkloadInfoworkloadInfo) const
+
+ +

Definition at line 2524 of file WorkloadData.cpp.

+
2525 {
2526  const std::string descriptorName{"DebugQueueDescriptor"};
2527 
2528  ValidateNumInputs(workloadInfo, descriptorName, 1);
2529  ValidateNumOutputs(workloadInfo, descriptorName, 1);
2530 }
+
+
+

Member Data Documentation

+ +

◆ m_Guid

+ +
+
+ + + + +
LayerGuid m_Guid
+
+ +

Definition at line 487 of file WorkloadData.hpp.

+ +

Referenced by DebugLayer::CreateWorkload().

+ +
+
+ +

◆ m_LayerName

+ +
+
+ + + + +
std::string m_LayerName
+
+ +

Definition at line 488 of file WorkloadData.hpp.

+ +

Referenced by DebugLayer::CreateWorkload().

+ +
+
+ +

◆ m_SlotIndex

+ +
+
+ + + + +
unsigned int m_SlotIndex
+
+ +

Definition at line 489 of file WorkloadData.hpp.

+ +

Referenced by DebugLayer::CreateWorkload().

+ +
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.2.1