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/classarmnn_1_1profiling_1_1_device.xhtml | 243 +++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 21.02/classarmnn_1_1profiling_1_1_device.xhtml (limited to '21.02/classarmnn_1_1profiling_1_1_device.xhtml') diff --git a/21.02/classarmnn_1_1profiling_1_1_device.xhtml b/21.02/classarmnn_1_1profiling_1_1_device.xhtml new file mode 100644 index 0000000000..a044b89adf --- /dev/null +++ b/21.02/classarmnn_1_1profiling_1_1_device.xhtml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + +ArmNN: Device Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Device Class Referencefinal
+
+
+ +

#include <ICounterDirectory.hpp>

+ + + + +

+Public Member Functions

 Device (uint16_t deviceUid, const std::string &name, uint16_t cores)
 
+ + + + + + + +

+Public Attributes

uint16_t m_Uid
 
std::string m_Name
 
uint16_t m_Cores
 
+

Detailed Description

+
+

Definition at line 61 of file ICounterDirectory.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Device()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Device (uint16_t deviceUid,
const std::string & name,
uint16_t cores 
)
+
+inline
+
+ +

Definition at line 65 of file ICounterDirectory.hpp.

+
66  : m_Uid(deviceUid)
67  , m_Name(name)
68  , m_Cores(cores)
69  {}
+ + +
+
+
+

Member Data Documentation

+ +

◆ m_Cores

+ +
+
+ + + + +
uint16_t m_Cores
+
+ +

Definition at line 74 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Name

+ +
+
+ + + + +
std::string m_Name
+
+ +

Definition at line 73 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Uid

+ +
+
+ + + + +
uint16_t m_Uid
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1