From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/structarmnn_1_1_debug_queue_descriptor.xhtml | 277 +++++++++++++++++++++ 1 file changed, 277 insertions(+) create mode 100644 20.02/structarmnn_1_1_debug_queue_descriptor.xhtml (limited to '20.02/structarmnn_1_1_debug_queue_descriptor.xhtml') diff --git a/20.02/structarmnn_1_1_debug_queue_descriptor.xhtml b/20.02/structarmnn_1_1_debug_queue_descriptor.xhtml new file mode 100644 index 0000000000..cb8e0c7f91 --- /dev/null +++ b/20.02/structarmnn_1_1_debug_queue_descriptor.xhtml @@ -0,0 +1,277 @@ + + + + + + + + + + + + + +ArmNN: DebugQueueDescriptor Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.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
 
+ + + + + + + + + + + + +

+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
 
+ + + + + + + + + + +

+Additional Inherited Members

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

Detailed Description

+
+

Definition at line 441 of file WorkloadData.hpp.

+

Constructor & Destructor Documentation

+ +

◆ DebugQueueDescriptor()

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

Definition at line 443 of file WorkloadData.hpp.

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

Member Function Documentation

+ +

◆ Validate()

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

Definition at line 2369 of file WorkloadData.cpp.

+
2370 {
2371  const std::string descriptorName{"DebugQueueDescriptor"};
2372 
2373  ValidateNumInputs(workloadInfo, descriptorName, 1);
2374  ValidateNumOutputs(workloadInfo, descriptorName, 1);
2375 }
+
+
+

Member Data Documentation

+ +

◆ m_Guid

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

Definition at line 447 of file WorkloadData.hpp.

+ +

Referenced by DebugLayer::CreateWorkload().

+ +
+
+ +

◆ m_LayerName

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

Definition at line 448 of file WorkloadData.hpp.

+ +

Referenced by DebugLayer::CreateWorkload().

+ +
+
+ +

◆ m_SlotIndex

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

Definition at line 449 of file WorkloadData.hpp.

+ +

Referenced by DebugLayer::CreateWorkload().

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