From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- Documentation/_i_counter_directory_8hpp.html | 160 +++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 Documentation/_i_counter_directory_8hpp.html (limited to 'Documentation/_i_counter_directory_8hpp.html') diff --git a/Documentation/_i_counter_directory_8hpp.html b/Documentation/_i_counter_directory_8hpp.html new file mode 100644 index 0000000000..d7ef4bb110 --- /dev/null +++ b/Documentation/_i_counter_directory_8hpp.html @@ -0,0 +1,160 @@ + + + + + + + +ArmNN: src/profiling/ICounterDirectory.hpp File Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ICounterDirectory.hpp File Reference
+
+
+
#include <armnn/BackendId.hpp>
+#include <string>
+#include <vector>
+#include <memory>
+#include <unordered_set>
+#include <unordered_map>
+#include <boost/numeric/conversion/cast.hpp>
+
+

Go to the source code of this file.

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

+Classes

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

+Namespaces

 armnn
 
 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