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