aboutsummaryrefslogtreecommitdiff
path: root/latest/_graph_utils_8cpp.html
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-11-22 11:41:15 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-11-22 11:41:15 +0000
commit6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c (patch)
tree0c076149c03ac45c2617f5e02a77b79287ff5a0f /latest/_graph_utils_8cpp.html
parent03c7ff3f6188240baaeaeb405a357a0c58195fec (diff)
downloadarmnn-6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c.tar.gz
Update Doxygen for 23.11
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849
Diffstat (limited to 'latest/_graph_utils_8cpp.html')
-rw-r--r--latest/_graph_utils_8cpp.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/latest/_graph_utils_8cpp.html b/latest/_graph_utils_8cpp.html
index c34621bdaf..8a44854589 100644
--- a/latest/_graph_utils_8cpp.html
+++ b/latest/_graph_utils_8cpp.html
@@ -36,7 +36,7 @@
<img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 15rem; margin-top: .5rem; margin-left 13px"/>
<td id="projectalign" style="padding-left: 0.9em;">
<div id="projectname">
- &#160;<span id="projectnumber">23.08</span>
+ &#160;<span id="projectnumber">23.11</span>
</div>
</td>
</tr>
@@ -103,7 +103,7 @@ $(document).ready(function(){initNavTree('_graph_utils_8cpp.html',''); initResiz
</div><div class="textblock"><div class="dynheader">
Include dependency graph for GraphUtils.cpp:</div>
<div class="dyncontent">
-<div class="center"><iframe scrolling="no" frameborder="0" src="_graph_utils_8cpp__incl.svg" width="11306" height="1379"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
+<div class="center"><iframe scrolling="no" frameborder="0" src="_graph_utils_8cpp__incl.svg" width="11478" height="1379"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
</div>
</div>
</div>
@@ -232,7 +232,7 @@ Functions</h2></td></tr>
<p class="definition">Definition at line <a class="el" href="_graph_utils_8cpp_source.html#l00068">68</a> of file <a class="el" href="_graph_utils_8cpp_source.html">GraphUtils.cpp</a>.</p>
<div class="fragment"><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;{</div>
-<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; graph.<a class="code" href="classarmnn_1_1_graph.html#afd329ee7d721aa6cdaacb8391308e34f">Print</a>();</div>
+<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; graph.<a class="code" href="classarmnn_1_1_graph.html#a5dbbfed3b6d0bf3126abfc34e93a69f0">Print</a>();</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; </div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; order = graph.<a class="code" href="classarmnn_1_1_graph.html#af497e16cf92179b5e55543741351b8bf">TopologicalSort</a>();</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; </div>
@@ -402,17 +402,17 @@ Functions</h2></td></tr>
<div class="ttc" id="aclassarmnn_1_1_i_output_slot_html_a9943775a364fc4ab53b85ac88f311886"><div class="ttname"><a href="classarmnn_1_1_i_output_slot.html#a9943775a364fc4ab53b85ac88f311886">armnn::IOutputSlot::GetTensorInfo</a></div><div class="ttdeci">virtual const TensorInfo &amp; GetTensorInfo() const =0</div></div>
<div class="ttc" id="aclassarmnn_1_1_i_output_slot_html"><div class="ttname"><a href="classarmnn_1_1_i_output_slot.html">armnn::IOutputSlot</a></div><div class="ttdoc">An output connection slot for a layer.</div><div class="ttdef"><b>Definition:</b> <a href="_i_network_8hpp_source.html#l00053">INetwork.hpp:53</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_i_output_slot_html_a9fffb92dc6d2edd5258d574a5862fc83"><div class="ttname"><a href="classarmnn_1_1_i_output_slot.html#a9fffb92dc6d2edd5258d574a5862fc83">armnn::IOutputSlot::GetConnection</a></div><div class="ttdeci">virtual const IInputSlot * GetConnection(unsigned int index) const =0</div></div>
+<div class="ttc" id="aclassarmnn_1_1_graph_html_a5dbbfed3b6d0bf3126abfc34e93a69f0"><div class="ttname"><a href="classarmnn_1_1_graph.html#a5dbbfed3b6d0bf3126abfc34e93a69f0">armnn::Graph::Print</a></div><div class="ttdeci">Status Print(bool extended=false) const</div><div class="ttdef"><b>Definition:</b> <a href="_graph_8cpp_source.html#l00068">Graph.cpp:68</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_layer_html_a1594bddc87d6477df300317658f566bb"><div class="ttname"><a href="classarmnn_1_1_layer.html#a1594bddc87d6477df300317658f566bb">armnn::Layer::GetNumOutputSlots</a></div><div class="ttdeci">unsigned int GetNumOutputSlots() const override</div><div class="ttdoc">Returns the number of connectable output slots.</div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00335">Layer.hpp:335</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_layer_html_a9a97cb6d32661a57fc33bd29b8e41ff4"><div class="ttname"><a href="classarmnn_1_1_layer.html#a9a97cb6d32661a57fc33bd29b8e41ff4">armnn::Layer::GetNameStr</a></div><div class="ttdeci">const std::string &amp; GetNameStr() const</div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00240">Layer.hpp:240</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_layer_html_abc0660dc440c8a285b456c9ef6383c26"><div class="ttname"><a href="classarmnn_1_1_layer.html#abc0660dc440c8a285b456c9ef6383c26">armnn::Layer::GetNumInputSlots</a></div><div class="ttdeci">unsigned int GetNumInputSlots() const override</div><div class="ttdoc">Returns the number of connectable input slots.</div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.html#l00334">Layer.hpp:334</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_graph_html_af497e16cf92179b5e55543741351b8bf"><div class="ttname"><a href="classarmnn_1_1_graph.html#af497e16cf92179b5e55543741351b8bf">armnn::Graph::TopologicalSort</a></div><div class="ttdeci">Graph &amp; TopologicalSort()</div><div class="ttdoc">Sorts layers in topological order and return this.</div><div class="ttdef"><b>Definition:</b> <a href="_graph_8hpp_source.html#l00184">Graph.hpp:184</a></div></div>
<div class="ttc" id="aclassarmnn_1_1_i_output_slot_html_aab97b09d9ee85a105883949abcae52f3"><div class="ttname"><a href="classarmnn_1_1_i_output_slot.html#aab97b09d9ee85a105883949abcae52f3">armnn::IOutputSlot::GetNumConnections</a></div><div class="ttdeci">virtual unsigned int GetNumConnections() const =0</div></div>
-<div class="ttc" id="aclassarmnn_1_1_graph_html_afd329ee7d721aa6cdaacb8391308e34f"><div class="ttname"><a href="classarmnn_1_1_graph.html#afd329ee7d721aa6cdaacb8391308e34f">armnn::Graph::Print</a></div><div class="ttdeci">Status Print() const</div><div class="ttdef"><b>Definition:</b> <a href="_graph_8cpp_source.html#l00068">Graph.cpp:68</a></div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_f574f3650e467f7ec35d628d20229555.html">armnnTestUtils</a></li><li class="navelem"><a class="el" href="_graph_utils_8cpp.html">GraphUtils.cpp</a></li>
- <li class="footer">Generated on Tue Aug 22 2023 11:37:02 for Arm NN by
+ <li class="footer">Generated on Wed Nov 22 2023 10:57:10 for Arm NN by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>