ArmNN
 25.11
Loading...
Searching...
No Matches
DebugQueueDescriptor Struct Reference

#include <WorkloadData.hpp>

Inheritance diagram for DebugQueueDescriptor:
[legend]
Collaboration diagram for DebugQueueDescriptor:
[legend]

Public Member Functions

 DebugQueueDescriptor ()
void Validate (const WorkloadInfo &workloadInfo) const
Public Member Functions inherited from QueueDescriptor
virtual ~QueueDescriptor ()=default
void ValidateTensorNumDimensions (const TensorInfo &tensor, std::string const &descName, unsigned int numDimensions, std::string const &tensorName) const
void ValidateTensorNumDimNumElem (const TensorInfo &tensorInfo, unsigned int numDimension, unsigned int numElements, std::string const &tensorName) const
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
bool m_LayerOutputToFile = false
Public Attributes inherited from QueueDescriptor
std::vector< ITensorHandle * > m_Inputs
std::vector< ITensorHandle * > m_Outputs
void * m_AdditionalInfoObject
bool m_AllowExpandedDims = false

Additional Inherited Members

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

Detailed Description

Definition at line 484 of file WorkloadData.hpp.

Constructor & Destructor Documentation

◆ DebugQueueDescriptor()

Definition at line 486 of file WorkloadData.hpp.

486: m_Guid(0) {}

References m_Guid.

Member Function Documentation

◆ Validate()

void Validate ( const WorkloadInfo & workloadInfo) const

Definition at line 2687 of file WorkloadData.cpp.

2688{
2689 const std::string descriptorName{"DebugQueueDescriptor"};
2690
2691 ValidateNumInputs(workloadInfo, descriptorName, 1);
2692 ValidateNumOutputs(workloadInfo, descriptorName, 1);
2693}

Member Data Documentation

◆ m_Guid

LayerGuid m_Guid

Definition at line 490 of file WorkloadData.hpp.

Referenced by DebugLayer::CreateWorkload(), and DebugQueueDescriptor().

◆ m_LayerName

std::string m_LayerName

Definition at line 491 of file WorkloadData.hpp.

Referenced by DebugLayer::CreateWorkload().

◆ m_LayerOutputToFile

bool m_LayerOutputToFile = false

Definition at line 494 of file WorkloadData.hpp.

Referenced by DebugLayer::CreateWorkload().

◆ m_SlotIndex

unsigned int m_SlotIndex

Definition at line 492 of file WorkloadData.hpp.

Referenced by DebugLayer::CreateWorkload().


The documentation for this struct was generated from the following files: