aboutsummaryrefslogtreecommitdiff
path: root/23.02/_subgraph_view_8hpp_source.xhtml
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2023-03-22 16:48:58 +0000
committerDavid Monahan <david.monahan@arm.com>2023-03-22 16:48:58 +0000
commitae050524109f1ce827962665436ef7430f2ac479 (patch)
treea087fe0c77570971dd7979f2757426c24e91afc7 /23.02/_subgraph_view_8hpp_source.xhtml
parent8d2ca734165a068478df7cffa46185680b05cd20 (diff)
downloadarmnn-ae050524109f1ce827962665436ef7430f2ac479.tar.gz
IVGCVSW-7255 Update Doxygen Documentation and publish on GitHub.
* Updating Doxygen documentation for 23.02 release. Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: I545574ff7664b4595d2fe6a91a3c35d2ad55df82
Diffstat (limited to '23.02/_subgraph_view_8hpp_source.xhtml')
-rw-r--r--23.02/_subgraph_view_8hpp_source.xhtml327
1 files changed, 273 insertions, 54 deletions
diff --git a/23.02/_subgraph_view_8hpp_source.xhtml b/23.02/_subgraph_view_8hpp_source.xhtml
index f61132c930..d471a558c5 100644
--- a/23.02/_subgraph_view_8hpp_source.xhtml
+++ b/23.02/_subgraph_view_8hpp_source.xhtml
@@ -8,7 +8,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="robots" content="NOINDEX, NOFOLLOW" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ArmNN: include/armnn/backends/SubgraphView.hpp Source File</title>
@@ -19,9 +19,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
-<script type="text/javascript">
- $(document).ready(initResizable);
-</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -30,7 +27,8 @@
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
-</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
+</script>
+<script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
@@ -51,18 +49,21 @@
</table>
</div>
<!-- end header part -->
-<!-- Generated by Doxygen 1.8.13 -->
+<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
+/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
-</script>
+/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -76,7 +77,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
-$(document).ready(function(){initNavTree('_subgraph_view_8hpp_source.xhtml','');});
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+$(document).ready(function(){initNavTree('_subgraph_view_8hpp_source.xhtml',''); initResizable(); });
+/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -98,59 +101,275 @@ $(document).ready(function(){initNavTree('_subgraph_view_8hpp_source.xhtml','');
<div class="title">SubgraphView.hpp</div> </div>
</div><!--header-->
<div class="contents">
-<a href="_subgraph_view_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2017, 2022-2023 Arm Ltd and Contributors. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_deprecated_8hpp.xhtml">armnn/Deprecated.hpp</a>&gt;</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;list&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;iterator&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;{</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">class </span>Graph;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keyword">class </span>IConnectableLayer;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">class </span>IInputSlot;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">class </span>IOutputSlot;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keyword">class </span>InputSlot;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keyword">class </span>Layer;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="keyword">class </span>OutputSlot;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">///</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment">/// The SubgraphView class represents a subgraph of a Graph.</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment">/// The data it holds, points to data held by layers of the Graph, so the</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment">/// the contents of the SubgraphView become invalid when the Layers are destroyed</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment">/// or changed.</span></div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment">///</span></div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml"> 31</a></span>&#160;<span class="comment"></span><span class="keyword">class </span><a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a> final : <span class="keyword">public</span> std::enable_shared_from_this&lt;SubgraphView&gt;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;{</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Func&gt;</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#ad6521013ad981519904822f2ada2c4ec"> 35</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad6521013ad981519904822f2ada2c4ec">ForEachLayer</a>(Func func)<span class="keyword"> const</span></div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> it = m_Layers.begin(); it != m_Layers.end(); )</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; {</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keyword">auto</span> next = std::next(it);</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; func(*it);</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; it = next;</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; }</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; }</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Func&gt;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a89db17358856d60f03966a0e2e8cb25c"> 46</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a89db17358856d60f03966a0e2e8cb25c">ForEachIConnectableLayer</a>(Func func)<span class="keyword"> const</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="keyword"> </span>{</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> it = m_IConnectableLayers.begin(); it != m_IConnectableLayers.end(); )</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; {</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keyword">auto</span> next = std::next(it);</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; func(*it);</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; it = next;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; }</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; }</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#ad5fc1b5213dcb72c0d4ac9dfb46ef677"> 56</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad5fc1b5213dcb72c0d4ac9dfb46ef677">SubgraphViewPtr</a> = std::shared_ptr&lt;SubgraphView&gt;;</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d"> 57</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a> = std::vector&lt;InputSlot*&gt;;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd"> 58</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a> = std::vector&lt;IInputSlot*&gt;;</div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08"> 59</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a> = std::vector&lt;OutputSlot*&gt;;</div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c"> 60</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a> = std::vector&lt;IOutputSlot*&gt;;</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9"> 61</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a> = std::list&lt;Layer*&gt;;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7"> 62</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a> = std::list&lt;IConnectableLayer*&gt;;</div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233"> 63</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">Iterator</a> = Layers::iterator;</div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f"> 64</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a> = IConnectableLayers::iterator;</div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe"> 65</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> = Layers::const_iterator;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b"> 66</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a> = IConnectableLayers::const_iterator;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="comment"> /// Constructs a sub-graph from the entire given graph.</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="comment"></span> <span class="keyword">explicit</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a40bb9799fd918fa31f983cc5aa156828">SubgraphView</a>(<a class="code" href="classarmnn_1_1_graph.xhtml">Graph</a>&amp; graph);</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="comment"> /// Constructs a sub-graph with the given arguments.</span></div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(<span class="stringliteral">&quot;This function has been deprecated, please use constructor with arguments: &quot;</span></div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="stringliteral">&quot;IConnectableLayers, IInputSlots and IOutputSlots&quot;</span>, <span class="stringliteral">&quot;23.08&quot;</span>)</div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef"> 74</a></span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a>&amp;&amp; inputs, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef">outputs</a>, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5aeb684bf895052593e5239f133094ee">layers</a>);</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="comment"> /// Constructs a sub-graph with the given arguments.</span></div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a>&amp;&amp; layers, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a>&amp;&amp; inputs, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a>&amp;&amp; outputs);</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="comment"> /// Copy-constructor.</span></div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp; subgraph);</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="comment"> /// Move-constructor.</span></div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;&amp; subgraph);</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="comment"> /// Constructs a sub-graph with only the given layer.</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>* layer);</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="comment"> /// Move-assignment operator.</span></div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp; operator=(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;&amp; other);</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ada17adb05f8061fffa3e193544795fd5">GetIInputSlots</a>() returning&quot;</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; &quot; public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a>&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a>&amp; GetInputSlots() const;</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; const IInputSlots&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ada17adb05f8061fffa3e193544795fd5">GetIInputSlots</a>() const;</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#adc4e3f28ec3906680f1a25a7b1a3e8f9">GetIOutputSlots</a>() returning&quot;</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; &quot; public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a>&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a>&amp; GetOutputSlots() const;</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; const IOutputSlots&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#adc4e3f28ec3906680f1a25a7b1a3e8f9">GetIOutputSlots</a>() const;</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;</div><div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8055e06b4f21d51fd8b4fc22ead2bdf0">GetIConnectableLayers</a>() &quot;</div><div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; &quot;returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a>&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a>&amp; GetLayers() const;</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; const IConnectableLayers&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8055e06b4f21d51fd8b4fc22ead2bdf0">GetIConnectableLayers</a>() const;</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>() returning public &quot;</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; &quot;<a class="code" href="classarmnn_1_1_i_input_slot.xhtml">IInputSlot</a>&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; const <a class="code" href="classarmnn_1_1_input_slot.xhtml">InputSlot</a>* GetInputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; const IInputSlot* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div><div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>() returning public &quot;</div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; &quot;IInputSlot&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <a class="code" href="classarmnn_1_1_input_slot.xhtml">InputSlot</a>* GetInputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; IInputSlot* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;</div><div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>() returning&quot;</div><div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; &quot; public <a class="code" href="classarmnn_1_1_i_output_slot.xhtml">IOutputSlot</a>&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; const <a class="code" href="classarmnn_1_1_output_slot.xhtml">OutputSlot</a>* GetOutputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div><div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; const IOutputSlot* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div><div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>() returning&quot;</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; &quot; public IOutputSlot&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="code" href="classarmnn_1_1_output_slot.xhtml">OutputSlot</a>* GetOutputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; IOutputSlot* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;</div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a6cbf14f4d57ef2de2cfed9a903db1643">GetNumInputSlots</a>() const;</div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a59a4100374e80a3504f4bb4d13695d0b">GetNumOutputSlots</a>() const;</div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div><div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a>, until that occurs in 23.08; please use &quot;</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a7943f1cb889477bb4f1b83f98ce0f497">beginIConnectable</a>() returning public IConnectableLayerIterator&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">Iterator</a> begin();</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; IConnectableLayerIterator <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a7943f1cb889477bb4f1b83f98ce0f497">beginIConnectable</a>();</div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; &quot;IConnectableLayerIterator, until that occurs in 23.08; please use &quot;</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a33e737213a358ab404090446b1405467">endIConnectable</a>() returning public IConnectableLayerIterator&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">Iterator</a> end();</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; IConnectableLayerIterator <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a33e737213a358ab404090446b1405467">endIConnectable</a>();</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>, until that occurs in 23.08; please use &quot;</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; &quot;beginIConnectable() returning public ConstIConnectableIterator&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> begin() const;</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; ConstIConnectableIterator beginIConnectable() const;</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; &quot;ConstIConnectableIterator, until that occurs in 23.08; please use &quot;</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; &quot;endIConnectable() returning public ConstIConnectableIterator&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> end() const;</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; ConstIConnectableIterator endIConnectable() const;</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; &quot;ConstIConnectableIterator, until that occurs in 23.08; please use &quot;</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa7b8edacaa1ad39b42d33748f3a9d6ae">cbeginIConnectable</a>() returning public ConstIConnectableIterator&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> cbegin() const;</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; ConstIConnectableIterator <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa7b8edacaa1ad39b42d33748f3a9d6ae">cbeginIConnectable</a>() const;</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; &quot;ConstIConnectableIterator, until that occurs in 23.08; please use &quot;</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8f03c9af4e3aea7d0b4f0b76010dfb2a">cendIConnectable</a>() returning public ConstIConnectableIterator&quot;, &quot;23.08&quot;)</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> cend() const;</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; ConstIConnectableIterator <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8f03c9af4e3aea7d0b4f0b76010dfb2a">cendIConnectable</a>() const;</div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa71d36872f416feaa853788a7a7a7ef8">Clear</a>();</div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="comment"> /// This method returns a copy of the original SubgraphView provided by OptimizeSubgraphView with a separate</span></div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="comment"> /// underlying graph from the main ArmNN graph.</span></div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<span class="comment"> /// Backend users should edit this working copy and then add it as a SubstitutionPair, along with original</span></div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="comment"> /// SubgraphView, to the OptimizationViews returned by OptimizeSubgraphView.</span></div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;<span class="comment"> /// ArmNN will then decide on whether or not to carry out Substitution of the two SubgraphViews.</span></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5ab39a2590672369bddfdd0b790e6025">GetWorkingCopy</a>() const;</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="comment"> /// These methods should be called on a working copy subgraph created from GetWorkingCopy.</span></div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<span class="comment"> /// They take a SubgraphView pattern to replace and the substitute layer or subgraphView to substitute in.</span></div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae9da449c038607237135b6b543890a15">SubstituteSubgraph</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;, <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*);</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae9da449c038607237135b6b543890a15">SubstituteSubgraph</a>(SubgraphView&amp;, const SubgraphView&amp;);</div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;<span class="comment"> /// These methods should be called on a working copy subgraph created from GetWorkingCopy.</span></div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="comment"> /// They return pointers to the input and output Slots belonging to the original SubgraphView</span></div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<span class="comment"> /// that the working copy was created from.</span></div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="comment"> /// This may be used to find the original TensorInfo of connected boundary OutputSlots.</span></div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="comment"></span> const IInputSlots&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a9523398f3d95c6107de1bcd4b5d1d2ae">GetOriginalInputSlots</a>() const;</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; const IOutputSlots&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a2ead7853fa72f70a09cd2e767f22dfc3">GetOriginalOutputSlots</a>() const;</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;private:</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; struct SubgraphViewWorkingCopy;</div><div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<span class="comment"> /// Constructs a sub-graph with the given arguments.</span></div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="comment"></span> SubgraphView(IConnectableLayers&amp;&amp; layers,</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; IInputSlots&amp;&amp; inputs,</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; IOutputSlots&amp;&amp; outputs,</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <a class="code" href="namespacestd.xhtml">std</a>::shared_ptr&lt;SubgraphViewWorkingCopy&gt; ptr);</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;</div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; <span class="keywordtype">void</span> CheckSubgraph();</div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;<span class="comment"> /// Arrange the order of layers topologically so that nodes can be visited in valid order</span></div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;<span class="comment"></span> <span class="keywordtype">void</span> ArrangeBySortOrder();</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<span class="comment"> /// Updates the IInputSlots and IOutputSlots variables assigned to a SubgraphView</span></div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;<span class="comment"></span> <span class="keywordtype">void</span> UpdateSubgraphViewSlotPointers(SubgraphView&amp;, const SubgraphView&amp;);</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;<span class="comment"> /// The list of pointers to the input slots of the parent graph.</span></div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a> m_InputSlots;</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; IInputSlots m_IInputSlots;</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;<span class="comment"> /// The list of pointers to the output slots of the parent graph.</span></div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a> m_OutputSlots;</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; IOutputSlots m_IOutputSlots;</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<span class="comment"> /// The list of pointers to the layers of the parent graph.</span></div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a> m_Layers;</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; IConnectableLayers m_IConnectableLayers;</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160;<span class="comment"> /// Pointer to internal graph implementation. This stores a working copy of a graph, separate from the main</span></div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;<span class="comment"> /// ArmNN graph, for use by Backends so that they can edit it and add as a SubstitutionPair to OptimizationViews</span></div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160;<span class="comment"> /// along with the original SubgraphView.</span></div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<span class="comment"> /// ArmNN will then decide on whether or not to substitute in the provided SubgraphView working copy.</span></div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<span class="comment"></span> <a class="code" href="namespacestd.xhtml">std</a>::shared_ptr&lt;SubgraphViewWorkingCopy&gt; p_WorkingCopyImpl;</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;};</div><div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;} <span class="comment">// namespace armnn</span></div><div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a308b86dbdd0a745cef76904674c9850f"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">armnn::SubgraphView::IConnectableLayerIterator</a></div><div class="ttdeci">IConnectableLayers::iterator IConnectableLayerIterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00064">SubgraphView.hpp:64</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a33e737213a358ab404090446b1405467"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a33e737213a358ab404090446b1405467">armnn::SubgraphView::endIConnectable</a></div><div class="ttdeci">IConnectableLayerIterator endIConnectable()</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00329">SubgraphView.cpp:329</a></div></div>
-<div class="ttc" id="classarmnn_1_1_i_connectable_layer_xhtml"><div class="ttname"><a href="classarmnn_1_1_i_connectable_layer.xhtml">armnn::IConnectableLayer</a></div><div class="ttdoc">Interface for a layer that is connectable to other layers via InputSlots and OutputSlots. </div><div class="ttdef"><b>Definition:</b> <a href="_i_network_8hpp_source.xhtml#l00068">INetwork.hpp:68</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_af323e5b54c189191060bce191ce0f233"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">armnn::SubgraphView::Iterator</a></div><div class="ttdeci">Layers::iterator Iterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00063">SubgraphView.hpp:63</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_adc4e3f28ec3906680f1a25a7b1a3e8f9"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#adc4e3f28ec3906680f1a25a7b1a3e8f9">armnn::SubgraphView::GetIOutputSlots</a></div><div class="ttdeci">const IOutputSlots &amp; GetIOutputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00248">SubgraphView.cpp:248</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a8055e06b4f21d51fd8b4fc22ead2bdf0"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a8055e06b4f21d51fd8b4fc22ead2bdf0">armnn::SubgraphView::GetIConnectableLayers</a></div><div class="ttdeci">const IConnectableLayers &amp; GetIConnectableLayers() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00308">SubgraphView.cpp:308</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_ada17adb05f8061fffa3e193544795fd5"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ada17adb05f8061fffa3e193544795fd5">armnn::SubgraphView::GetIInputSlots</a></div><div class="ttdeci">const IInputSlots &amp; GetIInputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00238">SubgraphView.cpp:238</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a342a59ed341e5f2e94dfaa34136573ef"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef">armnn::SubgraphView::outputs</a></div><div class="ttdeci">OutputSlots &amp;&amp; outputs</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00074">SubgraphView.hpp:74</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a78293334750ec5279eb9c96d56deaf08"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">armnn::SubgraphView::OutputSlots</a></div><div class="ttdeci">std::vector&lt; OutputSlot * &gt; OutputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00059">SubgraphView.hpp:59</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a6cbf14f4d57ef2de2cfed9a903db1643"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a6cbf14f4d57ef2de2cfed9a903db1643">armnn::SubgraphView::GetNumInputSlots</a></div><div class="ttdeci">unsigned int GetNumInputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00293">SubgraphView.cpp:293</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a7943f1cb889477bb4f1b83f98ce0f497"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a7943f1cb889477bb4f1b83f98ce0f497">armnn::SubgraphView::beginIConnectable</a></div><div class="ttdeci">IConnectableLayerIterator beginIConnectable()</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00324">SubgraphView.cpp:324</a></div></div>
-<div class="ttc" id="classarmnn_1_1_input_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_input_slot.xhtml">armnn::InputSlot</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.xhtml#l00042">Layer.hpp:42</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_ab8150376907cdb60caf561d40d4b3735"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">armnn::SubgraphView::ARMNN_DEPRECATED_MSG_CHANGE_DATE</a></div><div class="ttdeci">ARMNN_DEPRECATED_MSG_CHANGE_DATE(&quot;This function is deprecated and will be changed to return an &quot; &quot;IConnectableLayerIterator, until that occurs in 23.08; please use &quot; &quot;beginIConnectable() returning public IConnectableLayerIterator&quot;, &quot;23.08&quot;) Iterator begin()</div></div>
-<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2021 ARM Limited and Contributors. </div><div class="ttdef"><b>Definition:</b> <a href="01__00__quick__start_8dox_source.xhtml#l00006">01_00_quick_start.dox:6</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a8f03c9af4e3aea7d0b4f0b76010dfb2a"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a8f03c9af4e3aea7d0b4f0b76010dfb2a">armnn::SubgraphView::cendIConnectable</a></div><div class="ttdeci">ConstIConnectableIterator cendIConnectable() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00377">SubgraphView.cpp:377</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_ae9da449c038607237135b6b543890a15"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ae9da449c038607237135b6b543890a15">armnn::SubgraphView::SubstituteSubgraph</a></div><div class="ttdeci">void SubstituteSubgraph(SubgraphView &amp;, IConnectableLayer *)</div><div class="ttdoc">These methods should be called on a working copy subgraph created from GetWorkingCopy. </div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00530">SubgraphView.cpp:530</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a92f32e6689a8fe52aa043ba5395c7b57"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">armnn::SubgraphView::GetIOutputSlot</a></div><div class="ttdeci">const IOutputSlot * GetIOutputSlot(unsigned int index) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00278">SubgraphView.cpp:278</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml">armnn::SubgraphView</a></div><div class="ttdoc">The SubgraphView class represents a subgraph of a Graph. </div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00031">SubgraphView.hpp:31</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_aa10d95155eedfd24932ecaa01fe8a93c"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">armnn::SubgraphView::ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a></div><div class="ttdeci">ARMNN_DEPRECATED_MSG_REMOVAL_DATE(&quot;This function has been deprecated, please use constructor with arguments: &quot; &quot;IConnectableLayers, IInputSlots and IOutputSlots&quot;, &quot;23.08&quot;) SubgraphView(InputSlots &amp;&amp;inputs</div><div class="ttdoc">Constructs a sub-graph with the given arguments. </div></div>
-<div class="ttc" id="namespacestd_xhtml"><div class="ttname"><a href="namespacestd.xhtml">std</a></div><div class="ttdef"><b>Definition:</b> <a href="_backend_id_8hpp_source.xhtml#l00149">BackendId.hpp:149</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a5aeb684bf895052593e5239f133094ee"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a5aeb684bf895052593e5239f133094ee">armnn::SubgraphView::layers</a></div><div class="ttdeci">OutputSlots Layers &amp;&amp; layers</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00074">SubgraphView.hpp:74</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_ad7c7687cd3542e5cbb45e56f9a9456e7"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">armnn::SubgraphView::IConnectableLayers</a></div><div class="ttdeci">std::list&lt; IConnectableLayer * &gt; IConnectableLayers</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00062">SubgraphView.hpp:62</a></div></div>
-<div class="ttc" id="classarmnn_1_1_i_output_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_i_output_slot.xhtml">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.xhtml#l00041">INetwork.hpp:41</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a3f717693851810942d3ae0180a97fb4c"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">armnn::SubgraphView::IOutputSlots</a></div><div class="ttdeci">std::vector&lt; IOutputSlot * &gt; IOutputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00060">SubgraphView.hpp:60</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a89db17358856d60f03966a0e2e8cb25c"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a89db17358856d60f03966a0e2e8cb25c">armnn::SubgraphView::ForEachIConnectableLayer</a></div><div class="ttdeci">void ForEachIConnectableLayer(Func func) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00046">SubgraphView.hpp:46</a></div></div>
-<div class="ttc" id="classarmnn_1_1_output_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_output_slot.xhtml">armnn::OutputSlot</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.xhtml#l00087">Layer.hpp:87</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a4ad949634fd697549da161eb09d8b7fd"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">armnn::SubgraphView::IInputSlots</a></div><div class="ttdeci">std::vector&lt; IInputSlot * &gt; IInputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00058">SubgraphView.hpp:58</a></div></div>
-<div class="ttc" id="classarmnn_1_1_graph_xhtml"><div class="ttname"><a href="classarmnn_1_1_graph.xhtml">armnn::Graph</a></div><div class="ttdef"><b>Definition:</b> <a href="_graph_8hpp_source.xhtml#l00030">Graph.hpp:30</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#aa71d36872f416feaa853788a7a7a7ef8">armnn::SubgraphView::Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00382">SubgraphView.cpp:382</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a5cc65e15002dbc33a5c8a7d6680e9a9d"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">armnn::SubgraphView::InputSlots</a></div><div class="ttdeci">std::vector&lt; InputSlot * &gt; InputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00057">SubgraphView.hpp:57</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a40bb9799fd918fa31f983cc5aa156828"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a40bb9799fd918fa31f983cc5aa156828">armnn::SubgraphView::SubgraphView</a></div><div class="ttdeci">SubgraphView(Graph &amp;graph)</div><div class="ttdoc">Constructs a sub-graph from the entire given graph. </div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00045">SubgraphView.cpp:45</a></div></div>
-<div class="ttc" id="_deprecated_8hpp_xhtml"><div class="ttname"><a href="_deprecated_8hpp.xhtml">Deprecated.hpp</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a32cc53af9dcaa8888da9e019625ede7b"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">armnn::SubgraphView::ConstIConnectableIterator</a></div><div class="ttdeci">IConnectableLayers::const_iterator ConstIConnectableIterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00066">SubgraphView.hpp:66</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a5ab39a2590672369bddfdd0b790e6025"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a5ab39a2590672369bddfdd0b790e6025">armnn::SubgraphView::GetWorkingCopy</a></div><div class="ttdeci">SubgraphView GetWorkingCopy() const</div><div class="ttdoc">This method returns a copy of the original SubgraphView provided by OptimizeSubgraphView with a separ...</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00429">SubgraphView.cpp:429</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a2ead7853fa72f70a09cd2e767f22dfc3"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a2ead7853fa72f70a09cd2e767f22dfc3">armnn::SubgraphView::GetOriginalOutputSlots</a></div><div class="ttdeci">const IOutputSlots &amp; GetOriginalOutputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00651">SubgraphView.cpp:651</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_ad6521013ad981519904822f2ada2c4ec"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ad6521013ad981519904822f2ada2c4ec">armnn::SubgraphView::ForEachLayer</a></div><div class="ttdeci">void ForEachLayer(Func func) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00035">SubgraphView.hpp:35</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a74798938fdaeae75c8adfa4a7439e7f9"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">armnn::SubgraphView::Layers</a></div><div class="ttdeci">std::list&lt; Layer * &gt; Layers</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00061">SubgraphView.hpp:61</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a9523398f3d95c6107de1bcd4b5d1d2ae"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a9523398f3d95c6107de1bcd4b5d1d2ae">armnn::SubgraphView::GetOriginalInputSlots</a></div><div class="ttdeci">const IInputSlots &amp; GetOriginalInputSlots() const</div><div class="ttdoc">These methods should be called on a working copy subgraph created from GetWorkingCopy. </div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00638">SubgraphView.cpp:638</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_ad5fc1b5213dcb72c0d4ac9dfb46ef677"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ad5fc1b5213dcb72c0d4ac9dfb46ef677">armnn::SubgraphView::SubgraphViewPtr</a></div><div class="ttdeci">std::shared_ptr&lt; SubgraphView &gt; SubgraphViewPtr</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00056">SubgraphView.hpp:56</a></div></div>
-<div class="ttc" id="classarmnn_1_1_i_input_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_i_input_slot.xhtml">armnn::IInputSlot</a></div><div class="ttdoc">An input connection slot for a layer. </div><div class="ttdef"><b>Definition:</b> <a href="_i_network_8hpp_source.xhtml#l00025">INetwork.hpp:25</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a39524c3cad3af48ba3e2bba2e8bf9fbe"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">armnn::SubgraphView::ConstIterator</a></div><div class="ttdeci">Layers::const_iterator ConstIterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00065">SubgraphView.hpp:65</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a78a84ff740b2ec683d9da229a25c4140"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">armnn::SubgraphView::GetIInputSlot</a></div><div class="ttdeci">const IInputSlot * GetIInputSlot(unsigned int index) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00258">SubgraphView.cpp:258</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_a59a4100374e80a3504f4bb4d13695d0b"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a59a4100374e80a3504f4bb4d13695d0b">armnn::SubgraphView::GetNumOutputSlots</a></div><div class="ttdeci">unsigned int GetNumOutputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00298">SubgraphView.cpp:298</a></div></div>
-<div class="ttc" id="classarmnn_1_1_subgraph_view_xhtml_aa7b8edacaa1ad39b42d33748f3a9d6ae"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#aa7b8edacaa1ad39b42d33748f3a9d6ae">armnn::SubgraphView::cbeginIConnectable</a></div><div class="ttdeci">ConstIConnectableIterator cbeginIConnectable() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00372">SubgraphView.cpp:372</a></div></div>
+<a href="_subgraph_view_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2017, 2022-2023 Arm Ltd and Contributors. All rights reserved.</span></div>
+<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div>
+<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div>
+<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160; </div>
+<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#pragma once</span></div>
+<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160; </div>
+<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_deprecated_8hpp.xhtml">armnn/Deprecated.hpp</a>&gt;</span></div>
+<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160; </div>
+<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div>
+<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;list&gt;</span></div>
+<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;iterator&gt;</span></div>
+<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div>
+<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160; </div>
+<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></div>
+<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;{</div>
+<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">class </span>Graph;</div>
+<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keyword">class </span>IConnectableLayer;</div>
+<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">class </span>IInputSlot;</div>
+<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">class </span>IOutputSlot;</div>
+<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keyword">class </span>InputSlot;</div>
+<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keyword">class </span>Layer;</div>
+<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="keyword">class </span>OutputSlot;</div>
+<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment">///</span></div>
+<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment">/// The SubgraphView class represents a subgraph of a Graph.</span></div>
+<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment">/// The data it holds, points to data held by layers of the Graph, so the</span></div>
+<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment">/// the contents of the SubgraphView become invalid when the Layers are destroyed</span></div>
+<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment">/// or changed.</span></div>
+<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment">///</span></div>
+<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml"> 31</a></span>&#160;<span class="comment"></span><span class="keyword">class </span><a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a> final : <span class="keyword">public</span> std::enable_shared_from_this&lt;SubgraphView&gt;</div>
+<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;{</div>
+<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="keyword">public</span>:</div>
+<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Func&gt;</div>
+<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#ad6521013ad981519904822f2ada2c4ec"> 35</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad6521013ad981519904822f2ada2c4ec">ForEachLayer</a>(Func func)<span class="keyword"> const</span></div>
+<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="keyword"> </span>{</div>
+<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> it = m_Layers.begin(); it != m_Layers.end(); )</div>
+<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; {</div>
+<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <span class="keyword">auto</span> next = std::next(it);</div>
+<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; func(*it);</div>
+<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; it = next;</div>
+<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; }</div>
+<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; }</div>
+<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; </div>
+<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keyword">template</span> &lt;<span class="keyword">typename</span> Func&gt;</div>
+<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a89db17358856d60f03966a0e2e8cb25c"> 46</a></span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a89db17358856d60f03966a0e2e8cb25c">ForEachIConnectableLayer</a>(Func func)<span class="keyword"> const</span></div>
+<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="keyword"> </span>{</div>
+<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordflow">for</span> (<span class="keyword">auto</span> it = m_IConnectableLayers.begin(); it != m_IConnectableLayers.end(); )</div>
+<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; {</div>
+<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keyword">auto</span> next = std::next(it);</div>
+<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; func(*it);</div>
+<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; it = next;</div>
+<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; }</div>
+<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; }</div>
+<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; </div>
+<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#ad5fc1b5213dcb72c0d4ac9dfb46ef677"> 56</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad5fc1b5213dcb72c0d4ac9dfb46ef677">SubgraphViewPtr</a> = std::shared_ptr&lt;SubgraphView&gt;;</div>
+<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d"> 57</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a> = std::vector&lt;InputSlot*&gt;;</div>
+<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd"> 58</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a> = std::vector&lt;IInputSlot*&gt;;</div>
+<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08"> 59</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a> = std::vector&lt;OutputSlot*&gt;;</div>
+<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c"> 60</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a> = std::vector&lt;IOutputSlot*&gt;;</div>
+<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9"> 61</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a> = std::list&lt;Layer*&gt;;</div>
+<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7"> 62</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a> = std::list&lt;IConnectableLayer*&gt;;</div>
+<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233"> 63</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">Iterator</a> = Layers::iterator;</div>
+<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f"> 64</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a> = IConnectableLayers::iterator;</div>
+<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe"> 65</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> = Layers::const_iterator;</div>
+<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b"> 66</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a> = IConnectableLayers::const_iterator;</div>
+<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="comment"> /// Constructs a sub-graph from the entire given graph.</span></div>
+<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="comment"></span> <span class="keyword">explicit</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a40bb9799fd918fa31f983cc5aa156828">SubgraphView</a>(<a class="code" href="classarmnn_1_1_graph.xhtml">Graph</a>&amp; graph);</div>
+<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="comment"> /// Constructs a sub-graph with the given arguments.</span></div>
+<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(<span class="stringliteral">&quot;This function has been deprecated, please use constructor with arguments: &quot;</span></div>
+<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; <span class="stringliteral">&quot;IConnectableLayers, IInputSlots and IOutputSlots&quot;</span>, <span class="stringliteral">&quot;23.08&quot;</span>)</div>
+<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef"> 74</a></span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a>&amp;&amp; inputs, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef">outputs</a>, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5aeb684bf895052593e5239f133094ee">layers</a>);</div>
+<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="comment"> /// Constructs a sub-graph with the given arguments.</span></div>
+<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5aeb684bf895052593e5239f133094ee">layers</a>, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a>&amp;&amp; inputs, <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef">outputs</a>);</div>
+<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="comment"> /// Copy-constructor.</span></div>
+<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp; subgraph);</div>
+<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="comment"> /// Move-constructor.</span></div>
+<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;&amp; subgraph);</div>
+<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="comment"> /// Constructs a sub-graph with only the given layer.</span></div>
+<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>* layer);</div>
+<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="comment"> /// Move-assignment operator.</span></div>
+<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp; operator=(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;&amp; other);</div>
+<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; </div>
+<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ada17adb05f8061fffa3e193544795fd5">GetIInputSlots</a>() returning&quot;</div>
+<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; &quot; public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a>&amp; GetInputSlots() const;</div>
+<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a>&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ada17adb05f8061fffa3e193544795fd5">GetIInputSlots</a>() const;</div>
+<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; </div>
+<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#adc4e3f28ec3906680f1a25a7b1a3e8f9">GetIOutputSlots</a>() returning&quot;</div>
+<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; &quot; public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a>&amp; GetOutputSlots() const;</div>
+<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a>&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#adc4e3f28ec3906680f1a25a7b1a3e8f9">GetIOutputSlots</a>() const;</div>
+<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; </div>
+<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8055e06b4f21d51fd8b4fc22ead2bdf0">GetIConnectableLayers</a>() &quot;</div>
+<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; &quot;returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a>&amp; GetLayers() const;</div>
+<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a>&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8055e06b4f21d51fd8b4fc22ead2bdf0">GetIConnectableLayers</a>() const;</div>
+<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
+<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>() returning public &quot;</div>
+<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; &quot;<a class="code" href="classarmnn_1_1_i_input_slot.xhtml">IInputSlot</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; const <a class="code" href="classarmnn_1_1_input_slot.xhtml">InputSlot</a>* GetInputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div>
+<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160; const <a class="code" href="classarmnn_1_1_i_input_slot.xhtml">IInputSlot</a>* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div>
+<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>() returning public &quot;</div>
+<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; &quot;<a class="code" href="classarmnn_1_1_i_input_slot.xhtml">IInputSlot</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; <a class="code" href="classarmnn_1_1_input_slot.xhtml">InputSlot</a>* GetInputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div>
+<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; <a class="code" href="classarmnn_1_1_i_input_slot.xhtml">IInputSlot</a>* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">GetIInputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div>
+<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; </div>
+<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>() returning&quot;</div>
+<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; &quot; public <a class="code" href="classarmnn_1_1_i_output_slot.xhtml">IOutputSlot</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; const <a class="code" href="classarmnn_1_1_output_slot.xhtml">OutputSlot</a>* GetOutputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div>
+<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160; const <a class="code" href="classarmnn_1_1_i_output_slot.xhtml">IOutputSlot</a>* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index) const;</div>
+<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a>(&quot;This function has been deprecated, please use <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>() returning&quot;</div>
+<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; &quot; public <a class="code" href="classarmnn_1_1_i_output_slot.xhtml">IOutputSlot</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; <a class="code" href="classarmnn_1_1_output_slot.xhtml">OutputSlot</a>* GetOutputSlot(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div>
+<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; <a class="code" href="classarmnn_1_1_i_output_slot.xhtml">IOutputSlot</a>* <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">GetIOutputSlot</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> index);</div>
+<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160; </div>
+<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a6cbf14f4d57ef2de2cfed9a903db1643">GetNumInputSlots</a>() const;</div>
+<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a59a4100374e80a3504f4bb4d13695d0b">GetNumOutputSlots</a>() const;</div>
+<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; </div>
+<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div>
+<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a>, until that occurs in 23.08; please use &quot;</div>
+<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae7f023c08e38703a2b8286013885b409">beginIConnectable</a>() returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">Iterator</a> begin();</div>
+<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae7f023c08e38703a2b8286013885b409">beginIConnectable</a>();</div>
+<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div>
+<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a>, until that occurs in 23.08; please use &quot;</div>
+<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a0761bda72b62372d1495cbe9771a75a9">endIConnectable</a>() returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">Iterator</a> end();</div>
+<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">IConnectableLayerIterator</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a0761bda72b62372d1495cbe9771a75a9">endIConnectable</a>();</div>
+<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; </div>
+<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div>
+<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>, until that occurs in 23.08; please use &quot;</div>
+<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae7f023c08e38703a2b8286013885b409">beginIConnectable</a>() returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> begin() const;</div>
+<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae7f023c08e38703a2b8286013885b409">beginIConnectable</a>() const;</div>
+<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div>
+<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>, until that occurs in 23.08; please use &quot;</div>
+<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a0761bda72b62372d1495cbe9771a75a9">endIConnectable</a>() returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> end() const;</div>
+<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a0761bda72b62372d1495cbe9771a75a9">endIConnectable</a>() const;</div>
+<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; </div>
+<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div>
+<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>, until that occurs in 23.08; please use &quot;</div>
+<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa7b8edacaa1ad39b42d33748f3a9d6ae">cbeginIConnectable</a>() returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> cbegin() const;</div>
+<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa7b8edacaa1ad39b42d33748f3a9d6ae">cbeginIConnectable</a>() const;</div>
+<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">ARMNN_DEPRECATED_MSG_CHANGE_DATE</a>(&quot;This function is deprecated and will be changed to return an &quot;</div>
+<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>, until that occurs in 23.08; please use &quot;</div>
+<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160; &quot;<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8f03c9af4e3aea7d0b4f0b76010dfb2a">cendIConnectable</a>() returning public <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a>&quot;, &quot;23.08&quot;)</div>
+<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">ConstIterator</a> cend() const;</div>
+<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">ConstIConnectableIterator</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a8f03c9af4e3aea7d0b4f0b76010dfb2a">cendIConnectable</a>() const;</div>
+<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; </div>
+<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#aa71d36872f416feaa853788a7a7a7ef8">Clear</a>();</div>
+<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="comment"> /// This method returns a copy of the original SubgraphView provided by OptimizeSubgraphView with a separate</span></div>
+<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="comment"> /// underlying graph from the main ArmNN graph.</span></div>
+<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<span class="comment"> /// Backend users should edit this working copy and then add it as a SubstitutionPair, along with original</span></div>
+<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="comment"> /// SubgraphView, to the OptimizationViews returned by OptimizeSubgraphView.</span></div>
+<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;<span class="comment"> /// ArmNN will then decide on whether or not to carry out Substitution of the two SubgraphViews.</span></div>
+<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5ab39a2590672369bddfdd0b790e6025">GetWorkingCopy</a>() const;</div>
+<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="comment"> /// These methods should be called on a working copy subgraph created from GetWorkingCopy.</span></div>
+<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<span class="comment"> /// They take a SubgraphView pattern to replace and the substitute layer or subgraphView to substitute in.</span></div>
+<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae9da449c038607237135b6b543890a15">SubstituteSubgraph</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;, <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*);</div>
+<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ae9da449c038607237135b6b543890a15">SubstituteSubgraph</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;, const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;);</div>
+<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;<span class="comment"> /// These methods should be called on a working copy subgraph created from GetWorkingCopy.</span></div>
+<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160;<span class="comment"> /// They return pointers to the input and output Slots belonging to the original SubgraphView</span></div>
+<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<span class="comment"> /// that the working copy was created from.</span></div>
+<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="comment"> /// This may be used to find the original TensorInfo of connected boundary OutputSlots.</span></div>
+<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="comment"></span> const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a>&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a9523398f3d95c6107de1bcd4b5d1d2ae">GetOriginalInputSlots</a>() const;</div>
+<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a>&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a2ead7853fa72f70a09cd2e767f22dfc3">GetOriginalOutputSlots</a>() const;</div>
+<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; </div>
+<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;private:</div>
+<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; struct SubgraphViewWorkingCopy;</div>
+<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<span class="comment"> /// Constructs a sub-graph with the given arguments.</span></div>
+<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5aeb684bf895052593e5239f133094ee">layers</a>,</div>
+<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a>&amp;&amp; inputs,</div>
+<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a>&amp;&amp; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef">outputs</a>,</div>
+<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160; <a class="code" href="namespacestd.xhtml">std</a>::shared_ptr&lt;SubgraphViewWorkingCopy&gt; ptr);</div>
+<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; </div>
+<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; <span class="keywordtype">void</span> CheckSubgraph();</div>
+<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;<span class="comment"> /// Arrange the order of layers topologically so that nodes can be visited in valid order</span></div>
+<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;<span class="comment"></span> <span class="keywordtype">void</span> ArrangeBySortOrder();</div>
+<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<span class="comment"> /// Updates the IInputSlots and IOutputSlots variables assigned to a SubgraphView</span></div>
+<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;<span class="comment"></span> <span class="keywordtype">void</span> UpdateSubgraphViewSlotPointers(<a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;, const <a class="code" href="classarmnn_1_1_subgraph_view.xhtml">SubgraphView</a>&amp;);</div>
+<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;<span class="comment"> /// The list of pointers to the input slots of the parent graph.</span></div>
+<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">InputSlots</a> m_InputSlots;</div>
+<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">IInputSlots</a> m_IInputSlots;</div>
+<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;<span class="comment"> /// The list of pointers to the output slots of the parent graph.</span></div>
+<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">OutputSlots</a> m_OutputSlots;</div>
+<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">IOutputSlots</a> m_IOutputSlots;</div>
+<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<span class="comment"> /// The list of pointers to the layers of the parent graph.</span></div>
+<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;<span class="comment"></span> <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">Layers</a> m_Layers;</div>
+<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160; <a class="code" href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">IConnectableLayers</a> m_IConnectableLayers;</div>
+<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="comment"></span> </div>
+<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160;<span class="comment"> /// Pointer to internal graph implementation. This stores a working copy of a graph, separate from the main</span></div>
+<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;<span class="comment"> /// ArmNN graph, for use by Backends so that they can edit it and add as a SubstitutionPair to OptimizationViews</span></div>
+<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160;<span class="comment"> /// along with the original SubgraphView.</span></div>
+<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<span class="comment"> /// ArmNN will then decide on whether or not to substitute in the provided SubgraphView working copy.</span></div>
+<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<span class="comment"></span> <a class="code" href="namespacestd.xhtml">std</a>::shared_ptr&lt;SubgraphViewWorkingCopy&gt; p_WorkingCopyImpl;</div>
+<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;};</div>
+<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;} <span class="comment">// namespace armnn</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a78293334750ec5279eb9c96d56deaf08"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a78293334750ec5279eb9c96d56deaf08">armnn::SubgraphView::OutputSlots</a></div><div class="ttdeci">std::vector&lt; OutputSlot * &gt; OutputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00059">SubgraphView.hpp:59</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_output_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_output_slot.xhtml">armnn::OutputSlot</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.xhtml#l00087">Layer.hpp:87</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a59a4100374e80a3504f4bb4d13695d0b"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a59a4100374e80a3504f4bb4d13695d0b">armnn::SubgraphView::GetNumOutputSlots</a></div><div class="ttdeci">unsigned int GetNumOutputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00298">SubgraphView.cpp:298</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a2ead7853fa72f70a09cd2e767f22dfc3"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a2ead7853fa72f70a09cd2e767f22dfc3">armnn::SubgraphView::GetOriginalOutputSlots</a></div><div class="ttdeci">const IOutputSlots &amp; GetOriginalOutputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00651">SubgraphView.cpp:651</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a9523398f3d95c6107de1bcd4b5d1d2ae"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a9523398f3d95c6107de1bcd4b5d1d2ae">armnn::SubgraphView::GetOriginalInputSlots</a></div><div class="ttdeci">const IInputSlots &amp; GetOriginalInputSlots() const</div><div class="ttdoc">These methods should be called on a working copy subgraph created from GetWorkingCopy.</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00638">SubgraphView.cpp:638</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_input_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_input_slot.xhtml">armnn::InputSlot</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_8hpp_source.xhtml#l00042">Layer.hpp:42</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a6cbf14f4d57ef2de2cfed9a903db1643"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a6cbf14f4d57ef2de2cfed9a903db1643">armnn::SubgraphView::GetNumInputSlots</a></div><div class="ttdeci">unsigned int GetNumInputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00293">SubgraphView.cpp:293</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_i_connectable_layer_xhtml"><div class="ttname"><a href="classarmnn_1_1_i_connectable_layer.xhtml">armnn::IConnectableLayer</a></div><div class="ttdoc">Interface for a layer that is connectable to other layers via InputSlots and OutputSlots.</div><div class="ttdef"><b>Definition:</b> <a href="_i_network_8hpp_source.xhtml#l00068">INetwork.hpp:68</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_ae7f023c08e38703a2b8286013885b409"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ae7f023c08e38703a2b8286013885b409">armnn::SubgraphView::beginIConnectable</a></div><div class="ttdeci">IConnectableLayerIterator beginIConnectable()</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00324">SubgraphView.cpp:324</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_aa7b8edacaa1ad39b42d33748f3a9d6ae"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#aa7b8edacaa1ad39b42d33748f3a9d6ae">armnn::SubgraphView::cbeginIConnectable</a></div><div class="ttdeci">ConstIConnectableIterator cbeginIConnectable() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00372">SubgraphView.cpp:372</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_af323e5b54c189191060bce191ce0f233"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#af323e5b54c189191060bce191ce0f233">armnn::SubgraphView::Iterator</a></div><div class="ttdeci">Layers::iterator Iterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00063">SubgraphView.hpp:63</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a308b86dbdd0a745cef76904674c9850f"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a308b86dbdd0a745cef76904674c9850f">armnn::SubgraphView::IConnectableLayerIterator</a></div><div class="ttdeci">IConnectableLayers::iterator IConnectableLayerIterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00064">SubgraphView.hpp:64</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_ae9da449c038607237135b6b543890a15"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ae9da449c038607237135b6b543890a15">armnn::SubgraphView::SubstituteSubgraph</a></div><div class="ttdeci">void SubstituteSubgraph(SubgraphView &amp;, IConnectableLayer *)</div><div class="ttdoc">These methods should be called on a working copy subgraph created from GetWorkingCopy.</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00530">SubgraphView.cpp:530</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_ad7c7687cd3542e5cbb45e56f9a9456e7"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ad7c7687cd3542e5cbb45e56f9a9456e7">armnn::SubgraphView::IConnectableLayers</a></div><div class="ttdeci">std::list&lt; IConnectableLayer * &gt; IConnectableLayers</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00062">SubgraphView.hpp:62</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a8055e06b4f21d51fd8b4fc22ead2bdf0"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a8055e06b4f21d51fd8b4fc22ead2bdf0">armnn::SubgraphView::GetIConnectableLayers</a></div><div class="ttdeci">const IConnectableLayers &amp; GetIConnectableLayers() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00308">SubgraphView.cpp:308</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a342a59ed341e5f2e94dfaa34136573ef"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a342a59ed341e5f2e94dfaa34136573ef">armnn::SubgraphView::outputs</a></div><div class="ttdeci">OutputSlots &amp;&amp; outputs</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00074">SubgraphView.hpp:74</a></div></div>
+<div class="ttc" id="anamespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2021 ARM Limited and Contributors.</div><div class="ttdef"><b>Definition:</b> <a href="01__00__quick__start_8dox_source.xhtml#l00006">01_00_quick_start.dox:6</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a4ad949634fd697549da161eb09d8b7fd"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a4ad949634fd697549da161eb09d8b7fd">armnn::SubgraphView::IInputSlots</a></div><div class="ttdeci">std::vector&lt; IInputSlot * &gt; IInputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00058">SubgraphView.hpp:58</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_i_input_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_i_input_slot.xhtml">armnn::IInputSlot</a></div><div class="ttdoc">An input connection slot for a layer.</div><div class="ttdef"><b>Definition:</b> <a href="_i_network_8hpp_source.xhtml#l00025">INetwork.hpp:25</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a0761bda72b62372d1495cbe9771a75a9"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a0761bda72b62372d1495cbe9771a75a9">armnn::SubgraphView::endIConnectable</a></div><div class="ttdeci">IConnectableLayerIterator endIConnectable()</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00329">SubgraphView.cpp:329</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_ab8150376907cdb60caf561d40d4b3735"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ab8150376907cdb60caf561d40d4b3735">armnn::SubgraphView::ARMNN_DEPRECATED_MSG_CHANGE_DATE</a></div><div class="ttdeci">ARMNN_DEPRECATED_MSG_CHANGE_DATE(&quot;This function is deprecated and will be changed to return an &quot; &quot;IConnectableLayerIterator, until that occurs in 23.08; please use &quot; &quot;beginIConnectable() returning public IConnectableLayerIterator&quot;, &quot;23.08&quot;) Iterator begin()</div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a89db17358856d60f03966a0e2e8cb25c"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a89db17358856d60f03966a0e2e8cb25c">armnn::SubgraphView::ForEachIConnectableLayer</a></div><div class="ttdeci">void ForEachIConnectableLayer(Func func) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00046">SubgraphView.hpp:46</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a40bb9799fd918fa31f983cc5aa156828"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a40bb9799fd918fa31f983cc5aa156828">armnn::SubgraphView::SubgraphView</a></div><div class="ttdeci">SubgraphView(Graph &amp;graph)</div><div class="ttdoc">Constructs a sub-graph from the entire given graph.</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00045">SubgraphView.cpp:45</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a92f32e6689a8fe52aa043ba5395c7b57"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a92f32e6689a8fe52aa043ba5395c7b57">armnn::SubgraphView::GetIOutputSlot</a></div><div class="ttdeci">const IOutputSlot * GetIOutputSlot(unsigned int index) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00278">SubgraphView.cpp:278</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a5ab39a2590672369bddfdd0b790e6025"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a5ab39a2590672369bddfdd0b790e6025">armnn::SubgraphView::GetWorkingCopy</a></div><div class="ttdeci">SubgraphView GetWorkingCopy() const</div><div class="ttdoc">This method returns a copy of the original SubgraphView provided by OptimizeSubgraphView with a separ...</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00429">SubgraphView.cpp:429</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml">armnn::SubgraphView</a></div><div class="ttdoc">The SubgraphView class represents a subgraph of a Graph.</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00031">SubgraphView.hpp:31</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_i_output_slot_xhtml"><div class="ttname"><a href="classarmnn_1_1_i_output_slot.xhtml">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.xhtml#l00041">INetwork.hpp:41</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a8f03c9af4e3aea7d0b4f0b76010dfb2a"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a8f03c9af4e3aea7d0b4f0b76010dfb2a">armnn::SubgraphView::cendIConnectable</a></div><div class="ttdeci">ConstIConnectableIterator cendIConnectable() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00377">SubgraphView.cpp:377</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a32cc53af9dcaa8888da9e019625ede7b"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a32cc53af9dcaa8888da9e019625ede7b">armnn::SubgraphView::ConstIConnectableIterator</a></div><div class="ttdeci">IConnectableLayers::const_iterator ConstIConnectableIterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00066">SubgraphView.hpp:66</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_aa10d95155eedfd24932ecaa01fe8a93c"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#aa10d95155eedfd24932ecaa01fe8a93c">armnn::SubgraphView::ARMNN_DEPRECATED_MSG_REMOVAL_DATE</a></div><div class="ttdeci">ARMNN_DEPRECATED_MSG_REMOVAL_DATE(&quot;This function has been deprecated, please use constructor with arguments: &quot; &quot;IConnectableLayers, IInputSlots and IOutputSlots&quot;, &quot;23.08&quot;) SubgraphView(InputSlots &amp;&amp;inputs</div><div class="ttdoc">Constructs a sub-graph with the given arguments.</div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a3f717693851810942d3ae0180a97fb4c"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a3f717693851810942d3ae0180a97fb4c">armnn::SubgraphView::IOutputSlots</a></div><div class="ttdeci">std::vector&lt; IOutputSlot * &gt; IOutputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00060">SubgraphView.hpp:60</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a5aeb684bf895052593e5239f133094ee"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a5aeb684bf895052593e5239f133094ee">armnn::SubgraphView::layers</a></div><div class="ttdeci">OutputSlots Layers &amp;&amp; layers</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00074">SubgraphView.hpp:74</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_graph_xhtml"><div class="ttname"><a href="classarmnn_1_1_graph.xhtml">armnn::Graph</a></div><div class="ttdef"><b>Definition:</b> <a href="_graph_8hpp_source.xhtml#l00030">Graph.hpp:30</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a74798938fdaeae75c8adfa4a7439e7f9"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a74798938fdaeae75c8adfa4a7439e7f9">armnn::SubgraphView::Layers</a></div><div class="ttdeci">std::list&lt; Layer * &gt; Layers</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00061">SubgraphView.hpp:61</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_aa71d36872f416feaa853788a7a7a7ef8"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#aa71d36872f416feaa853788a7a7a7ef8">armnn::SubgraphView::Clear</a></div><div class="ttdeci">void Clear()</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00382">SubgraphView.cpp:382</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a39524c3cad3af48ba3e2bba2e8bf9fbe"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a39524c3cad3af48ba3e2bba2e8bf9fbe">armnn::SubgraphView::ConstIterator</a></div><div class="ttdeci">Layers::const_iterator ConstIterator</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00065">SubgraphView.hpp:65</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a78a84ff740b2ec683d9da229a25c4140"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a78a84ff740b2ec683d9da229a25c4140">armnn::SubgraphView::GetIInputSlot</a></div><div class="ttdeci">const IInputSlot * GetIInputSlot(unsigned int index) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00258">SubgraphView.cpp:258</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_a5cc65e15002dbc33a5c8a7d6680e9a9d"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#a5cc65e15002dbc33a5c8a7d6680e9a9d">armnn::SubgraphView::InputSlots</a></div><div class="ttdeci">std::vector&lt; InputSlot * &gt; InputSlots</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00057">SubgraphView.hpp:57</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_ad5fc1b5213dcb72c0d4ac9dfb46ef677"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ad5fc1b5213dcb72c0d4ac9dfb46ef677">armnn::SubgraphView::SubgraphViewPtr</a></div><div class="ttdeci">std::shared_ptr&lt; SubgraphView &gt; SubgraphViewPtr</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00056">SubgraphView.hpp:56</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_ada17adb05f8061fffa3e193544795fd5"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ada17adb05f8061fffa3e193544795fd5">armnn::SubgraphView::GetIInputSlots</a></div><div class="ttdeci">const IInputSlots &amp; GetIInputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00238">SubgraphView.cpp:238</a></div></div>
+<div class="ttc" id="anamespacestd_xhtml"><div class="ttname"><a href="namespacestd.xhtml">std</a></div><div class="ttdef"><b>Definition:</b> <a href="_backend_id_8hpp_source.xhtml#l00149">BackendId.hpp:149</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_adc4e3f28ec3906680f1a25a7b1a3e8f9"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#adc4e3f28ec3906680f1a25a7b1a3e8f9">armnn::SubgraphView::GetIOutputSlots</a></div><div class="ttdeci">const IOutputSlots &amp; GetIOutputSlots() const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8cpp_source.xhtml#l00248">SubgraphView.cpp:248</a></div></div>
+<div class="ttc" id="aclassarmnn_1_1_subgraph_view_xhtml_ad6521013ad981519904822f2ada2c4ec"><div class="ttname"><a href="classarmnn_1_1_subgraph_view.xhtml#ad6521013ad981519904822f2ada2c4ec">armnn::SubgraphView::ForEachLayer</a></div><div class="ttdeci">void ForEachLayer(Func func) const</div><div class="ttdef"><b>Definition:</b> <a href="_subgraph_view_8hpp_source.xhtml#l00035">SubgraphView.hpp:35</a></div></div>
+<div class="ttc" id="a_deprecated_8hpp_xhtml"><div class="ttname"><a href="_deprecated_8hpp.xhtml">Deprecated.hpp</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_d44c64559bbebec7f509842c48db8b23.xhtml">include</a></li><li class="navelem"><a class="el" href="dir_2b72cc348e06937955e62ebdd8a13436.xhtml">armnn</a></li><li class="navelem"><a class="el" href="dir_8946eb9d8f826e973720979438627a91.xhtml">backends</a></li><li class="navelem"><a class="el" href="_subgraph_view_8hpp.xhtml">SubgraphView.hpp</a></li>
- <li class="footer">Generated on Fri Feb 24 2023 10:24:24 for ArmNN by
+ <li class="footer">Generated on Wed Mar 22 2023 15:52:59 for ArmNN by
<a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>