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/classarmnn_1_1profiling_1_1_device.xhtml | 243 +++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_device.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_device.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_device.xhtml b/20.02/classarmnn_1_1profiling_1_1_device.xhtml new file mode 100644 index 0000000000..685b1b831d --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_device.xhtml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + +ArmNN: Device Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.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 63 of file ICounterDirectory.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Device()

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

Definition at line 67 of file ICounterDirectory.hpp.

+
68  : m_Uid(deviceUid)
69  , m_Name(name)
70  , m_Cores(cores)
71  {}
+ + +
+
+
+

Member Data Documentation

+ +

◆ m_Cores

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

Definition at line 76 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Name

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

Definition at line 75 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