From fb14ebbd68e04876809145296af96f6f41857418 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 26 Nov 2020 11:08:12 +0000 Subject: IVGCVSW-5348 Update Doxygen Docu * Update Doxygen Documentation for 20.11 release Signed-off-by: James Ward Change-Id: Ib47edac7923a642a277b1169d1085e5622021dc0 --- 20.11/_i_counter_directory_8hpp.xhtml | 174 ++++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 20.11/_i_counter_directory_8hpp.xhtml (limited to '20.11/_i_counter_directory_8hpp.xhtml') diff --git a/20.11/_i_counter_directory_8hpp.xhtml b/20.11/_i_counter_directory_8hpp.xhtml new file mode 100644 index 0000000000..4c025ad9cd --- /dev/null +++ b/20.11/_i_counter_directory_8hpp.xhtml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + +ArmNN: src/profiling/ICounterDirectory.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ICounterDirectory.hpp File Reference
+
+
+
#include <armnn/BackendId.hpp>
+#include <string>
+#include <vector>
+#include <memory>
+#include <unordered_set>
+#include <unordered_map>
+
+

Go to the source code of this file.

+ + + + + + + + + + + + +

+Classes

class  Category
 
class  Device
 
class  CounterSet
 
class  Counter
 
class  ICounterDirectory
 
+ + + + + + +

+Namespaces

 armnn
 Copyright (c) 2020 ARM Limited.
 
 armnn::profiling
 
+ + + + + + + + + + + + + + + + + + + + + + + + + +

+Typedefs

using CategoryPtr = std::unique_ptr< Category >
 
using DevicePtr = std::unique_ptr< Device >
 
using CounterSetPtr = std::unique_ptr< CounterSet >
 
using CounterPtr = std::shared_ptr< Counter >
 
using Categories = std::unordered_set< CategoryPtr >
 
using Devices = std::unordered_map< uint16_t, DevicePtr >
 
using CounterSets = std::unordered_map< uint16_t, CounterSetPtr >
 
using Counters = std::unordered_map< uint16_t, CounterPtr >
 
using CategoriesIt = Categories::const_iterator
 
using DevicesIt = Devices::const_iterator
 
using CounterSetsIt = CounterSets::const_iterator
 
using CountersIt = Counters::const_iterator
 
+
+
+ + + + -- cgit v1.2.1