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 --- ...armnn_1_1profiling_1_1_i_counter_mappings.xhtml | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_i_counter_mappings.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_i_counter_mappings.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_i_counter_mappings.xhtml b/20.02/classarmnn_1_1profiling_1_1_i_counter_mappings.xhtml new file mode 100644 index 0000000000..c151adbb0c --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_i_counter_mappings.xhtml @@ -0,0 +1,242 @@ + + + + + + + + + + + + + +ArmNN: ICounterMappings Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ICounterMappings Class Referenceabstract
+
+
+ +

#include <CounterIdMap.hpp>

+
+Inheritance diagram for ICounterMappings:
+
+
+ + +CounterIdMap + +
+ + + + + + + + +

+Public Member Functions

virtual uint16_t GetGlobalId (uint16_t backendCounterId, const armnn::BackendId &backendId) const =0
 
virtual const std::pair< uint16_t, armnn::BackendId > & GetBackendId (uint16_t globalCounterId) const =0
 
virtual ~ICounterMappings ()
 
+

Detailed Description

+
+

Definition at line 15 of file CounterIdMap.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~ICounterMappings()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~ICounterMappings ()
+
+inlinevirtual
+
+ +

Definition at line 20 of file CounterIdMap.hpp.

+
20 {}
+
+
+

Member Function Documentation

+ +

◆ GetBackendId()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual const std::pair<uint16_t, armnn::BackendId>& GetBackendId (uint16_t globalCounterId) const
+
+pure virtual
+
+
+ +

◆ GetGlobalId()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual uint16_t GetGlobalId (uint16_t backendCounterId,
const armnn::BackendIdbackendId 
) const
+
+pure virtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1