ArmNN
 21.08
CounterSet Class Referencefinal

#include <ICounterDirectory.hpp>

Public Member Functions

 CounterSet (uint16_t counterSetUid, const std::string &name, uint16_t count)
 

Public Attributes

uint16_t m_Uid
 
std::string m_Name
 
uint16_t m_Count
 

Detailed Description

Definition at line 77 of file ICounterDirectory.hpp.

Constructor & Destructor Documentation

◆ CounterSet()

CounterSet ( uint16_t  counterSetUid,
const std::string &  name,
uint16_t  count 
)
inline

Definition at line 81 of file ICounterDirectory.hpp.

82  : m_Uid(counterSetUid)
83  , m_Name(name)
84  , m_Count(count)
85  {}

Member Data Documentation

◆ m_Count

uint16_t m_Count

Definition at line 90 of file ICounterDirectory.hpp.

Referenced by TEST_SUITE().

◆ m_Name

std::string m_Name

Definition at line 89 of file ICounterDirectory.hpp.

Referenced by TEST_SUITE().

◆ m_Uid


The documentation for this class was generated from the following file: