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 --- ...tructarmnn_1_1profiling_1_1_counter_value.xhtml | 212 +++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 20.02/structarmnn_1_1profiling_1_1_counter_value.xhtml (limited to '20.02/structarmnn_1_1profiling_1_1_counter_value.xhtml') diff --git a/20.02/structarmnn_1_1profiling_1_1_counter_value.xhtml b/20.02/structarmnn_1_1profiling_1_1_counter_value.xhtml new file mode 100644 index 0000000000..a35a11e517 --- /dev/null +++ b/20.02/structarmnn_1_1profiling_1_1_counter_value.xhtml @@ -0,0 +1,212 @@ + + + + + + + + + + + + + +ArmNN: CounterValue Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
CounterValue Struct Reference
+
+
+ +

#include <IBackendProfiling.hpp>

+ + + + +

+Public Member Functions

 CounterValue (uint16_t id, uint32_t value)
 
+ + + + + +

+Public Attributes

uint16_t counterId
 
uint32_t counterValue
 
+

Detailed Description

+
+

Definition at line 19 of file IBackendProfiling.hpp.

+

Constructor & Destructor Documentation

+ +

◆ CounterValue()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
CounterValue (uint16_t id,
uint32_t value 
)
+
+inline
+
+ +

Definition at line 21 of file IBackendProfiling.hpp.

+ +
+
+

Member Data Documentation

+ +

◆ counterId

+ +
+
+ + + + +
uint16_t counterId
+
+ +

Definition at line 23 of file IBackendProfiling.hpp.

+ +
+
+ +

◆ counterValue

+ +
+
+ + + + +
uint32_t counterValue
+
+ +

Definition at line 24 of file IBackendProfiling.hpp.

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