From 9aed8fb43441228343b925b42464a55042c47ca0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Wed, 17 Nov 2021 13:16:45 +0000 Subject: IVGCVSW-6040 Update 21.11 Doxygen Documents Signed-off-by: Nikhil Raj Change-Id: Ia36ec98c4bebc27a69103911ea3409cd7db587a5 --- 21.11/_graph_8hpp.xhtml | 157 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 21.11/_graph_8hpp.xhtml (limited to '21.11/_graph_8hpp.xhtml') diff --git a/21.11/_graph_8hpp.xhtml b/21.11/_graph_8hpp.xhtml new file mode 100644 index 0000000000..2aa41be5cb --- /dev/null +++ b/21.11/_graph_8hpp.xhtml @@ -0,0 +1,157 @@ + + + + + + + + + + + + + +ArmNN: src/armnn/Graph.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Graph.hpp File Reference
+
+
+
#include "LayersFwd.hpp"
+#include "IGraphObservable.hpp"
+#include "Profiling.hpp"
+#include <armnn/Types.hpp>
+#include <armnn/TensorFwd.hpp>
+#include <armnn/NetworkFwd.hpp>
+#include <armnn/Exceptions.hpp>
+#include <armnn/utility/Assert.hpp>
+#include <armnn/utility/PolymorphicDowncast.hpp>
+#include <armnn/utility/TransformIterator.hpp>
+#include <list>
+#include <map>
+#include <unordered_map>
+#include <unordered_set>
+#include <vector>
+
+

Go to the source code of this file.

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

+Classes

class  Graph
 
struct  Graph::InputLayersAccessor
 Wrapper class returned by Graph::GetInputLayers() More...
 
struct  Graph::OutputLayersAccessor
 Wrapper class returned by Graph::GetOutputLayers() More...
 
class  Graph::LayerInGraph< InputLayer >
 Inputs add/remove their binding id to m_InputIds in the graph. More...
 
class  Graph::LayerInGraph< OutputLayer >
 Outputs add/remove their binding id to m_OutputIds in the graph. More...
 
+ + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+
+
+ + + + -- cgit v1.2.1