From 4840dfb7543d66652dc11c5ff39c8f5c1e2f9370 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Tue, 25 Aug 2020 12:35:58 +0100 Subject: Updating Doxygen Documentation for 20.08 release Signed-off-by: Ryan OShea Change-Id: I605409f8720de5353feceb161b39f8a5f0598180 --- 20.08/_graph_topological_sort_8hpp.xhtml | 168 +++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 20.08/_graph_topological_sort_8hpp.xhtml (limited to '20.08/_graph_topological_sort_8hpp.xhtml') diff --git a/20.08/_graph_topological_sort_8hpp.xhtml b/20.08/_graph_topological_sort_8hpp.xhtml new file mode 100644 index 0000000000..a9b3acc191 --- /dev/null +++ b/20.08/_graph_topological_sort_8hpp.xhtml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + +ArmNN: src/armnnUtils/GraphTopologicalSort.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
GraphTopologicalSort.hpp File Reference
+
+
+
#include <armnn/Optional.hpp>
+#include <functional>
+#include <map>
+#include <stack>
+#include <vector>
+
+

Go to the source code of this file.

+ + + + +

+Namespaces

 armnnUtils
 
+ + + +

+Enumerations

enum  NodeState { Visiting, +Visited + }
 
+ + + + +

+Functions

template<typename TNodeId , typename TTargetNodes >
bool GraphTopologicalSort (const TTargetNodes &targetNodes, std::function< std::vector< TNodeId >(TNodeId)> getIncomingEdges, std::vector< TNodeId > &outSorted)
 
+

Enumeration Type Documentation

+ +

◆ NodeState

+ +
+
+ + + + + +
+ + + + +
enum NodeState
+
+strong
+
+ +

Definition at line 21 of file GraphTopologicalSort.hpp.

+
22 {
23  Visiting,
24  Visited,
25 };
+
+
+
+
+ + + + -- cgit v1.2.1