From 1dc83febfb76d6a770bdf3ba16c4034a970c2320 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 16 May 2024 09:47:51 +0100 Subject: IVGCVSW-8260 Update Doxgen Docu for 24.05 Signed-off-by: Nikhil Raj Change-Id: If4bc983bf2793a27ded8e26ac2b29523fc1e4711 --- latest/_graph_utils_8cpp_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'latest/_graph_utils_8cpp_source.html') diff --git a/latest/_graph_utils_8cpp_source.html b/latest/_graph_utils_8cpp_source.html index 0733f72993..db1659eed7 100644 --- a/latest/_graph_utils_8cpp_source.html +++ b/latest/_graph_utils_8cpp_source.html @@ -36,7 +36,7 @@ ArmNN
-  24.02 +  24.05
@@ -193,7 +193,7 @@ $(document).ready(function(){initNavTree('_graph_utils_8cpp_source.html',''); in
unsigned int GetNumOutputSlots() const override
Returns the number of connectable output slots.
Definition: Layer.hpp:335
const std::string & GetNameStr() const
Definition: Layer.hpp:240
unsigned int GetNumInputSlots() const override
Returns the number of connectable input slots.
Definition: Layer.hpp:334
-
Graph & TopologicalSort()
Sorts layers in topological order and return this.
Definition: Graph.hpp:184
+
Graph & TopologicalSort()
Sorts layers in topological order and return this.
Definition: Graph.hpp:191
virtual unsigned int GetNumConnections() const =0
bool CheckOrder(const armnn::Graph &graph, const armnn::Layer *first, const armnn::Layer *second)
Checks that first comes before second in the order.
Definition: GraphUtils.cpp:68
@@ -201,7 +201,7 @@ $(document).ready(function(){initNavTree('_graph_utils_8cpp_source.html',''); in