aboutsummaryrefslogtreecommitdiff
path: root/21.02/_layer_visitor_base_8hpp_source.xhtml
blob: 1ea2c9642ef5ca38409e696142d34ca03ad75151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!-- Copyright (c) 2020 ARM Limited. -->
<!--                                 -->
<!-- SPDX-License-Identifier: MIT    -->
<!--                                 -->
<!-- HTML header for doxygen 1.8.13-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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="robots" content="NOINDEX, NOFOLLOW" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ArmNN: include/armnn/LayerVisitorBase.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<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>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" 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>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
  <td style="padding-left: 0.5em;">
   <div id="projectname">
   &#160;<span id="projectnumber">21.02</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_layer_visitor_base_8hpp_source.xhtml','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">LayerVisitorBase.hpp</div>  </div>
</div><!--header-->
<div class="contents">
<a href="_layer_visitor_base_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 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="_i_layer_visitor_8hpp.xhtml">armnn/ILayerVisitor.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="keyword">namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</a></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;{</div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="structarmnn_1_1_visitor_throwing_policy.xhtml">   13</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarmnn_1_1_visitor_throwing_policy.xhtml">VisitorThrowingPolicy</a></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"><a class="line" href="structarmnn_1_1_visitor_throwing_policy.xhtml#a7d755e4a31c677af83e4fe3d7f1c3717">   15</a></span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structarmnn_1_1_visitor_throwing_policy.xhtml#a7d755e4a31c677af83e4fe3d7f1c3717">Apply</a>(<span class="keyword">const</span> std::string&amp; errorMessage = <span class="stringliteral">&quot;&quot;</span>) { <span class="keywordflow">throw</span> <a class="code" href="classarmnn_1_1_unimplemented_exception.xhtml">UnimplementedException</a>(errorMessage); }</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;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="structarmnn_1_1_visitor_no_throw_policy.xhtml">   18</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structarmnn_1_1_visitor_no_throw_policy.xhtml">VisitorNoThrowPolicy</a></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;{</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="structarmnn_1_1_visitor_no_throw_policy.xhtml#a2a867d4cfece2af1ea4942da4cf44e3f">   20</a></span>&#160;    <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="structarmnn_1_1_visitor_no_throw_policy.xhtml#a2a867d4cfece2af1ea4942da4cf44e3f">Apply</a>(<span class="keyword">const</span> std::string&amp;) {}</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;};</div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment">/// Visitor base class with empty implementations.</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment"></span><span class="keyword">template</span>&lt;<span class="keyword">typename</span> DefaultPolicy&gt;</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml">   25</a></span>&#160;<span class="keyword">class </span><a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml">LayerVisitorBase</a> : <span class="keyword">public</span> <a class="code" href="classarmnn_1_1_i_layer_visitor.xhtml">ILayerVisitor</a></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;{</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#aec6644c81f84f086262dfd06088acd99">   28</a></span>&#160;    <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#aec6644c81f84f086262dfd06088acd99">LayerVisitorBase</a>() {}</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ab59e5e8c65aa44857c27db70fc412baa">   29</a></span>&#160;    <span class="keyword">virtual</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ab59e5e8c65aa44857c27db70fc412baa">~LayerVisitorBase</a>() {}</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#acb663f7919f9566c3dcc8b6478999d34">   32</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#acb663f7919f9566c3dcc8b6478999d34">VisitAbsLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;                       <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a30b99e5202fc77b02f92d5c44e5ca86d">   35</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a30b99e5202fc77b02f92d5c44e5ca86d">VisitActivationLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;                              <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_activation_descriptor.xhtml">ActivationDescriptor</a>&amp;,</div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;                              <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</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"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a0c9f3396207de48925016a2eee6aa12b">   39</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a0c9f3396207de48925016a2eee6aa12b">VisitAdditionLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;                            <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a719076848950255b929636c97aaaede4">   42</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a719076848950255b929636c97aaaede4">VisitArgMinMaxLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;                             <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_arg_min_max_descriptor.xhtml">ArgMinMaxDescriptor</a>&amp;,</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;                             <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ab0ae25ba5f3c494d1fb32f06cd57af10">   46</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ab0ae25ba5f3c494d1fb32f06cd57af10">VisitBatchNormalizationLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;                                      <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_batch_normalization_descriptor.xhtml">BatchNormalizationDescriptor</a>&amp;,</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;                                      <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;                                      <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;                                      <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;                                      <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;                                      <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</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"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a62aac266e23bd680633e62832f56bc11">   54</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a62aac266e23bd680633e62832f56bc11">VisitBatchToSpaceNdLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_batch_to_space_nd_descriptor.xhtml">BatchToSpaceNdDescriptor</a>&amp;,</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;                                  <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a95dc828296e6d05c0bf0b691d4dc6a3f">   58</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a95dc828296e6d05c0bf0b691d4dc6a3f">VisitComparisonLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;                              <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_comparison_descriptor.xhtml">ComparisonDescriptor</a>&amp;,</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;                              <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a2d4f84683c4a00dfb5eecb6b165d41b9">   62</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a2d4f84683c4a00dfb5eecb6b165d41b9">VisitConcatLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;                          <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_origins_descriptor.xhtml">ConcatDescriptor</a>&amp;,</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a90698dba3e90ced6f562cda146bf15e3">   66</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a90698dba3e90ced6f562cda146bf15e3">VisitConstantLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;                            <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;                            <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#aff3099f516e132f4d8818a54fa1ee767">   70</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#aff3099f516e132f4d8818a54fa1ee767">VisitConvolution2dLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;                                 <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_convolution2d_descriptor.xhtml">Convolution2dDescriptor</a>&amp;,</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;                                 <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;                                 <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_optional.xhtml">Optional&lt;ConstTensor&gt;</a>&amp;,</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;                                 <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ad3aaff3b6165f8de16522bc4a1ed32a0">   76</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ad3aaff3b6165f8de16522bc4a1ed32a0">VisitDepthToSpaceLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;                                <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.xhtml">DepthToSpaceDescriptor</a>&amp;,</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;                                <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a70050fc50ee44a439665f914d5fe9684">   80</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a70050fc50ee44a439665f914d5fe9684">VisitDepthwiseConvolution2dLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;                                          <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_depthwise_convolution2d_descriptor.xhtml">DepthwiseConvolution2dDescriptor</a>&amp;,</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;                                          <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;                                          <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_optional.xhtml">Optional&lt;ConstTensor&gt;</a>&amp;,</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;                                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;</div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#aa27cc900d32dcc4a92f59e3bab4f4653">   86</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#aa27cc900d32dcc4a92f59e3bab4f4653">VisitDequantizeLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;                              <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;</div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a88bad2eef809ccf6f2129f9ed4a6f3a7">   89</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a88bad2eef809ccf6f2129f9ed4a6f3a7">VisitDetectionPostProcessLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;                                        <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_detection_post_process_descriptor.xhtml">DetectionPostProcessDescriptor</a>&amp;,</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;                                        <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;                                        <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a7450859464a381eafaedb33adc582f75">   94</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a7450859464a381eafaedb33adc582f75">VisitDivisionLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;                            <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a9d02f4bfaffcb16e340e9b8c20bc5e35">   97</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a9d02f4bfaffcb16e340e9b8c20bc5e35">VisitElementwiseUnaryLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;                                    <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_elementwise_unary_descriptor.xhtml">ElementwiseUnaryDescriptor</a>&amp;,</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;                                    <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</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"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a3249cd1186dc7e700a0ec0884fb9d5fa">  101</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a3249cd1186dc7e700a0ec0884fb9d5fa">VisitEqualLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;</div><div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ae343d79924ac474939c3e38a8b80004e">  104</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ae343d79924ac474939c3e38a8b80004e">VisitFillLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;                        <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_fill_descriptor.xhtml">FillDescriptor</a>&amp;,</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div><div class="line"><a name="l00108"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a060c3a3f978fec03212afaff1fe1648d">  108</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a060c3a3f978fec03212afaff1fe1648d">VisitFloorLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a9049cf6d72d4b67fff93670f21c09da3">  111</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a9049cf6d72d4b67fff93670f21c09da3">VisitFullyConnectedLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_fully_connected_descriptor.xhtml">FullyConnectedDescriptor</a>&amp;,</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_optional.xhtml">Optional&lt;ConstTensor&gt;</a>&amp;,</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;                                  <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;    <a class="code" href="_deprecated_8hpp.xhtml#a76fb13a018f8e01087a7ae0eb23509e1">ARMNN_DEPRECATED_MSG</a>(<span class="stringliteral">&quot;Use VisitGatherLayer with descriptor instead&quot;</span>)</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ae7639178bd8c29ffa83162dfd108b725">  118</a></span>&#160;    void VisitGatherLayer(const <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;                          const <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;</div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#aea011723381847939ee1773d7c6fac25">  121</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#aea011723381847939ee1773d7c6fac25">VisitGatherLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;                          <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_gather_descriptor.xhtml">GatherDescriptor</a>&amp;,</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a2a28dbfcd1e83bc8158d78feb93d4a0c">  125</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a2a28dbfcd1e83bc8158d78feb93d4a0c">VisitGreaterLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;                           <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a6c23f9e9d8427775925d071feee5dbd1">  128</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a6c23f9e9d8427775925d071feee5dbd1">VisitInputLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;                         <a class="code" href="namespacearmnn.xhtml#ab8cf8f9fb6792e654c2d8d8382f6f01b">LayerBindingId</a>,</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div><div class="line"><a name="l00132"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a58f90a911e6827702c478cabaeac57fe">  132</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a58f90a911e6827702c478cabaeac57fe">VisitInstanceNormalizationLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;                                         <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_instance_normalization_descriptor.xhtml">InstanceNormalizationDescriptor</a>&amp;,</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;                                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;</div><div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ae68e2b431ea3d2822f19ad4ac806fdaa">  136</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ae68e2b431ea3d2822f19ad4ac806fdaa">VisitL2NormalizationLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;                                   <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_l2_normalization_descriptor.xhtml">L2NormalizationDescriptor</a>&amp;,</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;                                   <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4d2e5580385ee664830720698d112c">  140</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4d2e5580385ee664830720698d112c">VisitLogSoftmaxLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;                              <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_softmax_descriptor.xhtml">LogSoftmaxDescriptor</a>&amp;,</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;                              <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;</div><div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#aa4f176ed33afb13a9e590b86990eaa3c">  144</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#aa4f176ed33afb13a9e590b86990eaa3c">VisitLogicalBinaryLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;                                 <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_logical_binary_descriptor.xhtml">LogicalBinaryDescriptor</a>&amp;,</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;                                 <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#aaf1a238ec5b6bb172bc4cd3811f08b28">  148</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#aaf1a238ec5b6bb172bc4cd3811f08b28">VisitLstmLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;                        <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_lstm_descriptor.xhtml">LstmDescriptor</a>&amp;,</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;                        <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_lstm_input_params.xhtml">LstmInputParams</a>&amp;,</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;</div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a778e1b2219e3eb2d790d6e6e653a9f25">  153</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a778e1b2219e3eb2d790d6e6e653a9f25">VisitMaximumLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;                           <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a0180a15e542f4ef240fadc09fe4b2e3f">  156</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a0180a15e542f4ef240fadc09fe4b2e3f">VisitMeanLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;                        <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_mean_descriptor.xhtml">MeanDescriptor</a>&amp;,</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</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"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#aafb62c879f0c78bfdc3c4e4f2cb82e68">  160</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#aafb62c879f0c78bfdc3c4e4f2cb82e68">VisitMergeLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;</div><div class="line"><a name="l00163"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#acef69a3870409ca9a6130db91047e729">  163</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#acef69a3870409ca9a6130db91047e729">VisitMergerLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;                          <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_origins_descriptor.xhtml">MergerDescriptor</a>&amp;,</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div><div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a1e24e9a7bf52efc1699c126435574e95">  167</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a1e24e9a7bf52efc1699c126435574e95">VisitMinimumLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;                           <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;</div><div class="line"><a name="l00170"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ac57d22126a9131108214df9177addade">  170</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ac57d22126a9131108214df9177addade">VisitMultiplicationLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;                                  <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;</div><div class="line"><a name="l00173"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a3150ff2299a2e193952300b8c9edd1e1">  173</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a3150ff2299a2e193952300b8c9edd1e1">VisitNormalizationLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;                                 <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_normalization_descriptor.xhtml">NormalizationDescriptor</a>&amp;,</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;                                 <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;</div><div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#acc39ddb06acfd91cf3cfb0fcd9337005">  177</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#acc39ddb06acfd91cf3cfb0fcd9337005">VisitOutputLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;                          <a class="code" href="namespacearmnn.xhtml#ab8cf8f9fb6792e654c2d8d8382f6f01b">LayerBindingId</a>,</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</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"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a8a240e1b725cc204bb468b6b402e1670">  181</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a8a240e1b725cc204bb468b6b402e1670">VisitPadLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;                       <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_pad_descriptor.xhtml">PadDescriptor</a>&amp;,</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;                       <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;</div><div class="line"><a name="l00185"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a275f4c270ce472abc8701f6475ff7f38">  185</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a275f4c270ce472abc8701f6475ff7f38">VisitPermuteLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;                           <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_permute_descriptor.xhtml">PermuteDescriptor</a>&amp;,</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;                           <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;</div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a5e369658cb00178eeb9136f1c912fd3f">  189</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a5e369658cb00178eeb9136f1c912fd3f">VisitPooling2dLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;                             <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_pooling2d_descriptor.xhtml">Pooling2dDescriptor</a>&amp;,</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;                             <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;</div><div class="line"><a name="l00193"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a79c933bea6fb9986c3baa171be98da5c">  193</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a79c933bea6fb9986c3baa171be98da5c">VisitPreluLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;</div><div class="line"><a name="l00196"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a8a6db421f0be147916cb4894ad3885d1">  196</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a8a6db421f0be147916cb4894ad3885d1">VisitQuantizeLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;                            <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;</div><div class="line"><a name="l00199"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ab80f8f2c2202a4651c63757b307a21b7">  199</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ab80f8f2c2202a4651c63757b307a21b7">VisitQLstmLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;                         <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_q_lstm_descriptor.xhtml">QLstmDescriptor</a>&amp;,</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;                         <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_lstm_input_params.xhtml">LstmInputParams</a>&amp;,</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;</div><div class="line"><a name="l00204"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a2fdb21a22a95af72177b4e909741b5c7">  204</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a2fdb21a22a95af72177b4e909741b5c7">VisitQuantizedLstmLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;                                 <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_quantized_lstm_input_params.xhtml">QuantizedLstmInputParams</a>&amp;,</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;                                 <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;</div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a0e6452322927acf6fe4e38ca9cc6d117">  208</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a0e6452322927acf6fe4e38ca9cc6d117">VisitRankLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;                        <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div><div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a4aafbeec347992842c3e18eaf735cbfc">  211</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a4aafbeec347992842c3e18eaf735cbfc">VisitReduceLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;                          <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_reduce_descriptor.xhtml">ReduceDescriptor</a>&amp;,</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;</div><div class="line"><a name="l00215"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a9ebd504c48864d63917836e0dc335725">  215</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a9ebd504c48864d63917836e0dc335725">VisitReshapeLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;                           <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_reshape_descriptor.xhtml">ReshapeDescriptor</a>&amp;,</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;                           <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;</div><div class="line"><a name="l00219"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4c5571a4b3db2badf7f1dce3467391">  219</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4c5571a4b3db2badf7f1dce3467391">VisitResizeBilinearLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_resize_bilinear_descriptor.xhtml">ResizeBilinearDescriptor</a>&amp;,</div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;                                  <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;</div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a49c296c5d0f9efb76f165954cf40c281">  223</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a49c296c5d0f9efb76f165954cf40c281">VisitResizeLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;                          <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_resize_descriptor.xhtml">ResizeDescriptor</a>&amp;,</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;</div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a6a62605ac51992ce0913cc119b59546b">  227</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a6a62605ac51992ce0913cc119b59546b">VisitRsqrtLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;</div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a1c023b3170bed9368b65730bc7fff60b">  230</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a1c023b3170bed9368b65730bc7fff60b">VisitSliceLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;                         <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_slice_descriptor.xhtml">SliceDescriptor</a>&amp;,</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;</div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#abd8b0b2e365bbeabceddc35a1cb52916">  234</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#abd8b0b2e365bbeabceddc35a1cb52916">VisitSoftmaxLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;                           <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_softmax_descriptor.xhtml">SoftmaxDescriptor</a>&amp;,</div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;                           <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;</div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a9478c4f41840a2e2c12b7f336e725a8a">  238</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a9478c4f41840a2e2c12b7f336e725a8a">VisitSpaceToBatchNdLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;                                  <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_batch_nd_descriptor.xhtml">SpaceToBatchNdDescriptor</a>&amp;,</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;                                  <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;</div><div class="line"><a name="l00242"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#acdedda623455cc7a0f982d6f4e96d53a">  242</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#acdedda623455cc7a0f982d6f4e96d53a">VisitSpaceToDepthLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;                                <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_space_to_depth_descriptor.xhtml">SpaceToDepthDescriptor</a>&amp;,</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;                                <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div><div class="line"><a name="l00246"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a8689a80f8939de6323319aba5806ee9e">  246</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a8689a80f8939de6323319aba5806ee9e">VisitSplitterLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;                            <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_views_descriptor.xhtml">ViewsDescriptor</a>&amp;,</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;                            <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;</div><div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a8b47d411d147aa420f7a69356d84fb80">  250</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a8b47d411d147aa420f7a69356d84fb80">VisitStackLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;                         <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_stack_descriptor.xhtml">StackDescriptor</a>&amp;,</div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;                         <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;</div><div class="line"><a name="l00254"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a3c15053a7e295099a1a34c4add5a03b8">  254</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a3c15053a7e295099a1a34c4add5a03b8">VisitStandInLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;                           <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_stand_in_descriptor.xhtml">StandInDescriptor</a>&amp;,</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;                           <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;</div><div class="line"><a name="l00258"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a31862ce4ffaddde96ebe0afcf04f3577">  258</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a31862ce4ffaddde96ebe0afcf04f3577">VisitStridedSliceLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;                                <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_strided_slice_descriptor.xhtml">StridedSliceDescriptor</a>&amp;,</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;                                <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;</div><div class="line"><a name="l00262"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#ac42c3a57a82260c8315d4f0320620934">  262</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#ac42c3a57a82260c8315d4f0320620934">VisitSubtractionLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;                               <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;</div><div class="line"><a name="l00265"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a877d400155151a5afba9f0b17fbcf8f3">  265</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a877d400155151a5afba9f0b17fbcf8f3">VisitSwitchLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;</div><div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a4dfb04de9aa0b8b55c70fe96af13e1e1">  268</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a4dfb04de9aa0b8b55c70fe96af13e1e1">VisitTransposeConvolution2dLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;                                          <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_transpose_convolution2d_descriptor.xhtml">TransposeConvolution2dDescriptor</a>&amp;,</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;                                          <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_const_tensor.xhtml">ConstTensor</a>&amp;,</div><div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;                                          <span class="keyword">const</span> <a class="code" href="classarmnn_1_1_optional.xhtml">Optional&lt;ConstTensor&gt;</a>&amp;,</div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;                                          <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;</div><div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="classarmnn_1_1_layer_visitor_base.xhtml#a2cb213b083367f4fe9bed2916206525f">  274</a></span>&#160;    <span class="keywordtype">void</span> <a class="code" href="classarmnn_1_1_layer_visitor_base.xhtml#a2cb213b083367f4fe9bed2916206525f">VisitTransposeLayer</a>(<span class="keyword">const</span> <a class="code" href="classarmnn_1_1_i_connectable_layer.xhtml">IConnectableLayer</a>*,</div><div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;                             <span class="keyword">const</span> <a class="code" href="structarmnn_1_1_transpose_descriptor.xhtml">TransposeDescriptor</a>&amp;,</div><div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;                             <span class="keyword">const</span> <span class="keywordtype">char</span>*)<span class="keyword"> override </span>{ DefaultPolicy::Apply(__func__); }</div><div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;</div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;};</div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;} <span class="comment">// namespace armnn</span></div><div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ab59e5e8c65aa44857c27db70fc412baa"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ab59e5e8c65aa44857c27db70fc412baa">armnn::LayerVisitorBase::~LayerVisitorBase</a></div><div class="ttdeci">virtual ~LayerVisitorBase()</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00029">LayerVisitorBase.hpp:29</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ae68e2b431ea3d2822f19ad4ac806fdaa"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ae68e2b431ea3d2822f19ad4ac806fdaa">armnn::LayerVisitorBase::VisitL2NormalizationLayer</a></div><div class="ttdeci">void VisitL2NormalizationLayer(const IConnectableLayer *, const L2NormalizationDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that an L2 normalization layer should call back to when its Accept(ILayerVisitor&amp;) function ...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00136">LayerVisitorBase.hpp:136</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a5e369658cb00178eeb9136f1c912fd3f"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a5e369658cb00178eeb9136f1c912fd3f">armnn::LayerVisitorBase::VisitPooling2dLayer</a></div><div class="ttdeci">void VisitPooling2dLayer(const IConnectableLayer *, const Pooling2dDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a pooling layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00189">LayerVisitorBase.hpp:189</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_aafb62c879f0c78bfdc3c4e4f2cb82e68"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#aafb62c879f0c78bfdc3c4e4f2cb82e68">armnn::LayerVisitorBase::VisitMergeLayer</a></div><div class="ttdeci">void VisitMergeLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function that a merge layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00160">LayerVisitorBase.hpp:160</a></div></div>
<div class="ttc" id="structarmnn_1_1_views_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_views_descriptor.xhtml">armnn::ViewsDescriptor</a></div><div class="ttdoc">A ViewsDescriptor for the SplitterLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00206">Descriptors.hpp:206</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#l00062">INetwork.hpp:62</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_aa4f176ed33afb13a9e590b86990eaa3c"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#aa4f176ed33afb13a9e590b86990eaa3c">armnn::LayerVisitorBase::VisitLogicalBinaryLayer</a></div><div class="ttdeci">void VisitLogicalBinaryLayer(const IConnectableLayer *, const LogicalBinaryDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a logical binary layer should call back to when its Accept(ILayerVisitor&amp;) function is ...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00144">LayerVisitorBase.hpp:144</a></div></div>
<div class="ttc" id="structarmnn_1_1_visitor_throwing_policy_xhtml_a7d755e4a31c677af83e4fe3d7f1c3717"><div class="ttname"><a href="structarmnn_1_1_visitor_throwing_policy.xhtml#a7d755e4a31c677af83e4fe3d7f1c3717">armnn::VisitorThrowingPolicy::Apply</a></div><div class="ttdeci">static void Apply(const std::string &amp;errorMessage=&quot;&quot;)</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00015">LayerVisitorBase.hpp:15</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a6c23f9e9d8427775925d071feee5dbd1"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a6c23f9e9d8427775925d071feee5dbd1">armnn::LayerVisitorBase::VisitInputLayer</a></div><div class="ttdeci">void VisitInputLayer(const IConnectableLayer *, LayerBindingId, const char *) override</div><div class="ttdoc">Function that an InputLayer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00128">LayerVisitorBase.hpp:128</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a275f4c270ce472abc8701f6475ff7f38"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a275f4c270ce472abc8701f6475ff7f38">armnn::LayerVisitorBase::VisitPermuteLayer</a></div><div class="ttdeci">void VisitPermuteLayer(const IConnectableLayer *, const PermuteDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a permute layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00185">LayerVisitorBase.hpp:185</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a31862ce4ffaddde96ebe0afcf04f3577"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a31862ce4ffaddde96ebe0afcf04f3577">armnn::LayerVisitorBase::VisitStridedSliceLayer</a></div><div class="ttdeci">void VisitStridedSliceLayer(const IConnectableLayer *, const StridedSliceDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a strided slice layer should call back to when its Accept(ILayerVisitor&amp;) function is invoke...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00258">LayerVisitorBase.hpp:258</a></div></div>
<div class="ttc" id="structarmnn_1_1_transpose_convolution2d_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_transpose_convolution2d_descriptor.xhtml">armnn::TransposeConvolution2dDescriptor</a></div><div class="ttdoc">A TransposeConvolution2dDescriptor for the TransposeConvolution2dLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01213">Descriptors.hpp:1213</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a4dfb04de9aa0b8b55c70fe96af13e1e1"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a4dfb04de9aa0b8b55c70fe96af13e1e1">armnn::LayerVisitorBase::VisitTransposeConvolution2dLayer</a></div><div class="ttdeci">void VisitTransposeConvolution2dLayer(const IConnectableLayer *, const TransposeConvolution2dDescriptor &amp;, const ConstTensor &amp;, const Optional&lt; ConstTensor &gt; &amp;, const char *) override</div><div class="ttdoc">Function that a 2D transpose convolution layer should call back to when its Accept(ILayerVisitor&amp;) fu...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00268">LayerVisitorBase.hpp:268</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a79c933bea6fb9986c3baa171be98da5c"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a79c933bea6fb9986c3baa171be98da5c">armnn::LayerVisitorBase::VisitPreluLayer</a></div><div class="ttdeci">void VisitPreluLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function that a PReLU activation layer should call back to when its Accept(ILayerVisitor&amp;) function i...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00193">LayerVisitorBase.hpp:193</a></div></div>
<div class="ttc" id="classarmnn_1_1_optional_xhtml"><div class="ttname"><a href="classarmnn_1_1_optional.xhtml">armnn::Optional</a></div><div class="ttdef"><b>Definition:</b> <a href="_optional_8hpp_source.xhtml#l00270">Optional.hpp:270</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a58f90a911e6827702c478cabaeac57fe"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a58f90a911e6827702c478cabaeac57fe">armnn::LayerVisitorBase::VisitInstanceNormalizationLayer</a></div><div class="ttdeci">void VisitInstanceNormalizationLayer(const IConnectableLayer *, const InstanceNormalizationDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that an instance normalization layer should call back to when its Accept(ILayerVisitor&amp;) fun...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00132">LayerVisitorBase.hpp:132</a></div></div>
<div class="ttc" id="structarmnn_1_1_reshape_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_reshape_descriptor.xhtml">armnn::ReshapeDescriptor</a></div><div class="ttdoc">A ReshapeDescriptor for the ReshapeLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00832">Descriptors.hpp:832</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a70050fc50ee44a439665f914d5fe9684"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a70050fc50ee44a439665f914d5fe9684">armnn::LayerVisitorBase::VisitDepthwiseConvolution2dLayer</a></div><div class="ttdeci">void VisitDepthwiseConvolution2dLayer(const IConnectableLayer *, const DepthwiseConvolution2dDescriptor &amp;, const ConstTensor &amp;, const Optional&lt; ConstTensor &gt; &amp;, const char *) override</div><div class="ttdoc">Function that a 2D depthwise convolution layer with biases should call back to when its Accept(ILayer...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00080">LayerVisitorBase.hpp:80</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_acdedda623455cc7a0f982d6f4e96d53a"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#acdedda623455cc7a0f982d6f4e96d53a">armnn::LayerVisitorBase::VisitSpaceToDepthLayer</a></div><div class="ttdeci">void VisitSpaceToDepthLayer(const IConnectableLayer *, const SpaceToDepthDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a space to depth layer should call back to when its Accept(ILayerVisitor&amp;) function is invok...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00242">LayerVisitorBase.hpp:242</a></div></div>
<div class="ttc" id="structarmnn_1_1_comparison_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_comparison_descriptor.xhtml">armnn::ComparisonDescriptor</a></div><div class="ttdoc">A ComparisonDescriptor for the ComparisonLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00078">Descriptors.hpp:78</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a8689a80f8939de6323319aba5806ee9e"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a8689a80f8939de6323319aba5806ee9e">armnn::LayerVisitorBase::VisitSplitterLayer</a></div><div class="ttdeci">void VisitSplitterLayer(const IConnectableLayer *, const ViewsDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a splitter layer should call back to when its Accept(ILayerVisitor&amp;) function is invoke...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00246">LayerVisitorBase.hpp:246</a></div></div>
<div class="ttc" id="structarmnn_1_1_visitor_throwing_policy_xhtml"><div class="ttname"><a href="structarmnn_1_1_visitor_throwing_policy.xhtml">armnn::VisitorThrowingPolicy</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00013">LayerVisitorBase.hpp:13</a></div></div>
<div class="ttc" id="structarmnn_1_1_convolution2d_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_convolution2d_descriptor.xhtml">armnn::Convolution2dDescriptor</a></div><div class="ttdoc">A Convolution2dDescriptor for the Convolution2dLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00408">Descriptors.hpp:408</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_aa27cc900d32dcc4a92f59e3bab4f4653"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#aa27cc900d32dcc4a92f59e3bab4f4653">armnn::LayerVisitorBase::VisitDequantizeLayer</a></div><div class="ttdeci">void VisitDequantizeLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function that a Dequantize layer should call back to when its Accept(ILayerVisitor&amp;) function is invo...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00086">LayerVisitorBase.hpp:86</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a49c296c5d0f9efb76f165954cf40c281"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a49c296c5d0f9efb76f165954cf40c281">armnn::LayerVisitorBase::VisitResizeLayer</a></div><div class="ttdeci">void VisitResizeLayer(const IConnectableLayer *, const ResizeDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a resize layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00223">LayerVisitorBase.hpp:223</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a2d4f84683c4a00dfb5eecb6b165d41b9"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a2d4f84683c4a00dfb5eecb6b165d41b9">armnn::LayerVisitorBase::VisitConcatLayer</a></div><div class="ttdeci">void VisitConcatLayer(const IConnectableLayer *, const ConcatDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a concat layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00062">LayerVisitorBase.hpp:62</a></div></div>
<div class="ttc" id="classarmnn_1_1_unimplemented_exception_xhtml"><div class="ttname"><a href="classarmnn_1_1_unimplemented_exception.xhtml">armnn::UnimplementedException</a></div><div class="ttdef"><b>Definition:</b> <a href="_exceptions_8hpp_source.xhtml#l00098">Exceptions.hpp:98</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ad3aaff3b6165f8de16522bc4a1ed32a0"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ad3aaff3b6165f8de16522bc4a1ed32a0">armnn::LayerVisitorBase::VisitDepthToSpaceLayer</a></div><div class="ttdeci">void VisitDepthToSpaceLayer(const IConnectableLayer *, const DepthToSpaceDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a depth to space layer should call back to when its Accept(ILayerVisitor&amp;) function is invok...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00076">LayerVisitorBase.hpp:76</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_acb663f7919f9566c3dcc8b6478999d34"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#acb663f7919f9566c3dcc8b6478999d34">armnn::LayerVisitorBase::VisitAbsLayer</a></div><div class="ttdeci">void VisitAbsLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function an absolute layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00032">LayerVisitorBase.hpp:32</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a2fdb21a22a95af72177b4e909741b5c7"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a2fdb21a22a95af72177b4e909741b5c7">armnn::LayerVisitorBase::VisitQuantizedLstmLayer</a></div><div class="ttdeci">void VisitQuantizedLstmLayer(const IConnectableLayer *, const QuantizedLstmInputParams &amp;, const char *) override</div><div class="ttdoc">Function a QuantizedLstm layer should call back to when its Accept(ILayerVisitor&amp;) function is invoke...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00204">LayerVisitorBase.hpp:204</a></div></div>
<div class="ttc" id="structarmnn_1_1_logical_binary_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_logical_binary_descriptor.xhtml">armnn::LogicalBinaryDescriptor</a></div><div class="ttdoc">A LogicalBinaryDescriptor for the LogicalBinaryLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01284">Descriptors.hpp:1284</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a719076848950255b929636c97aaaede4"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a719076848950255b929636c97aaaede4">armnn::LayerVisitorBase::VisitArgMinMaxLayer</a></div><div class="ttdeci">void VisitArgMinMaxLayer(const IConnectableLayer *, const ArgMinMaxDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that an arg min max layer should call back to when its Accept(ILayerVisitor&amp;) function is in...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00042">LayerVisitorBase.hpp:42</a></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__software__tools_8dox_source.xhtml#l00006">01_00_software_tools.dox:6</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a9049cf6d72d4b67fff93670f21c09da3"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a9049cf6d72d4b67fff93670f21c09da3">armnn::LayerVisitorBase::VisitFullyConnectedLayer</a></div><div class="ttdeci">void VisitFullyConnectedLayer(const IConnectableLayer *, const FullyConnectedDescriptor &amp;, const ConstTensor &amp;, const Optional&lt; ConstTensor &gt; &amp;, const char *) override</div><div class="ttdoc">Function that a fully connected layer should call back to when its Accept(ILayerVisitor&amp;) function is...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00111">LayerVisitorBase.hpp:111</a></div></div>
<div class="ttc" id="structarmnn_1_1_quantized_lstm_input_params_xhtml"><div class="ttname"><a href="structarmnn_1_1_quantized_lstm_input_params.xhtml">armnn::QuantizedLstmInputParams</a></div><div class="ttdef"><b>Definition:</b> <a href="_quantized_lstm_params_8hpp_source.xhtml#l00013">QuantizedLstmParams.hpp:13</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_aff3099f516e132f4d8818a54fa1ee767"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#aff3099f516e132f4d8818a54fa1ee767">armnn::LayerVisitorBase::VisitConvolution2dLayer</a></div><div class="ttdeci">void VisitConvolution2dLayer(const IConnectableLayer *, const Convolution2dDescriptor &amp;, const ConstTensor &amp;, const Optional&lt; ConstTensor &gt; &amp;, const char *) override</div><div class="ttdoc">Function that a 2D convolution layer should call back to when its Accept(ILayerVisitor&amp;) function is ...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00070">LayerVisitorBase.hpp:70</a></div></div>
<div class="ttc" id="structarmnn_1_1_space_to_depth_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_space_to_depth_descriptor.xhtml">armnn::SpaceToDepthDescriptor</a></div><div class="ttdoc">A SpaceToDepthDescriptor for the SpaceToDepthLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00884">Descriptors.hpp:884</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a8a6db421f0be147916cb4894ad3885d1"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a8a6db421f0be147916cb4894ad3885d1">armnn::LayerVisitorBase::VisitQuantizeLayer</a></div><div class="ttdeci">void VisitQuantizeLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a quantize layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00196">LayerVisitorBase.hpp:196</a></div></div>
<div class="ttc" id="structarmnn_1_1_batch_to_space_nd_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_batch_to_space_nd_descriptor.xhtml">armnn::BatchToSpaceNdDescriptor</a></div><div class="ttdoc">A BatchToSpaceNdDescriptor for the BatchToSpaceNdLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00673">Descriptors.hpp:673</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a3249cd1186dc7e700a0ec0884fb9d5fa"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a3249cd1186dc7e700a0ec0884fb9d5fa">armnn::LayerVisitorBase::VisitEqualLayer</a></div><div class="ttdeci">void VisitEqualLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function an Equal layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00101">LayerVisitorBase.hpp:101</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_ab8cf8f9fb6792e654c2d8d8382f6f01b"><div class="ttname"><a href="namespacearmnn.xhtml#ab8cf8f9fb6792e654c2d8d8382f6f01b">armnn::LayerBindingId</a></div><div class="ttdeci">int LayerBindingId</div><div class="ttdoc">Type of identifiers for bindable layers (inputs, outputs). </div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.xhtml#l00210">Types.hpp:210</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a8a240e1b725cc204bb468b6b402e1670"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a8a240e1b725cc204bb468b6b402e1670">armnn::LayerVisitorBase::VisitPadLayer</a></div><div class="ttdeci">void VisitPadLayer(const IConnectableLayer *, const PadDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a pad layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00181">LayerVisitorBase.hpp:181</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ab0ae25ba5f3c494d1fb32f06cd57af10"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ab0ae25ba5f3c494d1fb32f06cd57af10">armnn::LayerVisitorBase::VisitBatchNormalizationLayer</a></div><div class="ttdeci">void VisitBatchNormalizationLayer(const IConnectableLayer *, const BatchNormalizationDescriptor &amp;, const ConstTensor &amp;, const ConstTensor &amp;, const ConstTensor &amp;, const ConstTensor &amp;, const char *) override</div><div class="ttdoc">Function that a batch normalization layer should call back to when its Accept(ILayerVisitor&amp;) functio...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00046">LayerVisitorBase.hpp:46</a></div></div>
<div class="ttc" id="structarmnn_1_1_resize_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_resize_descriptor.xhtml">armnn::ResizeDescriptor</a></div><div class="ttdoc">A ResizeDescriptor for the ResizeLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00794">Descriptors.hpp:794</a></div></div>
<div class="ttc" id="structarmnn_1_1_stack_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_stack_descriptor.xhtml">armnn::StackDescriptor</a></div><div class="ttdoc">A StackDescriptor for the StackLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01024">Descriptors.hpp:1024</a></div></div>
<div class="ttc" id="structarmnn_1_1_pad_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_pad_descriptor.xhtml">armnn::PadDescriptor</a></div><div class="ttdoc">A PadDescriptor for the PadLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00975">Descriptors.hpp:975</a></div></div>
<div class="ttc" id="structarmnn_1_1_visitor_no_throw_policy_xhtml_a2a867d4cfece2af1ea4942da4cf44e3f"><div class="ttname"><a href="structarmnn_1_1_visitor_no_throw_policy.xhtml#a2a867d4cfece2af1ea4942da4cf44e3f">armnn::VisitorNoThrowPolicy::Apply</a></div><div class="ttdeci">static void Apply(const std::string &amp;)</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00020">LayerVisitorBase.hpp:20</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a62aac266e23bd680633e62832f56bc11"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a62aac266e23bd680633e62832f56bc11">armnn::LayerVisitorBase::VisitBatchToSpaceNdLayer</a></div><div class="ttdeci">void VisitBatchToSpaceNdLayer(const IConnectableLayer *, const BatchToSpaceNdDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a batch to space ND layer should call back to when its Accept(ILayerVisitor&amp;) function ...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00054">LayerVisitorBase.hpp:54</a></div></div>
<div class="ttc" id="structarmnn_1_1_lstm_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_lstm_descriptor.xhtml">armnn::LstmDescriptor</a></div><div class="ttdoc">An LstmDescriptor for the LstmLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00911">Descriptors.hpp:911</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ae343d79924ac474939c3e38a8b80004e"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ae343d79924ac474939c3e38a8b80004e">armnn::LayerVisitorBase::VisitFillLayer</a></div><div class="ttdeci">void VisitFillLayer(const IConnectableLayer *, const FillDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a fill layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00104">LayerVisitorBase.hpp:104</a></div></div>
<div class="ttc" id="_i_layer_visitor_8hpp_xhtml"><div class="ttname"><a href="_i_layer_visitor_8hpp.xhtml">ILayerVisitor.hpp</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ab80f8f2c2202a4651c63757b307a21b7"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ab80f8f2c2202a4651c63757b307a21b7">armnn::LayerVisitorBase::VisitQLstmLayer</a></div><div class="ttdeci">void VisitQLstmLayer(const IConnectableLayer *, const QLstmDescriptor &amp;, const LstmInputParams &amp;, const char *) override</div><div class="ttdoc">Function a QLstm layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00199">LayerVisitorBase.hpp:199</a></div></div>
<div class="ttc" id="structarmnn_1_1_l2_normalization_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_l2_normalization_descriptor.xhtml">armnn::L2NormalizationDescriptor</a></div><div class="ttdoc">A L2NormalizationDescriptor for the L2NormalizationLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00607">Descriptors.hpp:607</a></div></div>
<div class="ttc" id="structarmnn_1_1_arg_min_max_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_arg_min_max_descriptor.xhtml">armnn::ArgMinMaxDescriptor</a></div><div class="ttdoc">An ArgMinMaxDescriptor for ArgMinMaxLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00056">Descriptors.hpp:56</a></div></div>
<div class="ttc" id="structarmnn_1_1_origins_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_origins_descriptor.xhtml">armnn::OriginsDescriptor</a></div><div class="ttdoc">An OriginsDescriptor for the ConcatLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00163">Descriptors.hpp:163</a></div></div>
<div class="ttc" id="structarmnn_1_1_reduce_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_reduce_descriptor.xhtml">armnn::ReduceDescriptor</a></div><div class="ttdoc">A ReduceDescriptor for the REDUCE operators. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01304">Descriptors.hpp:1304</a></div></div>
<div class="ttc" id="structarmnn_1_1_fully_connected_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_fully_connected_descriptor.xhtml">armnn::FullyConnectedDescriptor</a></div><div class="ttdoc">A FullyConnectedDescriptor for the FullyConnectedLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00389">Descriptors.hpp:389</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ac57d22126a9131108214df9177addade"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ac57d22126a9131108214df9177addade">armnn::LayerVisitorBase::VisitMultiplicationLayer</a></div><div class="ttdeci">void VisitMultiplicationLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function that a multiplication layer should call back to when its Accept(ILayerVisitor&amp;) function is ...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00170">LayerVisitorBase.hpp:170</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a2cb213b083367f4fe9bed2916206525f"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a2cb213b083367f4fe9bed2916206525f">armnn::LayerVisitorBase::VisitTransposeLayer</a></div><div class="ttdeci">void VisitTransposeLayer(const IConnectableLayer *, const TransposeDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a transpose layer should call back to when its Accept(ILayerVisitor&amp;) function is invok...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00274">LayerVisitorBase.hpp:274</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a90698dba3e90ced6f562cda146bf15e3"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a90698dba3e90ced6f562cda146bf15e3">armnn::LayerVisitorBase::VisitConstantLayer</a></div><div class="ttdeci">void VisitConstantLayer(const IConnectableLayer *, const ConstTensor &amp;, const char *) override</div><div class="ttdoc">Function a layer with no inputs and a single output, which always corresponds to the passed in consta...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00066">LayerVisitorBase.hpp:66</a></div></div>
<div class="ttc" id="classarmnn_1_1_const_tensor_xhtml"><div class="ttname"><a href="classarmnn_1_1_const_tensor.xhtml">armnn::ConstTensor</a></div><div class="ttdoc">A tensor defined by a TensorInfo (shape and data type) and an immutable backing store. </div><div class="ttdef"><b>Definition:</b> <a href="_tensor_8hpp_source.xhtml#l00314">Tensor.hpp:314</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a8b47d411d147aa420f7a69356d84fb80"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a8b47d411d147aa420f7a69356d84fb80">armnn::LayerVisitorBase::VisitStackLayer</a></div><div class="ttdeci">void VisitStackLayer(const IConnectableLayer *, const StackDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a stack layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00250">LayerVisitorBase.hpp:250</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_ac42c3a57a82260c8315d4f0320620934"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#ac42c3a57a82260c8315d4f0320620934">armnn::LayerVisitorBase::VisitSubtractionLayer</a></div><div class="ttdeci">void VisitSubtractionLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a subtraction layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00262">LayerVisitorBase.hpp:262</a></div></div>
<div class="ttc" id="structarmnn_1_1_lstm_input_params_xhtml"><div class="ttname"><a href="structarmnn_1_1_lstm_input_params.xhtml">armnn::LstmInputParams</a></div><div class="ttdef"><b>Definition:</b> <a href="_lstm_params_8hpp_source.xhtml#l00013">LstmParams.hpp:13</a></div></div>
<div class="ttc" id="structarmnn_1_1_gather_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_gather_descriptor.xhtml">armnn::GatherDescriptor</a></div><div class="ttdoc">A GatherDescriptor for the GatherLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00742">Descriptors.hpp:742</a></div></div>
<div class="ttc" id="structarmnn_1_1_stand_in_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_stand_in_descriptor.xhtml">armnn::StandInDescriptor</a></div><div class="ttdoc">A StandInDescriptor for the StandIn layer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01054">Descriptors.hpp:1054</a></div></div>
<div class="ttc" id="structarmnn_1_1_q_lstm_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_q_lstm_descriptor.xhtml">armnn::QLstmDescriptor</a></div><div class="ttdoc">A QLstmDescriptor for the QLstmLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01153">Descriptors.hpp:1153</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a8d4d2e5580385ee664830720698d112c"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4d2e5580385ee664830720698d112c">armnn::LayerVisitorBase::VisitLogSoftmaxLayer</a></div><div class="ttdeci">void VisitLogSoftmaxLayer(const IConnectableLayer *, const LogSoftmaxDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a log softmax layer should call back to when its Accept(ILayerVisitor&amp;) function is inv...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00140">LayerVisitorBase.hpp:140</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_aaf1a238ec5b6bb172bc4cd3811f08b28"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#aaf1a238ec5b6bb172bc4cd3811f08b28">armnn::LayerVisitorBase::VisitLstmLayer</a></div><div class="ttdeci">void VisitLstmLayer(const IConnectableLayer *, const LstmDescriptor &amp;, const LstmInputParams &amp;, const char *) override</div><div class="ttdoc">Function an Lstm layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00148">LayerVisitorBase.hpp:148</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a6a62605ac51992ce0913cc119b59546b"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a6a62605ac51992ce0913cc119b59546b">armnn::LayerVisitorBase::VisitRsqrtLayer</a></div><div class="ttdeci">void VisitRsqrtLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a Reciprocal of square root layer should call back to when its Accept(ILayerVisitor&amp;) functi...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00227">LayerVisitorBase.hpp:227</a></div></div>
<div class="ttc" id="structarmnn_1_1_activation_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_activation_descriptor.xhtml">armnn::ActivationDescriptor</a></div><div class="ttdoc">An ActivationDescriptor for the ActivationLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00025">Descriptors.hpp:25</a></div></div>
<div class="ttc" id="structarmnn_1_1_slice_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_slice_descriptor.xhtml">armnn::SliceDescriptor</a></div><div class="ttdoc">A SliceDescriptor for the SliceLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01001">Descriptors.hpp:1001</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml">armnn::LayerVisitorBase</a></div><div class="ttdoc">Visitor base class with empty implementations. </div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00025">LayerVisitorBase.hpp:25</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a7450859464a381eafaedb33adc582f75"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a7450859464a381eafaedb33adc582f75">armnn::LayerVisitorBase::VisitDivisionLayer</a></div><div class="ttdeci">void VisitDivisionLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a division layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00094">LayerVisitorBase.hpp:94</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a1c023b3170bed9368b65730bc7fff60b"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a1c023b3170bed9368b65730bc7fff60b">armnn::LayerVisitorBase::VisitSliceLayer</a></div><div class="ttdeci">void VisitSliceLayer(const IConnectableLayer *, const SliceDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a slice layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00230">LayerVisitorBase.hpp:230</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a3c15053a7e295099a1a34c4add5a03b8"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a3c15053a7e295099a1a34c4add5a03b8">armnn::LayerVisitorBase::VisitStandInLayer</a></div><div class="ttdeci">void VisitStandInLayer(const IConnectableLayer *, const StandInDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a StandInLayer should call back to when its Accept(ILaterVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00254">LayerVisitorBase.hpp:254</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a88bad2eef809ccf6f2129f9ed4a6f3a7"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a88bad2eef809ccf6f2129f9ed4a6f3a7">armnn::LayerVisitorBase::VisitDetectionPostProcessLayer</a></div><div class="ttdeci">void VisitDetectionPostProcessLayer(const IConnectableLayer *, const DetectionPostProcessDescriptor &amp;, const ConstTensor &amp;, const char *) override</div><div class="ttdoc">Function that a Detection PostProcess layer should call back to when its Accept(ILayerVisitor&amp;) funct...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00089">LayerVisitorBase.hpp:89</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a778e1b2219e3eb2d790d6e6e653a9f25"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a778e1b2219e3eb2d790d6e6e653a9f25">armnn::LayerVisitorBase::VisitMaximumLayer</a></div><div class="ttdeci">void VisitMaximumLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a Maximum layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00153">LayerVisitorBase.hpp:153</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a0c9f3396207de48925016a2eee6aa12b"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a0c9f3396207de48925016a2eee6aa12b">armnn::LayerVisitorBase::VisitAdditionLayer</a></div><div class="ttdeci">void VisitAdditionLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function that an addition layer should call back to when its Accept(ILayerVisitor&amp;) function is invok...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00039">LayerVisitorBase.hpp:39</a></div></div>
<div class="ttc" id="structarmnn_1_1_space_to_batch_nd_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_space_to_batch_nd_descriptor.xhtml">armnn::SpaceToBatchNdDescriptor</a></div><div class="ttdoc">A SpaceToBatchNdDescriptor for the SpaceToBatchNdLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00852">Descriptors.hpp:852</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_acef69a3870409ca9a6130db91047e729"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#acef69a3870409ca9a6130db91047e729">armnn::LayerVisitorBase::VisitMergerLayer</a></div><div class="ttdeci">void VisitMergerLayer(const IConnectableLayer *, const MergerDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a merger layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00163">LayerVisitorBase.hpp:163</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a9478c4f41840a2e2c12b7f336e725a8a"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a9478c4f41840a2e2c12b7f336e725a8a">armnn::LayerVisitorBase::VisitSpaceToBatchNdLayer</a></div><div class="ttdeci">void VisitSpaceToBatchNdLayer(const IConnectableLayer *, const SpaceToBatchNdDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a space to batch layer should call back to when its Accept(ILayerVisitor&amp;) function is invok...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00238">LayerVisitorBase.hpp:238</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a1e24e9a7bf52efc1699c126435574e95"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a1e24e9a7bf52efc1699c126435574e95">armnn::LayerVisitorBase::VisitMinimumLayer</a></div><div class="ttdeci">void VisitMinimumLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a Minimum layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00167">LayerVisitorBase.hpp:167</a></div></div>
<div class="ttc" id="structarmnn_1_1_elementwise_unary_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_elementwise_unary_descriptor.xhtml">armnn::ElementwiseUnaryDescriptor</a></div><div class="ttdoc">A ElementwiseUnaryDescriptor for the ElementwiseUnaryLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00098">Descriptors.hpp:98</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a0180a15e542f4ef240fadc09fe4b2e3f"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a0180a15e542f4ef240fadc09fe4b2e3f">armnn::LayerVisitorBase::VisitMeanLayer</a></div><div class="ttdeci">void VisitMeanLayer(const IConnectableLayer *, const MeanDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a Mean layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00156">LayerVisitorBase.hpp:156</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a877d400155151a5afba9f0b17fbcf8f3"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a877d400155151a5afba9f0b17fbcf8f3">armnn::LayerVisitorBase::VisitSwitchLayer</a></div><div class="ttdeci">void VisitSwitchLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a switch layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00265">LayerVisitorBase.hpp:265</a></div></div>
<div class="ttc" id="structarmnn_1_1_visitor_no_throw_policy_xhtml"><div class="ttname"><a href="structarmnn_1_1_visitor_no_throw_policy.xhtml">armnn::VisitorNoThrowPolicy</a></div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00018">LayerVisitorBase.hpp:18</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_aec6644c81f84f086262dfd06088acd99"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#aec6644c81f84f086262dfd06088acd99">armnn::LayerVisitorBase::LayerVisitorBase</a></div><div class="ttdeci">LayerVisitorBase()</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00028">LayerVisitorBase.hpp:28</a></div></div>
<div class="ttc" id="structarmnn_1_1_mean_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_mean_descriptor.xhtml">armnn::MeanDescriptor</a></div><div class="ttdoc">A MeanDescriptor for the MeanLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00951">Descriptors.hpp:951</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_acc39ddb06acfd91cf3cfb0fcd9337005"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#acc39ddb06acfd91cf3cfb0fcd9337005">armnn::LayerVisitorBase::VisitOutputLayer</a></div><div class="ttdeci">void VisitOutputLayer(const IConnectableLayer *, LayerBindingId, const char *) override</div><div class="ttdoc">Function an output layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00177">LayerVisitorBase.hpp:177</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a8d4c5571a4b3db2badf7f1dce3467391"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4c5571a4b3db2badf7f1dce3467391">armnn::LayerVisitorBase::VisitResizeBilinearLayer</a></div><div class="ttdeci">void VisitResizeBilinearLayer(const IConnectableLayer *, const ResizeBilinearDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a resize bilinear layer should call back to when its Accept(ILayerVisitor&amp;) function is...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00219">LayerVisitorBase.hpp:219</a></div></div>
<div class="ttc" id="classarmnn_1_1_i_layer_visitor_xhtml"><div class="ttname"><a href="classarmnn_1_1_i_layer_visitor.xhtml">armnn::ILayerVisitor</a></div><div class="ttdef"><b>Definition:</b> <a href="_i_layer_visitor_8hpp_source.xhtml#l00016">ILayerVisitor.hpp:16</a></div></div>
<div class="ttc" id="structarmnn_1_1_transpose_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_transpose_descriptor.xhtml">armnn::TransposeDescriptor</a></div><div class="ttdoc">A TransposeDescriptor for the TransposeLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01263">Descriptors.hpp:1263</a></div></div>
<div class="ttc" id="structarmnn_1_1_strided_slice_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_strided_slice_descriptor.xhtml">armnn::StridedSliceDescriptor</a></div><div class="ttdoc">A StridedSliceDescriptor for the StridedSliceLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l01076">Descriptors.hpp:1076</a></div></div>
<div class="ttc" id="_deprecated_8hpp_xhtml_a76fb13a018f8e01087a7ae0eb23509e1"><div class="ttname"><a href="_deprecated_8hpp.xhtml#a76fb13a018f8e01087a7ae0eb23509e1">ARMNN_DEPRECATED_MSG</a></div><div class="ttdeci">#define ARMNN_DEPRECATED_MSG(message)</div><div class="ttdef"><b>Definition:</b> <a href="_deprecated_8hpp_source.xhtml#l00043">Deprecated.hpp:43</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a3150ff2299a2e193952300b8c9edd1e1"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a3150ff2299a2e193952300b8c9edd1e1">armnn::LayerVisitorBase::VisitNormalizationLayer</a></div><div class="ttdeci">void VisitNormalizationLayer(const IConnectableLayer *, const NormalizationDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a normalization layer should call back to when its Accept(ILayerVisitor&amp;) function is i...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00173">LayerVisitorBase.hpp:173</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a060c3a3f978fec03212afaff1fe1648d"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a060c3a3f978fec03212afaff1fe1648d">armnn::LayerVisitorBase::VisitFloorLayer</a></div><div class="ttdeci">void VisitFloorLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a floor layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00108">LayerVisitorBase.hpp:108</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_abd8b0b2e365bbeabceddc35a1cb52916"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#abd8b0b2e365bbeabceddc35a1cb52916">armnn::LayerVisitorBase::VisitSoftmaxLayer</a></div><div class="ttdeci">void VisitSoftmaxLayer(const IConnectableLayer *, const SoftmaxDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a softmax layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00234">LayerVisitorBase.hpp:234</a></div></div>
<div class="ttc" id="structarmnn_1_1_pooling2d_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_pooling2d_descriptor.xhtml">armnn::Pooling2dDescriptor</a></div><div class="ttdoc">A Pooling2dDescriptor for the Pooling2dLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00329">Descriptors.hpp:329</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_aea011723381847939ee1773d7c6fac25"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#aea011723381847939ee1773d7c6fac25">armnn::LayerVisitorBase::VisitGatherLayer</a></div><div class="ttdeci">void VisitGatherLayer(const IConnectableLayer *, const GatherDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a Gather layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00121">LayerVisitorBase.hpp:121</a></div></div>
<div class="ttc" id="structarmnn_1_1_normalization_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_normalization_descriptor.xhtml">armnn::NormalizationDescriptor</a></div><div class="ttdoc">A NormalizationDescriptor for the NormalizationLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00567">Descriptors.hpp:567</a></div></div>
<div class="ttc" id="structarmnn_1_1_detection_post_process_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_detection_post_process_descriptor.xhtml">armnn::DetectionPostProcessDescriptor</a></div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00511">Descriptors.hpp:511</a></div></div>
<div class="ttc" id="structarmnn_1_1_instance_normalization_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_instance_normalization_descriptor.xhtml">armnn::InstanceNormalizationDescriptor</a></div><div class="ttdoc">An InstanceNormalizationDescriptor for InstanceNormalizationLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00645">Descriptors.hpp:645</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a2a28dbfcd1e83bc8158d78feb93d4a0c"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a2a28dbfcd1e83bc8158d78feb93d4a0c">armnn::LayerVisitorBase::VisitGreaterLayer</a></div><div class="ttdeci">void VisitGreaterLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a Greater layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00125">LayerVisitorBase.hpp:125</a></div></div>
<div class="ttc" id="structarmnn_1_1_resize_bilinear_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_resize_bilinear_descriptor.xhtml">armnn::ResizeBilinearDescriptor</a></div><div class="ttdoc">A ResizeBilinearDescriptor for the ResizeBilinearLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00762">Descriptors.hpp:762</a></div></div>
<div class="ttc" id="structarmnn_1_1_softmax_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_softmax_descriptor.xhtml">armnn::SoftmaxDescriptor</a></div><div class="ttdoc">A SoftmaxDescriptor for the SoftmaxLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00139">Descriptors.hpp:139</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a95dc828296e6d05c0bf0b691d4dc6a3f"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a95dc828296e6d05c0bf0b691d4dc6a3f">armnn::LayerVisitorBase::VisitComparisonLayer</a></div><div class="ttdeci">void VisitComparisonLayer(const IConnectableLayer *, const ComparisonDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a Comparison layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00058">LayerVisitorBase.hpp:58</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a0e6452322927acf6fe4e38ca9cc6d117"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a0e6452322927acf6fe4e38ca9cc6d117">armnn::LayerVisitorBase::VisitRankLayer</a></div><div class="ttdeci">void VisitRankLayer(const IConnectableLayer *, const char *) override</div><div class="ttdoc">Function a rank layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00208">LayerVisitorBase.hpp:208</a></div></div>
<div class="ttc" id="structarmnn_1_1_depthwise_convolution2d_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_depthwise_convolution2d_descriptor.xhtml">armnn::DepthwiseConvolution2dDescriptor</a></div><div class="ttdoc">A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00460">Descriptors.hpp:460</a></div></div>
<div class="ttc" id="structarmnn_1_1_fill_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_fill_descriptor.xhtml">armnn::FillDescriptor</a></div><div class="ttdoc">A FillDescriptor for the FillLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00723">Descriptors.hpp:723</a></div></div>
<div class="ttc" id="structarmnn_1_1_batch_normalization_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_batch_normalization_descriptor.xhtml">armnn::BatchNormalizationDescriptor</a></div><div class="ttdoc">A BatchNormalizationDescriptor for the BatchNormalizationLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00626">Descriptors.hpp:626</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a9d02f4bfaffcb16e340e9b8c20bc5e35"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a9d02f4bfaffcb16e340e9b8c20bc5e35">armnn::LayerVisitorBase::VisitElementwiseUnaryLayer</a></div><div class="ttdeci">void VisitElementwiseUnaryLayer(const IConnectableLayer *, const ElementwiseUnaryDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a ElementwiseUnary layer should call back to when its Accept(ILayerVisitor&amp;) function is inv...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00097">LayerVisitorBase.hpp:97</a></div></div>
<div class="ttc" id="structarmnn_1_1_permute_descriptor_xhtml"><div class="ttname"><a href="structarmnn_1_1_permute_descriptor.xhtml">armnn::PermuteDescriptor</a></div><div class="ttdoc">A PermuteDescriptor for the PermuteLayer. </div><div class="ttdef"><b>Definition:</b> <a href="_descriptors_8hpp_source.xhtml#l00118">Descriptors.hpp:118</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a30b99e5202fc77b02f92d5c44e5ca86d"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a30b99e5202fc77b02f92d5c44e5ca86d">armnn::LayerVisitorBase::VisitActivationLayer</a></div><div class="ttdeci">void VisitActivationLayer(const IConnectableLayer *, const ActivationDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that an activation layer should call back to when its Accept(ILayerVisitor&amp;) function is inv...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00035">LayerVisitorBase.hpp:35</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a9ebd504c48864d63917836e0dc335725"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a9ebd504c48864d63917836e0dc335725">armnn::LayerVisitorBase::VisitReshapeLayer</a></div><div class="ttdeci">void VisitReshapeLayer(const IConnectableLayer *, const ReshapeDescriptor &amp;, const char *) override</div><div class="ttdoc">Function a reshape layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00215">LayerVisitorBase.hpp:215</a></div></div>
<div class="ttc" id="classarmnn_1_1_layer_visitor_base_xhtml_a4aafbeec347992842c3e18eaf735cbfc"><div class="ttname"><a href="classarmnn_1_1_layer_visitor_base.xhtml#a4aafbeec347992842c3e18eaf735cbfc">armnn::LayerVisitorBase::VisitReduceLayer</a></div><div class="ttdeci">void VisitReduceLayer(const IConnectableLayer *, const ReduceDescriptor &amp;, const char *) override</div><div class="ttdoc">Function that a reduce layer should call back to when its Accept(ILayerVisitor&amp;) function is invoked...</div><div class="ttdef"><b>Definition:</b> <a href="_layer_visitor_base_8hpp_source.xhtml#l00211">LayerVisitorBase.hpp:211</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- 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="_layer_visitor_base_8hpp.xhtml">LayerVisitorBase.hpp</a></li>
    <li class="footer">Generated on Thu Feb 25 2021 17:27:28 for ArmNN by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>