aboutsummaryrefslogtreecommitdiff
path: root/20.02/_cl_layer_tests_8cpp_source.xhtml
blob: 14f142fbaee366e3d18ee0456ecf20db0232e4e9 (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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!-- 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: src/backends/cl/test/ClLayerTests.cpp 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">20.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('_cl_layer_tests_8cpp_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">ClLayerTests.cpp</div>  </div>
</div><!--header-->
<div class="contents">
<a href="_cl_layer_tests_8cpp.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. 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">#include &quot;<a class="code" href="_cl_context_control_fixture_8hpp.xhtml">ClContextControlFixture.hpp</a>&quot;</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_cl_workload_factory_helper_8hpp.xhtml">ClWorkloadFactoryHelper.hpp</a>&quot;</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_tensor_helpers_8hpp.xhtml">test/TensorHelpers.hpp</a>&quot;</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_unit_tests_8hpp.xhtml">test/UnitTests.hpp</a>&quot;</span></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;<span class="preprocessor">#include &lt;<a class="code" href="_cl_layer_support_8hpp.xhtml">cl/ClLayerSupport.hpp</a>&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_cl_workload_factory_8hpp.xhtml">cl/ClWorkloadFactory.hpp</a>&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_cl_workload_utils_8hpp.xhtml">cl/workloads/ClWorkloadUtils.hpp</a>&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_activation_fixture_8hpp.xhtml">backendsCommon/test/ActivationFixture.hpp</a>&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="_layer_tests_8hpp.xhtml">backendsCommon/test/LayerTests.hpp</a>&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="preprocessor">#include &lt;arm_compute/core/CL/CLKernelLibrary.h&gt;</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#include &lt;arm_compute/runtime/CL/CLScheduler.h&gt;</span></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="preprocessor">#include &lt;boost/test/unit_test.hpp&gt;</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></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;BOOST_FIXTURE_TEST_SUITE(Compute_ArmComputeCl, <a class="code" href="struct_cl_context_control_fixture_base.xhtml">ClContextControlFixture</a>)</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">using namespace </span><a class="code" href="namespacearmnn.xhtml">armnn</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"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a255d08081b372809a176b588529296aa">   31</a></span>&#160;<span class="keyword">using</span> <a class="code" href="classarmnn_1_1_cl_workload_factory.xhtml">FactoryType</a> = <a class="code" href="classarmnn_1_1_cl_workload_factory.xhtml">ClWorkloadFactory</a>;</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment">// ============================================================================</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment">// UNIT tests</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">// Activation</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ConstantLinearActivation, <a class="code" href="_activation_test_impl_8cpp.xhtml#a52af2639a8f96fbbc86343ea8914033a">ConstantLinearActivationTest</a>)</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="comment">// Sigmoid Activation / Logistic</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSigmoid, <a class="code" href="_activation_test_impl_8cpp.xhtml#aa87c451f7a773fd4ec9cdf11c20d7a58">SimpleSigmoidTest</a>)</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSigmoidUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a0889979f9ffb67b036c3928c6e94af50">SimpleSigmoidUint8Test</a>)</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="comment">// BoundedReLU Activation</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ReLu1, <a class="code" href="_activation_test_impl_8cpp.xhtml#a418191b7e7caba8173206c0870bc3684">BoundedReLuUpperAndLowerBoundTest</a>)</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ReLu6, <a class="code" href="_activation_test_impl_8cpp.xhtml#a359c1f734f9da1d6459e9d878e5612ba">BoundedReLuUpperBoundOnlyTest</a>)</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ReLu1Uint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a0e868e8fa03ce4c4674b007eae5dc1a2">BoundedReLuUint8UpperAndLowerBoundTest</a>)</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ReLu6Uint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a7aa10bded0d26089e0bc4333ada10064">BoundedReLuUint8UpperBoundOnlyTest</a>)</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="comment">// ReLU Activation</span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a58872a37a87790e3a3f91ee254ce304a">ReLuTest</a>)</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ReLuUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#aa986502e638eba65543c1cbb01467d26">ReLuUint8Test</a>)</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="comment">// SoftReLU Activation</span></div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SoftReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a8bfdab68fed1467b8720cceb47881236">SoftReLuTest</a>)</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="comment">// LeakyReLU Activation</span></div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(LeakyReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a0120909fa6b3032270399355f14654de">LeakyReLuTest</a>)</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="comment">// Abs Activation</span></div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Abs, <a class="code" href="_activation_test_impl_8cpp.xhtml#a31872d5729b4d7734c1eb0d189a0eece">AbsTest</a>)</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">   62</span>&#160;<span class="comment">// Sqrt Activation</span></div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Sqrt, <a class="code" href="_activation_test_impl_8cpp.xhtml#ad3928f2c56ed15642ff6306cc6823ebd">SqrtTest</a>)</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SqrtNN, <a class="code" href="_activation_test_impl_8cpp.xhtml#a86f53855f5ab422f4e035b1aa11676f8">SqrtNNTest</a>)</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">   66</span>&#160;<span class="comment">// Square Activation</span></div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Square, <a class="code" href="_activation_test_impl_8cpp.xhtml#a6584d436388485a5bd9252430a0af5b6">SquareTest</a>)</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="comment">// Tanh Activation</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Tanh, <a class="code" href="_activation_test_impl_8cpp.xhtml#a923aa3e41cd11f5eeb7cc973fd8d3c76">TanhTest</a>)</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="comment">// Elu Activation</span></div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Elu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a96ba4985a8fff8c04e6585e866256868">EluTest</a>)</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="comment">// Batch To Space</span></div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat321, BatchToSpaceNdNhwcTest1&lt;DataType::Float32&gt;)</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat322, BatchToSpaceNdNhwcTest2&lt;DataType::Float32&gt;)</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcFloat323, BatchToSpaceNdNhwcTest3&lt;DataType::Float32&gt;)</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">   80</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat321, BatchToSpaceNdNchwTest1&lt;DataType::Float32&gt;)</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat322, BatchToSpaceNdNchwTest2&lt;DataType::Float32&gt;)</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwFloat323, BatchToSpaceNdNchwTest3&lt;DataType::Float32&gt;)</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint1, BatchToSpaceNdNhwcTest1&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint2, BatchToSpaceNdNhwcTest2&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNhwcUint3, BatchToSpaceNdNhwcTest3&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint1, BatchToSpaceNdNchwTest1&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint2, BatchToSpaceNdNchwTest2&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchToSpaceNdNchwUint3, BatchToSpaceNdNchwTest3&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="comment">// Fully Connected</span></div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleFullyConnected, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a9aa238fbd4c6a6d1259b31d2a51c93b8">FullyConnectedFloat32Test</a>, <span class="keyword">false</span>, <span class="keyword">false</span>)</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleFullyConnectedWithBias, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a9aa238fbd4c6a6d1259b31d2a51c93b8">FullyConnectedFloat32Test</a>, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a>, <a class="code" href="_cl_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a>)</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleFullyConnectedWithTranspose, FullyConnectedFloat32Test, <a class="code" href="_cl_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a>, true)</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedUint8, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, false)</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedBiasedUint8, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, true)</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedLarge, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a0fb6957126b671361ccdd80f3549faa9">FullyConnectedLargeTest</a>, false)</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(FullyConnectedLargeTransposed, FullyConnectedLargeTest, true)</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="comment">// Convolution</span></div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution1d, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ac7fac5767dabd650d3d8829572717064">Convolution1dTest</a>, true)</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#afb5e7d86e241292d9cb899b960da54af">SimpleConvolution2d3x5Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dNhwc, SimpleConvolution2d3x5Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3Uint8, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ad45f359d9d4bee360bee857faa79d292">SimpleConvolution2d3x3Uint8Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2d3x3Uint8Nhwc, SimpleConvolution2d3x3Uint8Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2d, SimpleConvolution2d3x5Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dNhwc, SimpleConvolution2d3x5Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dStride2x2Nhwc,</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;                     <a class="code" href="_ref_layer_tests_8cpp.xhtml#aa83b35e7fe79aa2a729b95061364b1e3">SimpleConvolution2d3x3Stride2x2Test</a>, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dSquare, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acbe1a2adccd9e0aad14fc0ccb9266b0d">SimpleConvolution2d3x3Test</a>, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dAsymmetricPadding, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">Convolution2dAsymmetricPaddingTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</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="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedConvolution2dSquareNhwc, SimpleConvolution2d3x3Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dAsymmetricPaddingNhwc,</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">  119</a></span>&#160;                     Convolution2dAsymmetricPaddingTest,</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvolution2dSquareNhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ac7bae01fdca8edac70cc9bc722426b17">SimpleConvolution2d3x3NhwcTest</a>, false)</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3,</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;                     false,</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">  129</a></span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;                     false,</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3Uint8,</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;                     false,</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;                     false,</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3,</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;                     false,</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;                     false,</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3Uint8,</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;                     false,</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;                     false,</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3,</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;                     false,</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3Nhwc,</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;                     false,</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3Uint8,</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;                     false,</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3NhwcUint8,</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;                     false,</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</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">  173</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2dPerAxisQuantTestNchw, <a class="code" href="_ref_layer_tests_8cpp.xhtml#adebc1b0c8f1a761ca7a7721f6195dead">Convolution2dPerAxisQuantTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Convolution2dPerAxisQuantTestNhwc, Convolution2dPerAxisQuantTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;<span class="comment">// Depthwise Convolution</span></div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1,</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a5f6be4f5ad0e3a7001bebc48e26701b8">DepthwiseConvolution2dDepthMul1Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1,</div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a5f6be4f5ad0e3a7001bebc48e26701b8">  180</a></span>&#160;                     DepthwiseConvolution2dDepthMul1Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1Uint8,</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a0788c5d63fda0ab5b69e03cfc6ba1268">DepthwiseConvolution2dDepthMul1Uint8Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1Uint8,</div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a0788c5d63fda0ab5b69e03cfc6ba1268">  184</a></span>&#160;                     DepthwiseConvolution2dDepthMul1Uint8Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;<span class="comment">// NHWC Depthwise Convolution</span></div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1Nhwc,</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;                     DepthwiseConvolution2dDepthMul1Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1Nhwc,</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;                     DepthwiseConvolution2dDepthMul1Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul1Uint8Nhwc,</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;                     DepthwiseConvolution2dDepthMul1Uint8Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dDepthMul1Uint8Nhwc,</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;                     DepthwiseConvolution2dDepthMul1Uint8Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleDepthwiseConvolution2d3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a77a29527216d36bce78e88354462ede8">SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest</a>)</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;</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">  199</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthNhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0cccb5cffee89004bc8d9fb309ed6636">DepthwiseConvolution2dDepthNhwcTest</a>, false)</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dAsymmetric,</div><div class="line"><a name="l00202"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">  202</a></span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a08f0f600ccb1177214c69cd21a04e8a4">DepthwiseConvolution2dAsymmetricTest</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dAsymmetric,</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a08f0f600ccb1177214c69cd21a04e8a4">DepthwiseConvolution2dAsymmetricTest</a>, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dAsymmetricNhwc,</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;                     DepthwiseConvolution2dAsymmetricTest, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedDepthwiseConvolution2dAsymmetricNhwc,</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;                     DepthwiseConvolution2dAsymmetricTest, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;</div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">  210</a></span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dDepthMul64, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">DepthwiseConvolution2dDepthMul64Test</a>);</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dPerAxisQuantTestNchw, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a8a51827c480f827c1e29f9347d7433c3">DepthwiseConvolution2dPerAxisQuantTest</a>,</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthwiseConvolution2dPerAxisQuantTestNhwc, DepthwiseConvolution2dPerAxisQuantTest,</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;<span class="comment">// Splitter</span></div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSplitterFloat32, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a23e8abfd741a311fb1b4cbcaaac78954">SplitterFloat32Test</a>)</div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSplitterUint8, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a1eac36c98897fbaa8d475f3a915758bb">SplitterUint8Test</a>)</div><div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;</div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(CopyViaSplitterFloat32, <a class="code" href="_splitter_test_impl_8cpp.xhtml#ac95add95bf20160322f853e3bf4eff81">CopyViaSplitterFloat32Test</a>)</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(CopyViaSplitterUint8, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a32caee0c12392e001c04d36b1f0774cf">CopyViaSplitterUint8Test</a>)</div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;<span class="comment">// Concat</span></div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConcat, <a class="code" href="_concat_test_impl_8cpp.xhtml#a4d293b286db068580f9d72048d4d7bfc">ConcatTest</a>)</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ConcatUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#ab0aa694e3cd5555731f28b2c61a01f7e">ConcatUint8Test</a>)</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ConcatUint8DifferentInputOutputQParam,</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;                     <a class="code" href="_concat_test_impl_8cpp.xhtml#a9d679b4a18c9cadc563bd77a726a3726">ConcatDifferentInputOutputQParamTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, false)</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">  230</span>&#160;<span class="comment">// Normalization</span></div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleNormalizationAcross, <a class="code" href="_normalization_test_impl_8cpp.xhtml#acbe7daf56bd75945713848779af20fcb">SimpleNormalizationAcrossTest</a>)</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleNormalizationWithin, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a36dffbd3811b8524b9e288ce693198d4">SimpleNormalizationWithinTest</a>)</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleNormalizationAcrossNhwc, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a68edd9ff85ae512a89892ce7ef8dafaa">SimpleNormalizationAcrossNhwcTest</a>)</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;<span class="comment">// Pooling</span></div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize3x3Stride2x4, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2f7ec646738a0e279cfbb77afb3e41bd">SimpleMaxPooling2dSize3x3Stride2x4Test</a>, true)</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dSize3x3Stride2x4Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aacd91233b18641d11b190969bcd93057">SimpleMaxPooling2dSize3x3Stride2x4Uint8Test</a>, true)</div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleMaxPooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2008735411bf96a7febef693c41a4ff5">IgnorePaddingSimpleMaxPooling2dTest</a>)</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleMaxPooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a3789eb1689edeed1aae83c773e75607c">IgnorePaddingSimpleMaxPooling2dUint8Test</a>)</div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingMaxPooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a08f2f1d9a1f69a5799294a881dbb24b4">IgnorePaddingMaxPooling2dSize3Test</a>)</div><div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingMaxPooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a7f7147713ac3346b30c1071bf14fb374">IgnorePaddingMaxPooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a5103df4c034f9679776cd55e81cd93a4">IgnorePaddingSimpleAveragePooling2dTest</a>)</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#afdc8b9898475e00425b125447eb0bf3e">IgnorePaddingSimpleAveragePooling2dUint8Test</a>)</div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dNoPadding, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a19f29e6ac7af2f7ee8316048c6638aff">IgnorePaddingSimpleAveragePooling2dNoPaddingTest</a>)</div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleAveragePooling2dNoPaddingUint8,</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;                     <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#abdb3d542a8c5a5e6a42cb91e3ebce21f">IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test</a>)</div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a01264032fbe8272556bf1142b7cd74b1">IgnorePaddingAveragePooling2dSize3Test</a>)</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ad5690176a9dd35986a5e895f1378efc0">IgnorePaddingAveragePooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;</div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingSimpleL2Pooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aa89af1e396c0f689aa6078f6a3f45825">IgnorePaddingSimpleL2Pooling2dTest</a>)</div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_IgnorePaddingSimpleL2Pooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aab64d2d563a7dbca5e5f47d95774ac52">IgnorePaddingSimpleL2Pooling2dUint8Test</a>)</div><div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingL2Pooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ac5c1d6307ea085e55299611717f17756">IgnorePaddingL2Pooling2dSize3Test</a>)</div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_IgnorePaddingL2Pooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a671584b349d7c94cd7c108c8507ba149">IgnorePaddingL2Pooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2783cdc0a074cbdfbf2f91e116c92c97">SimpleMaxPooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dNhwc, SimpleMaxPooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a807ea3c4451f81f5b91b7db53eb0a138">SimpleMaxPooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleMaxPooling2dUint8Nhwc, SimpleMaxPooling2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</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">  262</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a12f407a57b0a6ae541ad67275e398788">SimpleAveragePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dNhwc, SimpleAveragePooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a1b114f8624e335814f7a17856669ada2">SimpleAveragePooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleAveragePooling2dUint8Nhwc, SimpleAveragePooling2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;</div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3x2Stride2x2,</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a7e003a3867742312c53ef0542dc6fa61">IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</a>,</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;                     false)</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(IgnorePaddingAveragePooling2dSize3x2Stride2x2NoPadding,</div><div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a7e003a3867742312c53ef0542dc6fa61">  271</a></span>&#160;                     IgnorePaddingAveragePooling2dSize3x2Stride2x2Test,</div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;                     true)</div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(LargeTensorsAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a3929c1959366adb6236ad41acee93b19">LargeTensorsAveragePooling2dTest</a>)</div><div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(LargeTensorsAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a6b0562007adce4063f111fa1e90e4344">LargeTensorsAveragePooling2dUint8Test</a>)</div><div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;</div><div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a26dc25f8fe0401dd5b9c1c733ed14f3d">SimpleL2Pooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleL2Pooling2dNhwc, SimpleL2Pooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_SimpleL2Pooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aafecf98426773306be1715559ea4019e">SimpleL2Pooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</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;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize3Stride1, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a8d68b7bc57ed5234008b9cc8f67f13ae">L2Pooling2dSize3Stride1Test</a>)</div><div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_L2Pooling2dSize3Stride1Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#adfc1ba9f35e1c8657ba32d3d6d56a76e">L2Pooling2dSize3Stride1Uint8Test</a>)</div><div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize3Stride3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ae82ddbd442401119c0d873cc08384ba4">L2Pooling2dSize3Stride3Test</a>)</div><div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_L2Pooling2dSize3Stride3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a8c53d690773392aeeaa0eeae95fd16e2">L2Pooling2dSize3Stride3Uint8Test</a>)</div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize3Stride4, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aa9dce9d99b3c10eedf8abfd853478e0a">L2Pooling2dSize3Stride4Test</a>)</div><div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_L2Pooling2dSize3Stride4Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#af936b77fe82b71e5cbd58cad48b1bfc2">L2Pooling2dSize3Stride4Uint8Test</a>)</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize7, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ae4591d1175ba7115661b8eb80745cb64">L2Pooling2dSize7Test</a>)</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_L2Pooling2dSize7Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a7a85e2ce7c2117c9e2ab829be378deb0">L2Pooling2dSize7Uint8Test</a>)</div><div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Pooling2dSize9, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ae6eec78e8c9af37214d683eb97085ffb">L2Pooling2dSize9Test</a>)</div><div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UNSUPPORTED_L2Pooling2dSize9Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a416503aafd0e95894ff1d40bf4b9750e">L2Pooling2dSize9Uint8Test</a>)</div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;</div><div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;<span class="comment">// Add</span></div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleAdd, <a class="code" href="_addition_test_impl_8cpp.xhtml#a108165b4957f3790332ae0afedf37ccd">AdditionTest</a>)</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Add5d, <a class="code" href="_addition_test_impl_8cpp.xhtml#ab102e5bc3a3b04360a0f42e25ab3c898">Addition5dTest</a>)</div><div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AddBroadcast1Element, <a class="code" href="_addition_test_impl_8cpp.xhtml#a4bff97bff3f9fb4cf473812dee810de0">AdditionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AddBroadcast, <a class="code" href="_addition_test_impl_8cpp.xhtml#a9591268a5a6c7d0a0b91098deab4fe34">AdditionBroadcastTest</a>)</div><div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;</div><div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AdditionUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#a4b5e20456506426ba2e4ea9616df978f">AdditionUint8Test</a>)</div><div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AddBroadcastUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#a0946a9b1b8cf99591b03ea7f5f7e725f">AdditionBroadcastUint8Test</a>)</div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AddBroadcast1ElementUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#ad71ffd0e8547900b92a5d471f01cd69b">AdditionBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;</div><div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;<span class="comment">// Sub</span></div><div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSub, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#af58d639c9d64bb08acb8b8e3ffaccbbb">SubtractionTest</a>)</div><div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast1Element, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#af9a0ddee6e06cef7c196cf9b4b363f77">SubtractionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a230ab661651ba87930a5bc6a7604e6c8">SubtractionBroadcastTest</a>)</div><div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;</div><div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SubtractionUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#aedabb354e4e5af0759202e4dbbeb8441">SubtractionUint8Test</a>)</div><div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SubBroadcastUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a3a6e0120f7dce89c2ef03a579c6c581e">SubtractionBroadcastUint8Test</a>)</div><div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SubBroadcast1ElementUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a098b3aa8ae40141e9c43fc11233bc9ca">SubtractionBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;</div><div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;<span class="comment">// Div</span></div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleDivision, <a class="code" href="_division_test_impl_8cpp.xhtml#a0ffe3f6f1297b8dc4c3f49389933c7d8">DivisionTest</a>)</div><div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DivisionByZero, <a class="code" href="_division_test_impl_8cpp.xhtml#afd429b00b6869309e768fc7ecdc1d3aa">DivisionByZeroTest</a>)</div><div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DivisionBroadcast1Element, <a class="code" href="_division_test_impl_8cpp.xhtml#ab4698982570cfa37dad688623fc7c1d8">DivisionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DivisionBroadcast1DVector, <a class="code" href="_division_test_impl_8cpp.xhtml#a888a7d50e58a8fb5fee7ad1ae11df736">DivisionBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;<span class="comment">// NOTE: quantized division is not supported by CL and not required by the</span></div><div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;<span class="comment">//       android NN api</span></div><div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;</div><div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;<span class="comment">// Mul</span></div><div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleMultiplication, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a89c05a959d2cdd0a75efbaa10dd618bb">MultiplicationTest</a>)</div><div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1Element, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#af5dc1277647c283cd0d04e8ae79b3b5c">MultiplicationBroadcast1ElementTest</a>)</div><div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1DVector, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a5c5bca4cbf0f3d49933fcca03890f701">MultiplicationBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiplicationUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#afbfbaebea4554cdec9b26572c7ded900">MultiplicationUint8Test</a>)</div><div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1ElementUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a1da87c55324e86f4d3aa7fe8c6c426d3">MultiplicationBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiplicationBroadcast1DVectorUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a0a33f1e45b1e0f680cb9540884ee0ba7">MultiplicationBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Multiplication5d, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a56613b5467a32cf602c162b2b6d28c5b">Multiplication5dTest</a>)</div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;</div><div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;<span class="comment">// Batch Norm</span></div><div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchNormFloat32, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a95e3411d80e0eac3844844c017f03861">BatchNormFloat32Test</a>)</div><div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(BatchNormFloat32Nhwc, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a449a360cd864483064ae2991db8edcd8">BatchNormFloat32NhwcTest</a>)</div><div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;</div><div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;<span class="comment">// InstanceNormalization</span></div><div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nchw, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#af6fbb2d172f7285f17c54b60a61d198b">InstanceNormFloat32Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nchw, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#a083992b1851c7681a4b9bd06ba2f5aa6">InstanceNormFloat16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;</div><div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nhwc, InstanceNormFloat32Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nhwc, InstanceNormFloat16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;</div><div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nchw2, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#a12dcbf5945d7d734b143172ff3129390">InstanceNormFloat32Test2</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nchw2, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#aa199df9ca7c476e9bf613a3c3f8c7b56">InstanceNormFloat16Test2</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;</div><div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat32Nhwc2, InstanceNormFloat32Test2, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(InstanceNormFloat16Nhwc2, InstanceNormFloat16Test2, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;</div><div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;<span class="comment">// L2 Normalization</span></div><div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#abc9aa62ee9cdec8c43b5a43d931c632c">L2Normalization1dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a373fc44a34b2bba8739ad4c6e864b234">L2Normalization2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a336e63cb246a1d6f8b5a02367932471a">L2Normalization3dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a49c8b464589cbe8f6b7e7a1bf7e6403d">L2Normalization4dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;</div><div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization1dNhwc, L2Normalization1dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dNhwc, L2Normalization2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization3dNhwc, L2Normalization3dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00353"></a><span class="lineno">  353</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization4dNhwc, L2Normalization4dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;</div><div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2Normalization2dShape, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a1a90f524b460439bb8e386ea672acd6c">L2Normalization2dShapeTest</a>);</div><div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;</div><div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2NormalizationDefaultEpsilon, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a13c8cd6115422815348d57aef2ca032d">L2NormalizationDefaultEpsilonTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(L2NormalizationNonDefaultEpsilon, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#ae6ec1c0ad5b1b94d03c160c8122587cc">L2NormalizationNonDefaultEpsilonTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00359"></a><span class="lineno">  359</span>&#160;</div><div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;<span class="comment">// Constant</span></div><div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Constant, <a class="code" href="_constant_test_impl_8cpp.xhtml#a6bed60e7ef6dbb582ad454d94e2367ec">ConstantTest</a>)</div><div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ConstantUint8, <a class="code" href="_constant_test_impl_8cpp.xhtml#a2826f436401c4e1c32983a598936e36f">ConstantUint8SimpleQuantizationScaleNoOffsetTest</a>)</div><div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;</div><div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;<span class="comment">// Concat</span></div><div class="line"><a name="l00365"></a><span class="lineno">  365</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat1d, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad4e20b0bf58dfbdbfaa93f445c5a7fbb">Concat1dTest</a>)</div><div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat1dUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aed0a697e15183bbac585fde3535bdbd8">Concat1dUint8Test</a>)</div><div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;</div><div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a916c9acb126444caa775d14c635acaf8">Concat2dDim0Test</a>)</div><div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a549f1d04a9747d0c3046e0b708d67116">Concat2dDim0Uint8Test</a>)</div><div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa786ba656ce7f53cc93692eec4645f6b">Concat2dDim1Test</a>)</div><div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a71bbfb11850812db44a607d2f9c39681">Concat2dDim1Uint8Test</a>)</div><div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;</div><div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#ab5703ba71ea408eb6939a5be35b67a2f">Concat2dDim0DiffInputDimsTest</a>)</div><div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim0DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6990f89809b6699004e566a9d4f892f9">Concat2dDim0DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00375"></a><span class="lineno">  375</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#a142df3b6c7d699e7623fb37ff95e8c5a">Concat2dDim1DiffInputDimsTest</a>)</div><div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat2dDim1DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a398f4322d3f71cc0fe4a04831a556c91">Concat2dDim1DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00377"></a><span class="lineno">  377</span>&#160;</div><div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad9391e74e0fcf3a9f2c08d6a865d910a">Concat3dDim0Test</a>)</div><div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a05e4c6d3c63851bebb99391e4af3ab6b">Concat3dDim0Uint8Test</a>)</div><div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a462db75851b433b8739039a789e14c0f">Concat3dDim1Test</a>)</div><div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a8e409cdc677af52ce07c5cdc8ec63678">Concat3dDim1Uint8Test</a>)</div><div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2, <a class="code" href="_concat_test_impl_8cpp.xhtml#ade318c9975477ee7bab3d230baf8d48a">Concat3dDim2Test</a>, false)</div><div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a75091ca6eb52deea2ce14ad8f6261236">Concat3dDim2Uint8Test</a>, false)</div><div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;</div><div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad970167c99234cfcc22107efbe3503d3">Concat3dDim0DiffInputDimsTest</a>)</div><div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim0DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#afa4c2db58080ed0749c5e7c64f23af04">Concat3dDim0DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#a693e34e3f519f0323cb165468560ee72">Concat3dDim1DiffInputDimsTest</a>)</div><div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim1DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a1f8ad3cf8df29398ea04eaa4c790a100">Concat3dDim1DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#aab6fb09abdae83f7944da4d9d8a894de">Concat3dDim2DiffInputDimsTest</a>, false)</div><div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat3dDim2DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6a0578f5cabc3b13c8800066d094f08b">Concat3dDim2DiffInputDimsUint8Test</a>, false)</div><div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;</div><div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a7f29312851dee5f74ed0bffebd5448d2">Concat4dDim0Test</a>)</div><div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a1a5bb4ab6841dd39e48089413cf8fe05">Concat4dDim1Test</a>)</div><div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim3, <a class="code" href="_concat_test_impl_8cpp.xhtml#a2081650a5142448a5db4065819da2089">Concat4dDim3Test</a>, false)</div><div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a7b3adb97b81ab7b464c566caa3a231ba">Concat4dDim0Uint8Test</a>)</div><div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa13bf446c9b813c55ce96b49e5a17154">Concat4dDim1Uint8Test</a>)</div><div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDim3Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a3de096f0e07787adaf34b6d348ca9543">Concat4dDim3Uint8Test</a>, false)</div><div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;</div><div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a9199f32df2745143e544e703c2380dd4">Concat4dDiffShapeDim0Test</a>)</div><div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa40068e0a65840e70b2da4902a0f47da">Concat4dDiffShapeDim1Test</a>)</div><div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim3, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6323bb2aa7e5a8215d1c38e7e0159d29">Concat4dDiffShapeDim3Test</a>, false)</div><div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a39a5321f36681cf1b7bbea885a0ccce9">Concat4dDiffShapeDim0Uint8Test</a>)</div><div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#af5b51da08139262f68be752047e1b94c">Concat4dDiffShapeDim1Uint8Test</a>)</div><div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Concat4dDiffShapeDim3Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6852f3bb0b5a59260e0f76031e64cb3e">Concat4dDiffShapeDim3Uint8Test</a>, false)</div><div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;</div><div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;<span class="comment">// DepthToSpace</span></div><div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat32_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;</div><div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwFloat16_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;</div><div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwUint8_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;</div><div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt16_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;</div><div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat32_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;</div><div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcFloat16_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;</div><div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcUint8_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;</div><div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_1, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_2, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_3, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt16_4, <a class="code" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;</div><div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;<span class="comment">// Floor</span></div><div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleFloor, <a class="code" href="_floor_test_impl_8cpp.xhtml#a6f22e64ef1f5e5d8e5b0392fcc65f0a4">SimpleFloorTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;</div><div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;<span class="comment">// Reshape</span></div><div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleReshapeFloat32, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a27e70e33db384629f46baac2b95a71cd">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleReshapeUint8, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a27e70e33db384629f46baac2b95a71cd">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Reshape5d, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a75b012fe56435f53e13fd8ab123aef9c">Reshape5dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;</div><div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;<span class="comment">// Pad</span></div><div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadFloat322d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a25fabb1639914c21d6704cb4d38a9c84">PadFloat322dTest</a>)</div><div class="line"><a name="l00457"></a><span class="lineno">  457</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadFloat322dCustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#aaa52b691f1734bf8ed1b983a4ccb9e7c">PadFloat322dCustomPaddingTest</a>)</div><div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadFloat323d, <a class="code" href="_pad_test_impl_8cpp.xhtml#affbb9e1924205682a80918a3ee91df3f">PadFloat323dTest</a>)</div><div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadFloat324d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a154b1f8adf21e8e368d27882d02c0abd">PadFloat324dTest</a>)</div><div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;</div><div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadUint82d, <a class="code" href="_pad_test_impl_8cpp.xhtml#af9c6d2cdf6ad5b749e618ccc6fb43311">PadUint82dTest</a>)</div><div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadUint82dCustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a07b74f034f52a7c5dae44a74efb8019e">PadUint82dCustomPaddingTest</a>)</div><div class="line"><a name="l00463"></a><span class="lineno">  463</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadUint83d, <a class="code" href="_pad_test_impl_8cpp.xhtml#abffbd2fd1db993ecf50344cf530c21b5">PadUint83dTest</a>)</div><div class="line"><a name="l00464"></a><span class="lineno">  464</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PadUint84d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a00264a85539177528b812af3df9a664a">PadUint84dTest</a>)</div><div class="line"><a name="l00465"></a><span class="lineno">  465</span>&#160;</div><div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Pad2dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a2efccf857e77f59789d3c9c655943291">Pad2dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0, 0.0f)</div><div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Pad2dQSymm16CustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a2efccf857e77f59789d3c9c655943291">Pad2dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0, 1.0f)</div><div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Pad3dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a106adefa1af15bdc68068403d7e93cd3">Pad3dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0)</div><div class="line"><a name="l00469"></a><span class="lineno">  469</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Pad4dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a878a628bade11abc79cf8160c518a244">Pad4dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0)</div><div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;</div><div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;<span class="comment">// PReLU</span></div><div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PreluFloat32, <a class="code" href="_prelu_test_impl_8hpp.xhtml#a1330e64bd2b612dfc2b2e87ff748654b">PreluTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PreluUint8,   <a class="code" href="_prelu_test_impl_8hpp.xhtml#a1330e64bd2b612dfc2b2e87ff748654b">PreluTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;</div><div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;<span class="comment">// Permute</span></div><div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimplePermuteFloat32, <a class="code" href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PermuteFloat32ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PermuteFloat32ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00479"></a><span class="lineno">  479</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PermuteFloat32ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00480"></a><span class="lineno">  480</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimplePermuteQASymm8, <a class="code" href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00481"></a><span class="lineno">  481</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PermuteQASymm8ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00482"></a><span class="lineno">  482</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PermuteQASymm8ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PermuteQASymm8ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00484"></a><span class="lineno">  484</span>&#160;</div><div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;<span class="comment">// Lstm</span></div><div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32WithCifgWithPeepholeNoProjection,</div><div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;                     <a class="code" href="_lstm_test_impl_8cpp.xhtml#ae5aae49a1e7c7ff2cb80cba1ae421ea6">LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32NoCifgNoPeepholeNoProjection,</div><div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;                     <a class="code" href="_lstm_test_impl_8cpp.xhtml#aec44c163ed62de4b5c9bd573cb7f7b3e">LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l00490"></a><span class="lineno">  490</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32NoCifgWithPeepholeWithProjection,</div><div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;                     <a class="code" href="_lstm_test_impl_8cpp.xhtml#ac53b419b4aa942d611bcc973afdd7716">LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest</a>)</div><div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;</div><div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNorm,</div><div class="line"><a name="l00494"></a><span class="lineno">  494</span>&#160;                     <a class="code" href="_lstm_test_impl_8cpp.xhtml#a9901861134e17a59931e45a4137ddb39">LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest</a>)</div><div class="line"><a name="l00495"></a><span class="lineno">  495</span>&#160;</div><div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(QuantizedLstm, <a class="code" href="_lstm_test_impl_8cpp.xhtml#a03b7b4da7af98cb4fa9bbecb785ce5dd">QuantizedLstmTest</a>)</div><div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;</div><div class="line"><a name="l00498"></a><span class="lineno">  498</span>&#160;<span class="comment">// Convert from Float16 to Float32</span></div><div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvertFp16ToFp32, <a class="code" href="_convert_fp16_to_fp32_test_impl_8cpp.xhtml#a1e862bfea62536c5af0afda533d969db">SimpleConvertFp16ToFp32Test</a>)</div><div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;<span class="comment">// Convert from Float32 to Float16</span></div><div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleConvertFp32ToFp16, <a class="code" href="_convert_fp32_to_fp16_test_impl_8cpp.xhtml#a9f647100f2c2ba05fe0e37d75271b00d">SimpleConvertFp32ToFp16Test</a>)</div><div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;</div><div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AdditionAfterMaxPool, <a class="code" href="_addition_test_impl_8cpp.xhtml#aa11fe3b8a07854e2bb9dd3ccecaa96e4">AdditionAfterMaxPoolTest</a>)</div><div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;</div><div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;<span class="comment">//Max</span></div><div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MaximumSimple, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a5284469ca9fb8e8945b995e0b96b904b">MaximumSimpleTest</a>)</div><div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1Element, <a class="code" href="_maximum_test_impl_8cpp.xhtml#adc56c136b4282f6fa64014883a9776df">MaximumBroadcast1ElementTest</a>)</div><div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1DVector, <a class="code" href="_maximum_test_impl_8cpp.xhtml#aebfc4dddd6d3c2f9f3631383875180ab">MaximumBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MaximumUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a0a7d1c396def8ee8f0080f3bead3f1da">MaximumUint8Test</a>)</div><div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1ElementUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a67926759ded30561aa1a34209d3bcaf0">MaximumBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MaximumBroadcast1DVectorUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a671ba569bce68f75bdfe3a24158f9a29">MaximumBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;</div><div class="line"><a name="l00513"></a><span class="lineno">  513</span>&#160;<span class="comment">// Mean</span></div><div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a45d0d04d40c30afd43eb8531c460ad1b">MeanSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleAxisFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a530bf16d942cbf42aa242bb52104e595">MeanSimpleAxisTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanKeepDimsFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a1558635c203ba5cd97f6702082976545">MeanKeepDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanMultipleDimsFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a2b7d15f9edab27b3ce67a523813744fe">MeanMultipleDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanVts1Float32, <a class="code" href="_mean_test_impl_8hpp.xhtml#aa33e7edb93037606ae83829f91c40eb0">MeanVts1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanVts2Float32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a3d24ef29ef22a4e0f5796c267fca8d71">MeanVts2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanVts3Float32, <a class="code" href="_mean_test_impl_8hpp.xhtml#ac8cbc38f3dda6a093c3ea80833a1ab44">MeanVts3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;</div><div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a45d0d04d40c30afd43eb8531c460ad1b">MeanSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanSimpleAxisQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a530bf16d942cbf42aa242bb52104e595">MeanSimpleAxisTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanKeepDimsQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a1558635c203ba5cd97f6702082976545">MeanKeepDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanMultipleDimsQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a2b7d15f9edab27b3ce67a523813744fe">MeanMultipleDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanVts1QuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#aa33e7edb93037606ae83829f91c40eb0">MeanVts1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanVts2QuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a3d24ef29ef22a4e0f5796c267fca8d71">MeanVts2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MeanVts3QuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#ac8cbc38f3dda6a093c3ea80833a1ab44">MeanVts3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;</div><div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;<span class="comment">// Minimum</span></div><div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MinimumBroadcast1Element1, <a class="code" href="_minimum_test_impl_8cpp.xhtml#a360ca085905d3cf780e7a57ab6afecbb">MinimumBroadcast1ElementTest1</a>)</div><div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MinimumBroadcast1Element2, <a class="code" href="_minimum_test_impl_8cpp.xhtml#ac9095191057d43c10755932927d23eb2">MinimumBroadcast1ElementTest2</a>)</div><div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MinimumBroadcast1DVectorUint8, <a class="code" href="_minimum_test_impl_8cpp.xhtml#aa4859cf8f51ed45e7326a4719097e26b">MinimumBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;</div><div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;<span class="comment">// Greater</span></div><div class="line"><a name="l00536"></a><span class="lineno">  536</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(GreaterSimple,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a558d9c92e7ea3ee340cd10df88511e43">GreaterSimpleTest</a>)</div><div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a36afb02cfc0246cd6bf3dfe37d624670">GreaterBroadcast1ElementTest</a>)</div><div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0a07fb616d8685ee7b3177e664822760">GreaterBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;</div><div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(GreaterSimpleUint8,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab6bf14113381621c7dd6c5acbc813941">GreaterSimpleUint8Test</a>)</div><div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a399443fa2f42e0cc53bb15cb9e9c2cbc">GreaterBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(GreaterBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a9210d6b4e8317ecbce202e362a6a070f">GreaterBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;</div><div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;<span class="comment">// Softmax</span></div><div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta1, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a49081ef56cfc5fafad212dfbce4f259b">SimpleSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta2, SimpleSoftmaxTest, 2.0f)</div><div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta1Uint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#ae89aa2e8ca6da83261a62781ad26352d">SimpleSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleSoftmaxBeta2Uint8, SimpleSoftmaxUint8Test, 2.0f)</div><div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;</div><div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Simple3dSoftmax, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a95c728251146e1f5bcddf8bd04927553">Simple3dSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Simple3dSoftmaxUint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a2363ddc02a7035b224ab4bbc548c7e35">Simple3dSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;</div><div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Simple4dSoftmax, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a0d366093ec6ca27079466c811151665c">Simple4dSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Simple4dSoftmaxUint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#abbe2d209a74d323f9243c1943dfd429e">Simple4dSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;</div><div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;<span class="comment">// Space To Batch Nd</span></div><div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a315f685be66477959778be9ae2af7ce8">SpaceToBatchNdSimpleFloat32Test</a>)</div><div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a20451e449b1dbd11ae7b5bc0f8c165b4">SpaceToBatchNdMultiChannelsFloat32Test</a>)</div><div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a94c4a99a32d0e4d289b16a71f5a977f6">SpaceToBatchNdMultiBlockFloat32Test</a>)</div><div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa08588825c1eb4d084317dbd60e46844">SpaceToBatchNdPaddingFloat32Test</a>)</div><div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;</div><div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac65c8dd6d74ac7492737ff9f30f1d7fe">SpaceToBatchNdSimpleUint8Test</a>)</div><div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac72292740cd4f5e96548ce322cc9d61d">SpaceToBatchNdMultiChannelsUint8Test</a>)</div><div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aee2ed5699e992ab910722c6a8fc66fd2">SpaceToBatchNdMultiBlockUint8Test</a>)</div><div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#add116b7aa31dac3c19f6603d8c7adf9f">SpaceToBatchNdPaddingUint8Test</a>)</div><div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;</div><div class="line"><a name="l00567"></a><span class="lineno">  567</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a2f69fcf5799a4b9d2015e2f434235af6">SpaceToBatchNdSimpleNhwcFloat32Test</a>)</div><div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9cc34ce715c027a3b29beffe9a6018e9">SpaceToBatchNdMultiChannelsNhwcFloat32Test</a>)</div><div class="line"><a name="l00569"></a><span class="lineno">  569</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac734c42ca4e1ed7115b863df4fc7d0a7">SpaceToBatchNdMultiBlockNhwcFloat32Test</a>)</div><div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9b7aeb61a28b0878ec0e7b1cb2d8daee">SpaceToBatchNdPaddingNhwcFloat32Test</a>)</div><div class="line"><a name="l00571"></a><span class="lineno">  571</span>&#160;</div><div class="line"><a name="l00572"></a><span class="lineno">  572</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdSimpleNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a882627ba13e61384787567e3b183b974">SpaceToBatchNdSimpleNhwcUint8Test</a>)</div><div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiChannelsNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a877db889dceb3c5d650e11fc5a202341">SpaceToBatchNdMultiChannelsNhwcUint8Test</a>)</div><div class="line"><a name="l00574"></a><span class="lineno">  574</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdMultiBlockNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a3243253d785689cb8ab67640b3d23627">SpaceToBatchNdMultiBlockNhwcUint8Test</a>)</div><div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToBatchNdPaddingNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa902e6279bcb1cbdff3392f5f3029d3e">SpaceToBatchNdPaddingNhwcUint8Test</a>)</div><div class="line"><a name="l00576"></a><span class="lineno">  576</span>&#160;</div><div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160;<span class="comment">// Space To Depth</span></div><div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwcAsymmQ8, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a940a1ae771008b652d561fd1bb104ad1">SpaceToDepthNhwcAsymmQ8Test</a>)</div><div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchwAsymmQ8, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#adee32fdbe486b1cf17f93d5252d7e99f">SpaceToDepthNchwAsymmQ8Test</a>)</div><div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;</div><div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwx1Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a2e2f06dac3c9cffdef5b25a54c48ead8">SpaceToDepthNhwcFloat32Test1</a>)</div><div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchw1Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a46256db388d5926ea2f7ab2ccd2e760c">SpaceToDepthNchwFloat32Test1</a>)</div><div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;</div><div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwc2Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a1b86466c78ff9901a3e117ab0d257c96">SpaceToDepthNhwcFloat32Test2</a>)</div><div class="line"><a name="l00585"></a><span class="lineno">  585</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchw2Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#ad2d44228447a9296f40040fb00d3f230">SpaceToDepthNchwFloat32Test2</a>)</div><div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;</div><div class="line"><a name="l00587"></a><span class="lineno">  587</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNhwcQSymm16, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a6c62d69cf123aaa4838c9557e8ad5fc3">SpaceToDepthNhwcQSymm16Test</a>)</div><div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SpaceToDepthNchwQSymm16, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a7d932f3979f1e4c74d17456048e59307">SpaceToDepthNchwQSymm16Test</a>)</div><div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;</div><div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;<span class="comment">// Stack</span></div><div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Stack0Axis,           <a class="code" href="_stack_test_impl_8cpp.xhtml#a1eed6d24cd5e53b21c3081e398dc5335">StackAxis0Float32Test</a>)</div><div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StackOutput4DAxis1,   <a class="code" href="_stack_test_impl_8cpp.xhtml#a4fbfd0d54ab880e5a1a46432673888e1">StackOutput4DAxis1Float32Test</a>)</div><div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StackOutput4DAxis2,   <a class="code" href="_stack_test_impl_8cpp.xhtml#ae7f53e5d743d37cae77b4481de35a2e4">StackOutput4DAxis2Float32Test</a>)</div><div class="line"><a name="l00594"></a><span class="lineno">  594</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StackOutput4DAxis3,   <a class="code" href="_stack_test_impl_8cpp.xhtml#a0a5868382cc85aa0461fb27428bbc0b5">StackOutput4DAxis3Float32Test</a>)</div><div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StackOutput3DInputs3, <a class="code" href="_stack_test_impl_8cpp.xhtml#a31c91a13d5bd6e60fdb22fcab131e0cc">StackOutput3DInputs3Float32Test</a>)</div><div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StackOutput5D,        <a class="code" href="_stack_test_impl_8cpp.xhtml#a34b0c55684f6c59314d62916c628dd11">StackOutput5DFloat32Test</a>)</div><div class="line"><a name="l00597"></a><span class="lineno">  597</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StackFloat16,         <a class="code" href="_stack_test_impl_8cpp.xhtml#a80764e491b5a12e5184780be13c42fec">StackFloat16Test</a>)</div><div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;</div><div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;<span class="comment">// Slice</span></div><div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice4dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#ae614565a58a085ebea038e705910792d">Slice4dFloat32Test</a>)</div><div class="line"><a name="l00601"></a><span class="lineno">  601</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice3dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a65ea4a275066dd49ca9a23185a103b2c">Slice3dFloat32Test</a>)</div><div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice2dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a7c2b08d3b045aac272d320d6279e1dab">Slice2dFloat32Test</a>)</div><div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice1dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a7863b4d5cf3fa19de7668eb3a4c6191c">Slice1dFloat32Test</a>)</div><div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice4dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a08619ae5f9407cabc427aba5049e31ef">Slice4dUint8Test</a>)</div><div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice3dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a3161c1b143650c88d4cc5e3b08a6bcee">Slice3dUint8Test</a>)</div><div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice2dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#acaf2a0cb0375acbad4564aaa511138a5">Slice2dUint8Test</a>)</div><div class="line"><a name="l00607"></a><span class="lineno">  607</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice1dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a0d439b9fd8efd81d1376e1d6e1b6e315">Slice1dUint8Test</a>)</div><div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice4dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#a114060adaed8f5bbcf16a584eb4193e9">Slice4dInt16Test</a>)</div><div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice3dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#a191a47193f192d4aeec276f080e97620">Slice3dInt16Test</a>)</div><div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice2dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#aa51c5ed7462fcad3fefde55834c25b83">Slice2dInt16Test</a>)</div><div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Slice1dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#aec6e28400b64661bbbfe1ad8b98b074c">Slice1dInt16Test</a>)</div><div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;</div><div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;<span class="comment">// Strided Slice</span></div><div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a0ff3a6368c14af3e29297d041b07a1c8">StridedSlice4dFloat32Test</a>)</div><div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a585a1e669e571558ce84760d9de3962a">StridedSlice4dReverseFloat32Test</a>)</div><div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleStrideFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a130a2ebc30472c529a5f288e1881657a">StridedSliceSimpleStrideFloat32Test</a>)</div><div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleRangeMaskFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a6bc141e53a0d4bb9ca7a902236a1e02f">StridedSliceSimpleRangeMaskFloat32Test</a>)</div><div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#af0572509ff7220e8577a9fbe5dadaf35">StridedSliceShrinkAxisMaskFloat32Test</a>)</div><div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskCTSFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a7333bfcefd415247dbf4fde7a03e50e6">StridedSliceShrinkAxisMaskCTSFloat32Test</a>)</div><div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Dim3Float32,</div><div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a7741d6567aec1039b3fc3f1154dc0cf0">StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test</a>)</div><div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a8d00c1cac6bea399307e706c3d0208f3">StridedSliceShrinkAxisMaskBitPosition0Float32Test</a>)</div><div class="line"><a name="l00623"></a><span class="lineno">  623</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition1Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#adb6ba6c44d583efecba6c8b1a8390b3f">StridedSliceShrinkAxisMaskBitPosition1Float32Test</a>)</div><div class="line"><a name="l00624"></a><span class="lineno">  624</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition2Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1076a858d364ba56079975c5d6650538">StridedSliceShrinkAxisMaskBitPosition2Float32Test</a>)</div><div class="line"><a name="l00625"></a><span class="lineno">  625</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition3Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a4cd50a7dee6d39e1d73f042d45c99d98">StridedSliceShrinkAxisMaskBitPosition3Float32Test</a>)</div><div class="line"><a name="l00626"></a><span class="lineno">  626</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1Float32,</div><div class="line"><a name="l00627"></a><span class="lineno">  627</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a570d361929f2e06b8d92f37daa07cb38">StridedSliceShrinkAxisMaskBitPosition0And1Float32Test</a>)</div><div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And2Float32,</div><div class="line"><a name="l00629"></a><span class="lineno">  629</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ab8a322e5bf189a816d024ea8d72f85eb">StridedSliceShrinkAxisMaskBitPosition0And2Float32Test</a>)</div><div class="line"><a name="l00630"></a><span class="lineno">  630</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And3Float32,</div><div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#abda46e7bc7a34b572ec26ead0ce222a3">StridedSliceShrinkAxisMaskBitPosition0And3Float32Test</a>)</div><div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1And3Float32,</div><div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a6afa841f1234c38241a21385669180db">StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test</a>)</div><div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aff6acb9339db3efee5709040044fde87">StridedSlice3dFloat32Test</a>)</div><div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a73a966ecaf112657264c469a00cb898a">StridedSlice3dReverseFloat32Test</a>)</div><div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aa7bc50e556c61d08ec5ac89a6660199c">StridedSlice2dFloat32Test</a>)</div><div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#afe5edc3b11b6437e4996f451b1c1610e">StridedSlice2dReverseFloat32Test</a>)</div><div class="line"><a name="l00638"></a><span class="lineno">  638</span>&#160;</div><div class="line"><a name="l00639"></a><span class="lineno">  639</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a923f001a2b8935a4404fc605398cabce">StridedSlice4dUint8Test</a>)</div><div class="line"><a name="l00640"></a><span class="lineno">  640</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice4dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1482bf462562c501321c421699568aed">StridedSlice4dReverseUint8Test</a>)</div><div class="line"><a name="l00641"></a><span class="lineno">  641</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleStrideUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ad9c98ec55853d0cfb13d234ab18bb1e3">StridedSliceSimpleStrideUint8Test</a>)</div><div class="line"><a name="l00642"></a><span class="lineno">  642</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceSimpleRangeMaskUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1ae7051fee20eaf2c6932698affe8cd4">StridedSliceSimpleRangeMaskUint8Test</a>)</div><div class="line"><a name="l00643"></a><span class="lineno">  643</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#affc47aa67b12443954b58a1bc9a8b176">StridedSliceShrinkAxisMaskUint8Test</a>)</div><div class="line"><a name="l00644"></a><span class="lineno">  644</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8,</div><div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ae74e858c212050baf3ed662d949f46b5">StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test</a>)</div><div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ac701755ae02628347fa4cddbea8894e5">StridedSliceShrinkAxisMaskBitPosition0Uint8Test</a>)</div><div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition1Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a82112a3eb0229f9b4229ab214e356e87">StridedSliceShrinkAxisMaskBitPosition1Uint8Test</a>)</div><div class="line"><a name="l00648"></a><span class="lineno">  648</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition2Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aa13b3242472ddee27bcc5fbcec5879c6">StridedSliceShrinkAxisMaskBitPosition2Uint8Test</a>)</div><div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition3Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a064731952a5662725b679e33a8f96997">StridedSliceShrinkAxisMaskBitPosition3Uint8Test</a>)</div><div class="line"><a name="l00650"></a><span class="lineno">  650</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1Uint8,</div><div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a8151292f60be01bf90945dc3af50225b">StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test</a>)</div><div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And2Uint8,</div><div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ae33cf6c5e5e7a8eccd4430984ef2cc17">StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test</a>)</div><div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And3Uint8,</div><div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a40684d007b06d15a597cfbe799b40977">StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test</a>)</div><div class="line"><a name="l00656"></a><span class="lineno">  656</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8,</div><div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ac35cf0cf94be82c20908316292704a00">StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test</a>)</div><div class="line"><a name="l00658"></a><span class="lineno">  658</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a5e385b095996610ed0cd87ef738468e8">StridedSlice3dUint8Test</a>)</div><div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice3dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a9d3ea31201cdad5aa0bbbc2078d42f1b">StridedSlice3dReverseUint8Test</a>)</div><div class="line"><a name="l00660"></a><span class="lineno">  660</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aebf3818a354d9b15fe922b010ac21892">StridedSlice2dUint8Test</a>)</div><div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedSlice2dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ad2d5439fddb164a128ae2afc36b3429b">StridedSlice2dReverseUint8Test</a>)</div><div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;</div><div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;<span class="comment">// Resize Bilinear - NCHW</span></div><div class="line"><a name="l00664"></a><span class="lineno">  664</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinear,</div><div class="line"><a name="l00665"></a><span class="lineno">  665</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00667"></a><span class="lineno">  667</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearUint8,</div><div class="line"><a name="l00668"></a><span class="lineno">  668</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00669"></a><span class="lineno">  669</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00670"></a><span class="lineno">  670</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNop,</div><div class="line"><a name="l00671"></a><span class="lineno">  671</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00672"></a><span class="lineno">  672</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00673"></a><span class="lineno">  673</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopUint8,</div><div class="line"><a name="l00674"></a><span class="lineno">  674</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00675"></a><span class="lineno">  675</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00676"></a><span class="lineno">  676</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMin,</div><div class="line"><a name="l00677"></a><span class="lineno">  677</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00678"></a><span class="lineno">  678</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00679"></a><span class="lineno">  679</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinUint8,</div><div class="line"><a name="l00680"></a><span class="lineno">  680</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00681"></a><span class="lineno">  681</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00682"></a><span class="lineno">  682</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMin,</div><div class="line"><a name="l00683"></a><span class="lineno">  683</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00684"></a><span class="lineno">  684</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00685"></a><span class="lineno">  685</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinUint8,</div><div class="line"><a name="l00686"></a><span class="lineno">  686</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00687"></a><span class="lineno">  687</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00688"></a><span class="lineno">  688</span>&#160;</div><div class="line"><a name="l00689"></a><span class="lineno">  689</span>&#160;<span class="comment">// Resize Bilinear - NHWC</span></div><div class="line"><a name="l00690"></a><span class="lineno">  690</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopNhwc,</div><div class="line"><a name="l00691"></a><span class="lineno">  691</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00692"></a><span class="lineno">  692</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00693"></a><span class="lineno">  693</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearNopUint8Nhwc,</div><div class="line"><a name="l00694"></a><span class="lineno">  694</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00695"></a><span class="lineno">  695</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00696"></a><span class="lineno">  696</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearNhwc,</div><div class="line"><a name="l00697"></a><span class="lineno">  697</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00698"></a><span class="lineno">  698</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00699"></a><span class="lineno">  699</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeBilinearUint8Nhwc,</div><div class="line"><a name="l00700"></a><span class="lineno">  700</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00701"></a><span class="lineno">  701</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00702"></a><span class="lineno">  702</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinNhwc,</div><div class="line"><a name="l00703"></a><span class="lineno">  703</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00705"></a><span class="lineno">  705</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearSqMinUint8Nhwc,</div><div class="line"><a name="l00706"></a><span class="lineno">  706</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00707"></a><span class="lineno">  707</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00708"></a><span class="lineno">  708</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinNhwc,</div><div class="line"><a name="l00709"></a><span class="lineno">  709</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00710"></a><span class="lineno">  710</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00711"></a><span class="lineno">  711</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeBilinearMinUint8Nhwc,</div><div class="line"><a name="l00712"></a><span class="lineno">  712</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00713"></a><span class="lineno">  713</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00714"></a><span class="lineno">  714</span>&#160;</div><div class="line"><a name="l00715"></a><span class="lineno">  715</span>&#160;<span class="comment">// Resize NearestNeighbor - NCHW</span></div><div class="line"><a name="l00716"></a><span class="lineno">  716</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighbor,</div><div class="line"><a name="l00717"></a><span class="lineno">  717</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00718"></a><span class="lineno">  718</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00719"></a><span class="lineno">  719</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborUint8,</div><div class="line"><a name="l00720"></a><span class="lineno">  720</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00721"></a><span class="lineno">  721</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNop,</div><div class="line"><a name="l00723"></a><span class="lineno">  723</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00724"></a><span class="lineno">  724</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00725"></a><span class="lineno">  725</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNopUint8,</div><div class="line"><a name="l00726"></a><span class="lineno">  726</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00727"></a><span class="lineno">  727</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00728"></a><span class="lineno">  728</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMin,</div><div class="line"><a name="l00729"></a><span class="lineno">  729</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00730"></a><span class="lineno">  730</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00731"></a><span class="lineno">  731</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinUint8,</div><div class="line"><a name="l00732"></a><span class="lineno">  732</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00733"></a><span class="lineno">  733</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00734"></a><span class="lineno">  734</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMin,</div><div class="line"><a name="l00735"></a><span class="lineno">  735</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00736"></a><span class="lineno">  736</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00737"></a><span class="lineno">  737</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinUint8,</div><div class="line"><a name="l00738"></a><span class="lineno">  738</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00739"></a><span class="lineno">  739</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00740"></a><span class="lineno">  740</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMag,</div><div class="line"><a name="l00741"></a><span class="lineno">  741</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00742"></a><span class="lineno">  742</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l00743"></a><span class="lineno">  743</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagUint8,</div><div class="line"><a name="l00744"></a><span class="lineno">  744</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00745"></a><span class="lineno">  745</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l00746"></a><span class="lineno">  746</span>&#160;</div><div class="line"><a name="l00747"></a><span class="lineno">  747</span>&#160;<span class="comment">// Resize NearestNeighbor - NHWC</span></div><div class="line"><a name="l00748"></a><span class="lineno">  748</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNopNhwc,</div><div class="line"><a name="l00749"></a><span class="lineno">  749</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00750"></a><span class="lineno">  750</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00751"></a><span class="lineno">  751</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborNopUint8Nhwc,</div><div class="line"><a name="l00752"></a><span class="lineno">  752</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00753"></a><span class="lineno">  753</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00754"></a><span class="lineno">  754</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborNhwc,</div><div class="line"><a name="l00755"></a><span class="lineno">  755</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00756"></a><span class="lineno">  756</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00757"></a><span class="lineno">  757</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleResizeNearestNeighborUint8Nhwc,</div><div class="line"><a name="l00758"></a><span class="lineno">  758</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00759"></a><span class="lineno">  759</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00760"></a><span class="lineno">  760</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinNhwc,</div><div class="line"><a name="l00761"></a><span class="lineno">  761</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00762"></a><span class="lineno">  762</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00763"></a><span class="lineno">  763</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborSqMinUint8Nhwc,</div><div class="line"><a name="l00764"></a><span class="lineno">  764</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00765"></a><span class="lineno">  765</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00766"></a><span class="lineno">  766</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinNhwc,</div><div class="line"><a name="l00767"></a><span class="lineno">  767</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00768"></a><span class="lineno">  768</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00769"></a><span class="lineno">  769</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMinUint8Nhwc,</div><div class="line"><a name="l00770"></a><span class="lineno">  770</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00771"></a><span class="lineno">  771</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00772"></a><span class="lineno">  772</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagNhwc,</div><div class="line"><a name="l00773"></a><span class="lineno">  773</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00774"></a><span class="lineno">  774</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l00775"></a><span class="lineno">  775</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ResizeNearestNeighborMagUint8Nhwc,</div><div class="line"><a name="l00776"></a><span class="lineno">  776</span>&#160;                     <a class="code" href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00777"></a><span class="lineno">  777</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l00778"></a><span class="lineno">  778</span>&#160;</div><div class="line"><a name="l00779"></a><span class="lineno">  779</span>&#160;<span class="comment">// Rsqrt</span></div><div class="line"><a name="l00780"></a><span class="lineno">  780</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Rsqrt2d, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#aa52cf5a2574addfe0460c29198fa0a98">Rsqrt2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00781"></a><span class="lineno">  781</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Rsqrt3d, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#ae1a85305061c6a46d51dad7ca607d8b7">Rsqrt3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00782"></a><span class="lineno">  782</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(RsqrtZero, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#a5de28a891279bb721def701fef87cdd8">RsqrtZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00783"></a><span class="lineno">  783</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(RsqrtNegative, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#a656eed3fe329a6661aa922f3e4039bf6">RsqrtNegativeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00784"></a><span class="lineno">  784</span>&#160;</div><div class="line"><a name="l00785"></a><span class="lineno">  785</span>&#160;<span class="comment">// Quantize</span></div><div class="line"><a name="l00786"></a><span class="lineno">  786</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(QuantizeSimpleUint8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#a041d534027842cde6747e50651d23fa3">QuantizeSimpleUint8Test</a>)</div><div class="line"><a name="l00787"></a><span class="lineno">  787</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(QuantizeClampUint8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#af433076d80e2776cc16fe16c4616a2a4">QuantizeClampUint8Test</a>)</div><div class="line"><a name="l00788"></a><span class="lineno">  788</span>&#160;</div><div class="line"><a name="l00789"></a><span class="lineno">  789</span>&#160;<span class="comment">// Dequantize</span></div><div class="line"><a name="l00790"></a><span class="lineno">  790</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleUint8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a7d08e6e6748e33b4bffee532b790d876">DequantizeSimpleUint8Test</a>)</div><div class="line"><a name="l00791"></a><span class="lineno">  791</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DequantizeOffsetUint8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#ab56193e66573ccaa72b1576bc9bb8a17">DequantizeOffsetUint8Test</a>)</div><div class="line"><a name="l00792"></a><span class="lineno">  792</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#ace2eed3bc22c77fc1b99f040e7289c65">DequantizeSimpleInt16Test</a>)</div><div class="line"><a name="l00793"></a><span class="lineno">  793</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleUint8ToFp16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#aa5d9ea933ea0983bc8118a44486df525">DequantizeSimpleUint8ToFp16Test</a>)</div><div class="line"><a name="l00794"></a><span class="lineno">  794</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt16ToFp16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a925b0f3783cc793c72ca589fb99351e7">DequantizeSimpleInt16ToFp16Test</a>)</div><div class="line"><a name="l00795"></a><span class="lineno">  795</span>&#160;</div><div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;<span class="comment">// Transpose</span></div><div class="line"><a name="l00797"></a><span class="lineno">  797</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeFloat32, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a6eaaa77532584d5c04fbaec94e630ded">SimpleTransposeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00798"></a><span class="lineno">  798</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeFloat32ValueSet1Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a8f4e38a297e8b835fc0ff29463eaf654">TransposeValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00799"></a><span class="lineno">  799</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeFloat32ValueSet2Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a8545635c84fc6de487df01e0dbb8a1d6">TransposeValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00800"></a><span class="lineno">  800</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeFloat32ValueSet3Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a0545d125bac84b2e1a6b952bc4f3e20d">TransposeValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00801"></a><span class="lineno">  801</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeQASymm8, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a6eaaa77532584d5c04fbaec94e630ded">SimpleTransposeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00802"></a><span class="lineno">  802</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeQASymm8ValueSet1Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a8f4e38a297e8b835fc0ff29463eaf654">TransposeValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00803"></a><span class="lineno">  803</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeQASymm8ValueSet2Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a8545635c84fc6de487df01e0dbb8a1d6">TransposeValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00804"></a><span class="lineno">  804</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeQASymm8ValueSet3Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a0545d125bac84b2e1a6b952bc4f3e20d">TransposeValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00805"></a><span class="lineno">  805</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeQSymm16, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a6eaaa77532584d5c04fbaec94e630ded">SimpleTransposeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00806"></a><span class="lineno">  806</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeQSymm16ValueSet1Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a8f4e38a297e8b835fc0ff29463eaf654">TransposeValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00807"></a><span class="lineno">  807</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeQSymm16ValueSet2Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a8545635c84fc6de487df01e0dbb8a1d6">TransposeValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00808"></a><span class="lineno">  808</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(TransposeQSymm16ValueSet3Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a0545d125bac84b2e1a6b952bc4f3e20d">TransposeValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00809"></a><span class="lineno">  809</span>&#160;</div><div class="line"><a name="l00810"></a><span class="lineno">  810</span>&#160;<span class="comment">// TransposeConvolution2d</span></div><div class="line"><a name="l00811"></a><span class="lineno">  811</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l00812"></a><span class="lineno">  812</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00813"></a><span class="lineno">  813</span>&#160;                     true,</div><div class="line"><a name="l00814"></a><span class="lineno">  814</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00815"></a><span class="lineno">  815</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l00816"></a><span class="lineno">  816</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00817"></a><span class="lineno">  817</span>&#160;                     true,</div><div class="line"><a name="l00818"></a><span class="lineno">  818</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00819"></a><span class="lineno">  819</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l00820"></a><span class="lineno">  820</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00821"></a><span class="lineno">  821</span>&#160;                     true,</div><div class="line"><a name="l00822"></a><span class="lineno">  822</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00823"></a><span class="lineno">  823</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(SimpleTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l00824"></a><span class="lineno">  824</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00825"></a><span class="lineno">  825</span>&#160;                     true,</div><div class="line"><a name="l00826"></a><span class="lineno">  826</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00827"></a><span class="lineno">  827</span>&#160;</div><div class="line"><a name="l00828"></a><span class="lineno">  828</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l00829"></a><span class="lineno">  829</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00830"></a><span class="lineno">  830</span>&#160;                     false,</div><div class="line"><a name="l00831"></a><span class="lineno">  831</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00832"></a><span class="lineno">  832</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l00833"></a><span class="lineno">  833</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00834"></a><span class="lineno">  834</span>&#160;                     true,</div><div class="line"><a name="l00835"></a><span class="lineno">  835</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00836"></a><span class="lineno">  836</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l00837"></a><span class="lineno">  837</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00838"></a><span class="lineno">  838</span>&#160;                     true,</div><div class="line"><a name="l00839"></a><span class="lineno">  839</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00840"></a><span class="lineno">  840</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedSimpleTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l00841"></a><span class="lineno">  841</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00842"></a><span class="lineno">  842</span>&#160;                     true,</div><div class="line"><a name="l00843"></a><span class="lineno">  843</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00844"></a><span class="lineno">  844</span>&#160;</div><div class="line"><a name="l00845"></a><span class="lineno">  845</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l00846"></a><span class="lineno">  846</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00847"></a><span class="lineno">  847</span>&#160;                     true,</div><div class="line"><a name="l00848"></a><span class="lineno">  848</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00849"></a><span class="lineno">  849</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l00850"></a><span class="lineno">  850</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00851"></a><span class="lineno">  851</span>&#160;                     true,</div><div class="line"><a name="l00852"></a><span class="lineno">  852</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00853"></a><span class="lineno">  853</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l00854"></a><span class="lineno">  854</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00855"></a><span class="lineno">  855</span>&#160;                     true,</div><div class="line"><a name="l00856"></a><span class="lineno">  856</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00857"></a><span class="lineno">  857</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(PaddedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l00858"></a><span class="lineno">  858</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00859"></a><span class="lineno">  859</span>&#160;                     true,</div><div class="line"><a name="l00860"></a><span class="lineno">  860</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00861"></a><span class="lineno">  861</span>&#160;</div><div class="line"><a name="l00862"></a><span class="lineno">  862</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l00863"></a><span class="lineno">  863</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00864"></a><span class="lineno">  864</span>&#160;                     false,</div><div class="line"><a name="l00865"></a><span class="lineno">  865</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00866"></a><span class="lineno">  866</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l00867"></a><span class="lineno">  867</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00868"></a><span class="lineno">  868</span>&#160;                     true,</div><div class="line"><a name="l00869"></a><span class="lineno">  869</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00870"></a><span class="lineno">  870</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l00871"></a><span class="lineno">  871</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00872"></a><span class="lineno">  872</span>&#160;                     true,</div><div class="line"><a name="l00873"></a><span class="lineno">  873</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00874"></a><span class="lineno">  874</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedPaddedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l00875"></a><span class="lineno">  875</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00876"></a><span class="lineno">  876</span>&#160;                     true,</div><div class="line"><a name="l00877"></a><span class="lineno">  877</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00878"></a><span class="lineno">  878</span>&#160;</div><div class="line"><a name="l00879"></a><span class="lineno">  879</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l00880"></a><span class="lineno">  880</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00881"></a><span class="lineno">  881</span>&#160;                     true,</div><div class="line"><a name="l00882"></a><span class="lineno">  882</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00883"></a><span class="lineno">  883</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l00884"></a><span class="lineno">  884</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00885"></a><span class="lineno">  885</span>&#160;                     true,</div><div class="line"><a name="l00886"></a><span class="lineno">  886</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00887"></a><span class="lineno">  887</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l00888"></a><span class="lineno">  888</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00889"></a><span class="lineno">  889</span>&#160;                     true,</div><div class="line"><a name="l00890"></a><span class="lineno">  890</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00891"></a><span class="lineno">  891</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(StridedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l00892"></a><span class="lineno">  892</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00893"></a><span class="lineno">  893</span>&#160;                     true,</div><div class="line"><a name="l00894"></a><span class="lineno">  894</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00895"></a><span class="lineno">  895</span>&#160;</div><div class="line"><a name="l00896"></a><span class="lineno">  896</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l00897"></a><span class="lineno">  897</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00898"></a><span class="lineno">  898</span>&#160;                     false,</div><div class="line"><a name="l00899"></a><span class="lineno">  899</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00900"></a><span class="lineno">  900</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l00901"></a><span class="lineno">  901</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00902"></a><span class="lineno">  902</span>&#160;                     true,</div><div class="line"><a name="l00903"></a><span class="lineno">  903</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00904"></a><span class="lineno">  904</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l00905"></a><span class="lineno">  905</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00906"></a><span class="lineno">  906</span>&#160;                     true,</div><div class="line"><a name="l00907"></a><span class="lineno">  907</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00908"></a><span class="lineno">  908</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(UnbiasedStridedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l00909"></a><span class="lineno">  909</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00910"></a><span class="lineno">  910</span>&#160;                     true,</div><div class="line"><a name="l00911"></a><span class="lineno">  911</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00912"></a><span class="lineno">  912</span>&#160;</div><div class="line"><a name="l00913"></a><span class="lineno">  913</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l00914"></a><span class="lineno">  914</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a4d0af564c539e193020d5375adfb1c03">MultiChannelTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00915"></a><span class="lineno">  915</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00916"></a><span class="lineno">  916</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l00917"></a><span class="lineno">  917</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a4d0af564c539e193020d5375adfb1c03">MultiChannelTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00918"></a><span class="lineno">  918</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00919"></a><span class="lineno">  919</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l00920"></a><span class="lineno">  920</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a4d0af564c539e193020d5375adfb1c03">MultiChannelTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00921"></a><span class="lineno">  921</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00922"></a><span class="lineno">  922</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(MultiChannelTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l00923"></a><span class="lineno">  923</span>&#160;                     <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a4d0af564c539e193020d5375adfb1c03">MultiChannelTransposeConvolution2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8, <a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;,</div><div class="line"><a name="l00924"></a><span class="lineno">  924</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00925"></a><span class="lineno">  925</span>&#160;</div><div class="line"><a name="l00926"></a><span class="lineno">  926</span>&#160;<span class="comment">// Abs</span></div><div class="line"><a name="l00927"></a><span class="lineno">  927</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Abs2d, <a class="code" href="_abs_test_impl_8cpp.xhtml#a9d1980473dc382b0a840e54c63524cc3">Abs2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00928"></a><span class="lineno">  928</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Abs3d, <a class="code" href="_abs_test_impl_8cpp.xhtml#a2fc5839a20265070a0e5c9c3d4527218">Abs3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00929"></a><span class="lineno">  929</span>&#160;</div><div class="line"><a name="l00930"></a><span class="lineno">  930</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AbsZero, <a class="code" href="_abs_test_impl_8cpp.xhtml#a42d603bfb2ab47753dc345621a0ef86e">AbsZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00931"></a><span class="lineno">  931</span>&#160;</div><div class="line"><a name="l00932"></a><span class="lineno">  932</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Abs2dFloat16, <a class="code" href="_abs_test_impl_8cpp.xhtml#a9d1980473dc382b0a840e54c63524cc3">Abs2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00933"></a><span class="lineno">  933</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(Abs3dFloat16, <a class="code" href="_abs_test_impl_8cpp.xhtml#a2fc5839a20265070a0e5c9c3d4527218">Abs3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00934"></a><span class="lineno">  934</span>&#160;</div><div class="line"><a name="l00935"></a><span class="lineno">  935</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(AbsZeroFloat16, <a class="code" href="_abs_test_impl_8cpp.xhtml#a42d603bfb2ab47753dc345621a0ef86e">AbsZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00936"></a><span class="lineno">  936</span>&#160;</div><div class="line"><a name="l00937"></a><span class="lineno">  937</span>&#160;<span class="comment">// ArgMinMax</span></div><div class="line"><a name="l00938"></a><span class="lineno">  938</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMinFloat32, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a1fc3e309bafd760c40cec0e98d995529">ArgMinSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00939"></a><span class="lineno">  939</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMaxFloat32, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a6e5d88259b3850369b5a20071011df8d">ArgMaxSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00940"></a><span class="lineno">  940</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMinChannel, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#ad1a3228fc6f2d00c816a6f11ff1092ec">ArgMinChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00941"></a><span class="lineno">  941</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMaxChannel, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#abecc0d9c322f12e6318c71e1b2743c4d">ArgMaxChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00942"></a><span class="lineno">  942</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMaxHeight, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a90b0a2e001da0237a81ea1ae918d767e">ArgMaxHeightTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00943"></a><span class="lineno">  943</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMinWidth, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#aba0c3336ffd8a44dc4ab7d61a32fd5c2">ArgMinWidthTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00944"></a><span class="lineno">  944</span>&#160;</div><div class="line"><a name="l00945"></a><span class="lineno">  945</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMinQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a1fc3e309bafd760c40cec0e98d995529">ArgMinSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00946"></a><span class="lineno">  946</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMaxQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a6e5d88259b3850369b5a20071011df8d">ArgMaxSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMinChannelQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#ad1a3228fc6f2d00c816a6f11ff1092ec">ArgMinChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00948"></a><span class="lineno">  948</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMaxChannelQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#abecc0d9c322f12e6318c71e1b2743c4d">ArgMaxChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00949"></a><span class="lineno">  949</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMaxHeightQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a90b0a2e001da0237a81ea1ae918d767e">ArgMaxHeightTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00950"></a><span class="lineno">  950</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a>(ArgMinWidthQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#aba0c3336ffd8a44dc4ab7d61a32fd5c2">ArgMinWidthTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00951"></a><span class="lineno">  951</span>&#160;</div><div class="line"><a name="l00952"></a><span class="lineno">  952</span>&#160;<span class="preprocessor">#if defined(ARMNNREF_ENABLED)</span></div><div class="line"><a name="l00953"></a><span class="lineno">  953</span>&#160;</div><div class="line"><a name="l00954"></a><span class="lineno">  954</span>&#160;<span class="comment">// The ARMNN_COMPARE_REF_AUTO_TEST_CASE and the ARMNN_COMPARE_REF_FIXTURE_TEST_CASE test units are not available</span></div><div class="line"><a name="l00955"></a><span class="lineno">  955</span>&#160;<span class="comment">// if the reference backend is not built</span></div><div class="line"><a name="l00956"></a><span class="lineno">  956</span>&#160;</div><div class="line"><a name="l00957"></a><span class="lineno">  957</span>&#160;<span class="comment">// ============================================================================</span></div><div class="line"><a name="l00958"></a><span class="lineno">  958</span>&#160;<span class="comment">// COMPARE tests</span></div><div class="line"><a name="l00959"></a><span class="lineno">  959</span>&#160;</div><div class="line"><a name="l00960"></a><span class="lineno">  960</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareSoftmaxBeta1WithReference, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a19eddd116e2b25fe1e3f5dabe7811881">CompareSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00961"></a><span class="lineno">  961</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareSoftmaxBeta2WithReference, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a19eddd116e2b25fe1e3f5dabe7811881">CompareSoftmaxTest</a>, 2.0f)</div><div class="line"><a name="l00962"></a><span class="lineno">  962</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareSoftmaxUint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a6e109a180e36e8184f3e6193110ce709">CompareSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00963"></a><span class="lineno">  963</span>&#160;</div><div class="line"><a name="l00964"></a><span class="lineno">  964</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareConv2dWithReference, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a2b2c2f8f89d96932e62b95e7a22961d4">CompareConvolution2dTest</a>)</div><div class="line"><a name="l00965"></a><span class="lineno">  965</span>&#160;</div><div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareDepthwiseConv2dWithReferenceFloat32,</div><div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a09705f5e38cfc0d5bccc64791eb4f231">CompareDepthwiseConvolution2dFloatTest</a>,</div><div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l00969"></a><span class="lineno">  969</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareDepthwiseConv2dWithReferenceUint8,</div><div class="line"><a name="l00970"></a><span class="lineno">  970</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a21af5850bca4df2ea0315afb407e7900">CompareDepthwiseConvolution2dUint8Test</a>,</div><div class="line"><a name="l00971"></a><span class="lineno">  971</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l00972"></a><span class="lineno">  972</span>&#160;</div><div class="line"><a name="l00973"></a><span class="lineno">  973</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareDepthwiseConv2dWithReferenceFloat32Nhwc,</div><div class="line"><a name="l00974"></a><span class="lineno">  974</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a09705f5e38cfc0d5bccc64791eb4f231">CompareDepthwiseConvolution2dFloatTest</a>,</div><div class="line"><a name="l00975"></a><span class="lineno">  975</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l00976"></a><span class="lineno">  976</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareDepthwiseConv2dWithReferenceUint8Nhwc,</div><div class="line"><a name="l00977"></a><span class="lineno">  977</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a21af5850bca4df2ea0315afb407e7900">CompareDepthwiseConvolution2dUint8Test</a>,</div><div class="line"><a name="l00978"></a><span class="lineno">  978</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l00979"></a><span class="lineno">  979</span>&#160;</div><div class="line"><a name="l00980"></a><span class="lineno">  980</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareNormalizationWithinWithReference, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a1cb6617afdbe9139185122b93132acba">CompareNormalizationTest</a>,</div><div class="line"><a name="l00981"></a><span class="lineno">  981</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#abe18a5033f2ab9c0de82c676b48f5437a37bac6dce4f46277d89bfa3003e2e39b">NormalizationAlgorithmChannel::Within</a>,</div><div class="line"><a name="l00982"></a><span class="lineno">  982</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d">NormalizationAlgorithmMethod::LocalBrightness</a>)</div><div class="line"><a name="l00983"></a><span class="lineno">  983</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareNormalizationAcrossWithReference, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a1cb6617afdbe9139185122b93132acba">CompareNormalizationTest</a>,</div><div class="line"><a name="l00984"></a><span class="lineno">  984</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#abe18a5033f2ab9c0de82c676b48f5437a810f43f3996922151c39b76143faeecc">NormalizationAlgorithmChannel::Across</a>,</div><div class="line"><a name="l00985"></a><span class="lineno">  985</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d">NormalizationAlgorithmMethod::LocalBrightness</a>)</div><div class="line"><a name="l00986"></a><span class="lineno">  986</span>&#160;</div><div class="line"><a name="l00987"></a><span class="lineno">  987</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareMaxPooling2dWithRef, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a694dbeb3a87d65cd3cb854b5ced22a5b">ComparePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718a6a061313d22e51e0f25b7cd4dc065233">PoolingAlgorithm::Max</a>)</div><div class="line"><a name="l00988"></a><span class="lineno">  988</span>&#160;</div><div class="line"><a name="l00989"></a><span class="lineno">  989</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareAveragePooling2dWithRef, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a694dbeb3a87d65cd3cb854b5ced22a5b">ComparePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718ab1897515d548a960afe49ecf66a29021">PoolingAlgorithm::Average</a>)</div><div class="line"><a name="l00990"></a><span class="lineno">  990</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareAveragePooling2dWithRefUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a7e5faed333caf71f1a19839308368046">ComparePooling2dUint8Test</a>,</div><div class="line"><a name="l00991"></a><span class="lineno">  991</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718ab1897515d548a960afe49ecf66a29021">PoolingAlgorithm::Average</a>)</div><div class="line"><a name="l00992"></a><span class="lineno">  992</span>&#160;</div><div class="line"><a name="l00993"></a><span class="lineno">  993</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareL2Pooling2dWithRef, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a694dbeb3a87d65cd3cb854b5ced22a5b">ComparePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718a7e6aa2d53f6ee2b1a34b017fa403cb76">PoolingAlgorithm::L2</a>)</div><div class="line"><a name="l00994"></a><span class="lineno">  994</span>&#160;</div><div class="line"><a name="l00995"></a><span class="lineno">  995</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareAddition, <a class="code" href="_addition_test_impl_8cpp.xhtml#a557c464592942eb098f63aa0f91e4d24">CompareAdditionTest</a>)</div><div class="line"><a name="l00996"></a><span class="lineno">  996</span>&#160;</div><div class="line"><a name="l00997"></a><span class="lineno">  997</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareMultiplicationWithRef, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a79231e6296d75cc39f10dc0a18490e56">CompareMultiplicationTest</a>)</div><div class="line"><a name="l00998"></a><span class="lineno">  998</span>&#160;</div><div class="line"><a name="l00999"></a><span class="lineno">  999</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareBatchNorm, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a39988d3dc5c636fa49e8192f26d72554">CompareBatchNormTest</a>)</div><div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;</div><div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareReLu1, <a class="code" href="_activation_test_impl_8cpp.xhtml#a7aaeeaa0a8683fae56caa66849228a87">CompareBoundedReLuTest</a>, 1.0f, -1.0f)</div><div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a>(CompareReLu6, <a class="code" href="_activation_test_impl_8cpp.xhtml#a7aaeeaa0a8683fae56caa66849228a87">CompareBoundedReLuTest</a>, 6.0f, 0.0f)</div><div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160;</div><div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160;<span class="comment">// ============================================================================</span></div><div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;<span class="comment">// FIXTURE tests</span></div><div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160;</div><div class="line"><a name="l01007"></a><span class="lineno"> 1007</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareSigmoidActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa21eebb164e4b8b9bcf64fdb4d8d5dff4">ActivationFunction::Sigmoid</a>, 5u)</div><div class="line"><a name="l01009"></a><span class="lineno"> 1009</span>&#160;</div><div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareTanhActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa23b68da1de2b77d74da9da2635722a3e">ActivationFunction::TanH</a>, 5u)</div><div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160;</div><div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareLinearActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa32a843da6ea40ab3b17a3421ccdf671b">ActivationFunction::Linear</a>, 5u)</div><div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;</div><div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa3d90c0a5ab3fcf8e6f6608cb3d3a1559">ActivationFunction::ReLu</a>, 5u)</div><div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160;</div><div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareBoundedReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaabc5a0f0d6e7cf7fca73299dcd46c0f0d">ActivationFunction::BoundedReLu</a>, 5u)</div><div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareBoundedReLuActivationWithReferenceUint8, ActivationFixture,</div><div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#addef260aaa3c7f7f1d08f821b823af33">CompareActivationUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaabc5a0f0d6e7cf7fca73299dcd46c0f0d">ActivationFunction::BoundedReLu</a>)</div><div class="line"><a name="l01023"></a><span class="lineno"> 1023</span>&#160;</div><div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareSoftReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa6bba7052636d1740303b1b2ef3b53fef">ActivationFunction::SoftReLu</a>, 5u)</div><div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;</div><div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareLeakyReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaacb7667f5ec2f6e8a5943b781ba6c2735">ActivationFunction::LeakyReLu</a>, 5u)</div><div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160;</div><div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareAbsActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa1e34af023adeb7d5f484f8eb4b9826b6">ActivationFunction::Abs</a>, 5u)</div><div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;</div><div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareSqrtActivationWithReference, <a class="code" href="struct_positive_activation_fixture.xhtml">PositiveActivationFixture</a>,</div><div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaae77f3ad25595e35b327334d89410054">ActivationFunction::Sqrt</a>, 5u)</div><div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160;</div><div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareSquareActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaceb46ca115d05c51aa5a16a8867c3304">ActivationFunction::Square</a>, 5u)</div><div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;</div><div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a>(CompareEluActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaed67cf7d54c570e4c4891800f085f41d">ActivationFunction::Elu</a>, 5u)</div><div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;</div><div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;</div><div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;<a class="code" href="_profiler_tests_8cpp.xhtml#af7f71af5c6c124222dd1c42c5df892f4">BOOST_AUTO_TEST_SUITE_END</a>()</div><div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ae82ddbd442401119c0d873cc08384ba4"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ae82ddbd442401119c0d873cc08384ba4">L2Pooling2dSize3Stride3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize3Stride3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01652">Pooling2dTestImpl.cpp:1652</a></div></div>
<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a23e8abfd741a311fb1b4cbcaaac78954"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a23e8abfd741a311fb1b4cbcaaac78954">SplitterFloat32Test</a></div><div class="ttdeci">std::vector&lt; LayerTestResult&lt; float, 3 &gt; &gt; SplitterFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00325">SplitterTestImpl.cpp:325</a></div></div>
<div class="ttc" id="struct_positive_activation_fixture_xhtml"><div class="ttname"><a href="struct_positive_activation_fixture.xhtml">PositiveActivationFixture</a></div><div class="ttdef"><b>Definition:</b> <a href="_activation_fixture_8hpp_source.xhtml#l00055">ActivationFixture.hpp:55</a></div></div>
<div class="ttc" id="classarmnn_1_1_cl_workload_factory_xhtml"><div class="ttname"><a href="classarmnn_1_1_cl_workload_factory.xhtml">armnn::ClWorkloadFactory</a></div><div class="ttdef"><b>Definition:</b> <a href="_cl_workload_factory_8hpp_source.xhtml#l00017">ClWorkloadFactory.hpp:17</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaa3d90c0a5ab3fcf8e6f6608cb3d3a1559"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa3d90c0a5ab3fcf8e6f6608cb3d3a1559">armnn::ActivationFunction::ReLu</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a09705f5e38cfc0d5bccc64791eb4f231"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a09705f5e38cfc0d5bccc64791eb4f231">CompareDepthwiseConvolution2dFloatTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareDepthwiseConvolution2dFloatTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03424">Conv2dTestImpl.cpp:3424</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a5c5bca4cbf0f3d49933fcca03890f701"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a5c5bca4cbf0f3d49933fcca03890f701">MultiplicationBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00152">MultiplicationTestImpl.cpp:152</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a31c91a13d5bd6e60fdb22fcab131e0cc"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a31c91a13d5bd6e60fdb22fcab131e0cc">StackOutput3DInputs3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StackOutput3DInputs3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00532">StackTestImpl.cpp:532</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_a888a7d50e58a8fb5fee7ad1ae11df736"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a888a7d50e58a8fb5fee7ad1ae11df736">DivisionBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00124">DivisionTestImpl.cpp:124</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a0d439b9fd8efd81d1376e1d6e1b6e315"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a0d439b9fd8efd81d1376e1d6e1b6e315">Slice1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Slice1dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00263">SliceTestImpl.cpp:263</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a89c05a959d2cdd0a75efbaa10dd618bb"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a89c05a959d2cdd0a75efbaa10dd618bb">MultiplicationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00019">MultiplicationTestImpl.cpp:19</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_a6eaaa77532584d5c04fbaec94e630ded"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#a6eaaa77532584d5c04fbaec94e630ded">SimpleTransposeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleTransposeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00058">TransposeTestImpl.hpp:58</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a01264032fbe8272556bf1142b7cd74b1"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a01264032fbe8272556bf1142b7cd74b1">IgnorePaddingAveragePooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingAveragePooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01584">Pooling2dTestImpl.cpp:1584</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_aa33e7edb93037606ae83829f91c40eb0"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#aa33e7edb93037606ae83829f91c40eb0">MeanVts1Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 1 &gt; MeanVts1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00136">MeanTestImpl.hpp:136</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a0120909fa6b3032270399355f14654de"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a0120909fa6b3032270399355f14654de">LeakyReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; LeakyReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00715">ActivationTestImpl.cpp:715</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a5f6be4f5ad0e3a7001bebc48e26701b8"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a5f6be4f5ad0e3a7001bebc48e26701b8">DepthwiseConvolution2dDepthMul1Test</a></div><div class="ttdeci">DepthwiseConvolution2dDepthMul1Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00180">ClLayerTests.cpp:180</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a693e34e3f519f0323cb165468560ee72"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a693e34e3f519f0323cb165468560ee72">Concat3dDim1DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim1DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02262">ConcatTestImpl.cpp:2262</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_ad71ffd0e8547900b92a5d471f01cd69b"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#ad71ffd0e8547900b92a5d471f01cd69b">AdditionBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00354">AdditionTestImpl.cpp:354</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a6584d436388485a5bd9252430a0af5b6"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a6584d436388485a5bd9252430a0af5b6">SquareTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SquareTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00939">ActivationTestImpl.cpp:939</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aed0a697e15183bbac585fde3535bdbd8"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aed0a697e15183bbac585fde3535bdbd8">Concat1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Concat1dUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02770">ConcatTestImpl.cpp:2770</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a130a2ebc30472c529a5f288e1881657a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a130a2ebc30472c529a5f288e1881657a">StridedSliceSimpleStrideFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceSimpleStrideFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00838">StridedSliceTestImpl.cpp:838</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_aa51c5ed7462fcad3fefde55834c25b83"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#aa51c5ed7462fcad3fefde55834c25b83">Slice2dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 2 &gt; Slice2dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00282">SliceTestImpl.cpp:282</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a5a75f31efb36868e8f2c7223426313db"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a5a75f31efb36868e8f2c7223426313db">ResizeNearestNeighborMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00449">ResizeTestImpl.cpp:449</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_ae614565a58a085ebea038e705910792d"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#ae614565a58a085ebea038e705910792d">Slice4dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Slice4dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00220">SliceTestImpl.cpp:220</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ab0aa694e3cd5555731f28b2c61a01f7e"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ab0aa694e3cd5555731f28b2c61a01f7e">ConcatUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; ConcatUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02497">ConcatTestImpl.cpp:2497</a></div></div>
<div class="ttc" id="_cl_workload_factory_helper_8hpp_xhtml"><div class="ttname"><a href="_cl_workload_factory_helper_8hpp.xhtml">ClWorkloadFactoryHelper.hpp</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_afb5e7d86e241292d9cb899b960da54af"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#afb5e7d86e241292d9cb899b960da54af">SimpleConvolution2d3x5Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x5Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02966">Conv2dTestImpl.cpp:2966</a></div></div>
<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_aa83b35e7fe79aa2a729b95061364b1e3"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#aa83b35e7fe79aa2a729b95061364b1e3">SimpleConvolution2d3x3Stride2x2Test</a></div><div class="ttdeci">SimpleConvolution2d3x3Stride2x2Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00055">RefLayerTests.cpp:55</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_aec6e28400b64661bbbfe1ad8b98b074c"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#aec6e28400b64661bbbfe1ad8b98b074c">Slice1dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 1 &gt; Slice1dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00288">SliceTestImpl.cpp:288</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0"><div class="ttname"><a href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">armnn::DataLayout</a></div><div class="ttdeci">DataLayout</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.xhtml#l00049">Types.hpp:49</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a7f29312851dee5f74ed0bffebd5448d2"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a7f29312851dee5f74ed0bffebd5448d2">Concat4dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02278">ConcatTestImpl.cpp:2278</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a8bfdab68fed1467b8720cceb47881236"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a8bfdab68fed1467b8720cceb47881236">SoftReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SoftReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00658">ActivationTestImpl.cpp:658</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a694dbeb3a87d65cd3cb854b5ced22a5b"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a694dbeb3a87d65cd3cb854b5ced22a5b">ComparePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ComparePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, armnn::PoolingAlgorithm poolingType)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01797">Pooling2dTestImpl.cpp:1797</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aa13b3242472ddee27bcc5fbcec5879c6"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aa13b3242472ddee27bcc5fbcec5879c6">StridedSliceShrinkAxisMaskBitPosition2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition2Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01016">StridedSliceTestImpl.cpp:1016</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a882627ba13e61384787567e3b183b974"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a882627ba13e61384787567e3b183b974">SpaceToBatchNdSimpleNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdSimpleNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00419">SpaceToBatchNdTestImpl.cpp:419</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a08f2f1d9a1f69a5799294a881dbb24b4"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a08f2f1d9a1f69a5799294a881dbb24b4">IgnorePaddingMaxPooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingMaxPooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01457">Pooling2dTestImpl.cpp:1457</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a1eed6d24cd5e53b21c3081e398dc5335"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a1eed6d24cd5e53b21c3081e398dc5335">StackAxis0Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackAxis0Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00504">StackTestImpl.cpp:504</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_aaef16931351aa41c2cdb3c0b534bc734"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#aaef16931351aa41c2cdb3c0b534bc734">PermuteValueSet3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00207">PermuteTestImpl.hpp:207</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aab6fb09abdae83f7944da4d9d8a894de"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aab6fb09abdae83f7944da4d9d8a894de">Concat3dDim2DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim2DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02269">ConcatTestImpl.cpp:2269</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a1b86466c78ff9901a3e117ab0d257c96"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a1b86466c78ff9901a3e117ab0d257c96">SpaceToDepthNhwcFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNhwcFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00214">SpaceToDepthTestImpl.cpp:214</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a58872a37a87790e3a3f91ee254ce304a"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a58872a37a87790e3a3f91ee254ce304a">ReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00570">ActivationTestImpl.cpp:570</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_a1a0818bdef21773e58fc5d12e7aec147"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#a1a0818bdef21773e58fc5d12e7aec147">PaddedTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PaddedTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00305">TransposeConvolution2dTestImpl.cpp:305</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6990f89809b6699004e566a9d4f892f9"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6990f89809b6699004e566a9d4f892f9">Concat2dDim0DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim0DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02791">ConcatTestImpl.cpp:2791</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a8a51827c480f827c1e29f9347d7433c3"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a8a51827c480f827c1e29f9347d7433c3">DepthwiseConvolution2dPerAxisQuantTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; DepthwiseConvolution2dPerAxisQuantTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03316">Conv2dTestImpl.cpp:3316</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ad2d5439fddb164a128ae2afc36b3429b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ad2d5439fddb164a128ae2afc36b3429b">StridedSlice2dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSlice2dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01085">StridedSliceTestImpl.cpp:1085</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a79231e6296d75cc39f10dc0a18490e56"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a79231e6296d75cc39f10dc0a18490e56">CompareMultiplicationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareMultiplicationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00399">MultiplicationTestImpl.cpp:399</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a2e2f06dac3c9cffdef5b25a54c48ead8"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a2e2f06dac3c9cffdef5b25a54c48ead8">SpaceToDepthNhwcFloat32Test1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNhwcFloat32Test1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00195">SpaceToDepthTestImpl.cpp:195</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ac7fac5767dabd650d3d8829572717064"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ac7fac5767dabd650d3d8829572717064">Convolution1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Convolution1dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03074">Conv2dTestImpl.cpp:3074</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a4fbfd0d54ab880e5a1a46432673888e1"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a4fbfd0d54ab880e5a1a46432673888e1">StackOutput4DAxis1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00511">StackTestImpl.cpp:511</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ac701755ae02628347fa4cddbea8894e5"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ac701755ae02628347fa4cddbea8894e5">StridedSliceShrinkAxisMaskBitPosition0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition0Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01000">StridedSliceTestImpl.cpp:1000</a></div></div>
<div class="ttc" id="_unit_tests_8hpp_xhtml_af2016edd458865d471fe1afc82b3c126"><div class="ttname"><a href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE</a></div><div class="ttdeci">#define ARMNN_COMPARE_REF_FIXTURE_TEST_CASE(TestName, Fixture, TestFunction,...)</div><div class="ttdef"><b>Definition:</b> <a href="_unit_tests_8hpp_source.xhtml#l00105">UnitTests.hpp:105</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a0946a9b1b8cf99591b03ea7f5f7e725f"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a0946a9b1b8cf99591b03ea7f5f7e725f">AdditionBroadcastUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionBroadcastUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00330">AdditionTestImpl.cpp:330</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a05e4c6d3c63851bebb99391e4af3ab6b"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a05e4c6d3c63851bebb99391e4af3ab6b">Concat3dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02807">ConcatTestImpl.cpp:2807</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a0ff3a6368c14af3e29297d041b07a1c8"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a0ff3a6368c14af3e29297d041b07a1c8">StridedSlice4dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSlice4dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00824">StridedSliceTestImpl.cpp:824</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a7741d6567aec1039b3fc3f1154dc0cf0"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a7741d6567aec1039b3fc3f1154dc0cf0">StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00866">StridedSliceTestImpl.cpp:866</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a0a7d1c396def8ee8f0080f3bead3f1da"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a0a7d1c396def8ee8f0080f3bead3f1da">MaximumUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00216">MaximumTestImpl.cpp:216</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a26dc25f8fe0401dd5b9c1c733ed14f3d"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a26dc25f8fe0401dd5b9c1c733ed14f3d">SimpleL2Pooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleL2Pooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01607">Pooling2dTestImpl.cpp:1607</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a7f7147713ac3346b30c1071bf14fb374"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a7f7147713ac3346b30c1071bf14fb374">IgnorePaddingMaxPooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingMaxPooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01464">Pooling2dTestImpl.cpp:1464</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a7e003a3867742312c53ef0542dc6fa61"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a7e003a3867742312c53ef0542dc6fa61">IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</a></div><div class="ttdeci">IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00271">ClLayerTests.cpp:271</a></div></div>
<div class="ttc" id="_layer_tests_8hpp_xhtml"><div class="ttname"><a href="_layer_tests_8hpp.xhtml">LayerTests.hpp</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2008735411bf96a7febef693c41a4ff5"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2008735411bf96a7febef693c41a4ff5">IgnorePaddingSimpleMaxPooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleMaxPooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01434">Pooling2dTestImpl.cpp:1434</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_aa11fe3b8a07854e2bb9dd3ccecaa96e4"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#aa11fe3b8a07854e2bb9dd3ccecaa96e4">AdditionAfterMaxPoolTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionAfterMaxPoolTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00454">AdditionTestImpl.cpp:454</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_ac53b419b4aa942d611bcc973afdd7716"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#ac53b419b4aa942d611bcc973afdd7716">LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01904">LstmTestImpl.cpp:1904</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_a656eed3fe329a6661aa922f3e4039bf6"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#a656eed3fe329a6661aa922f3e4039bf6">RsqrtNegativeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; RsqrtNegativeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00096">RsqrtTestImpl.cpp:96</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_a4d0af564c539e193020d5375adfb1c03"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#a4d0af564c539e193020d5375adfb1c03">MultiChannelTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; MultiChannelTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00483">TransposeConvolution2dTestImpl.cpp:483</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a3929c1959366adb6236ad41acee93b19"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a3929c1959366adb6236ad41acee93b19">LargeTensorsAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; LargeTensorsAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01515">Pooling2dTestImpl.cpp:1515</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaaae77f3ad25595e35b327334d89410054"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaae77f3ad25595e35b327334d89410054">armnn::ActivationFunction::Sqrt</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a530bf16d942cbf42aa242bb52104e595"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a530bf16d942cbf42aa242bb52104e595">MeanSimpleAxisTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; MeanSimpleAxisTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00091">MeanTestImpl.hpp:91</a></div></div>
<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a32caee0c12392e001c04d36b1f0774cf"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a32caee0c12392e001c04d36b1f0774cf">CopyViaSplitterUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; CopyViaSplitterUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00367">SplitterTestImpl.cpp:367</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0a07fb616d8685ee7b3177e664822760"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0a07fb616d8685ee7b3177e664822760">GreaterBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00461">ComparisonTestImpl.cpp:461</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aa89af1e396c0f689aa6078f6a3f45825"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aa89af1e396c0f689aa6078f6a3f45825">IgnorePaddingSimpleL2Pooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleL2Pooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01734">Pooling2dTestImpl.cpp:1734</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a12f407a57b0a6ae541ad67275e398788"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a12f407a57b0a6ae541ad67275e398788">SimpleAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01480">Pooling2dTestImpl.cpp:1480</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a45d0d04d40c30afd43eb8531c460ad1b"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a45d0d04d40c30afd43eb8531c460ad1b">MeanSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 1 &gt; MeanSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00076">MeanTestImpl.hpp:76</a></div></div>
<div class="ttc" id="_convert_fp16_to_fp32_test_impl_8cpp_xhtml_a1e862bfea62536c5af0afda533d969db"><div class="ttname"><a href="_convert_fp16_to_fp32_test_impl_8cpp.xhtml#a1e862bfea62536c5af0afda533d969db">SimpleConvertFp16ToFp32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvertFp16ToFp32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_convert_fp16_to_fp32_test_impl_8cpp_source.xhtml#l00016">ConvertFp16ToFp32TestImpl.cpp:16</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ad9c98ec55853d0cfb13d234ab18bb1e3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ad9c98ec55853d0cfb13d234ab18bb1e3">StridedSliceSimpleStrideUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSliceSimpleStrideUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00971">StridedSliceTestImpl.cpp:971</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a7c2b08d3b045aac272d320d6279e1dab"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a7c2b08d3b045aac272d320d6279e1dab">Slice2dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Slice2dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00232">SliceTestImpl.cpp:232</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_afa4c2db58080ed0749c5e7c64f23af04"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#afa4c2db58080ed0749c5e7c64f23af04">Concat3dDim0DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim0DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02830">ConcatTestImpl.cpp:2830</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_a1fc3e309bafd760c40cec0e98d995529"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a1fc3e309bafd760c40cec0e98d995529">ArgMinSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMinSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00091">ArgMinMaxTestImpl.cpp:91</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaacb7667f5ec2f6e8a5943b781ba6c2735"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaacb7667f5ec2f6e8a5943b781ba6c2735">armnn::ActivationFunction::LeakyReLu</a></div></div>
<div class="ttc" id="_abs_test_impl_8cpp_xhtml_a9d1980473dc382b0a840e54c63524cc3"><div class="ttname"><a href="_abs_test_impl_8cpp.xhtml#a9d1980473dc382b0a840e54c63524cc3">Abs2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Abs2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_abs_test_impl_8cpp_source.xhtml#l00011">AbsTestImpl.cpp:11</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ad45f359d9d4bee360bee857faa79d292"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ad45f359d9d4bee360bee857faa79d292">SimpleConvolution2d3x3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleConvolution2d3x3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03025">Conv2dTestImpl.cpp:3025</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a2363ddc02a7035b224ab4bbc548c7e35"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a2363ddc02a7035b224ab4bbc548c7e35">Simple3dSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Simple3dSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00607">SoftmaxTestImpl.cpp:607</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa786ba656ce7f53cc93692eec4645f6b"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa786ba656ce7f53cc93692eec4645f6b">Concat2dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02211">ConcatTestImpl.cpp:2211</a></div></div>
<div class="ttc" id="_constant_test_impl_8cpp_xhtml_a6bed60e7ef6dbb582ad454d94e2367ec"><div class="ttname"><a href="_constant_test_impl_8cpp.xhtml#a6bed60e7ef6dbb582ad454d94e2367ec">ConstantTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ConstantTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_constant_test_impl_8cpp_source.xhtml#l00125">ConstantTestImpl.cpp:125</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac72292740cd4f5e96548ce322cc9d61d"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac72292740cd4f5e96548ce322cc9d61d">SpaceToBatchNdMultiChannelsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiChannelsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00342">SpaceToBatchNdTestImpl.cpp:342</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_a68edd9ff85ae512a89892ce7ef8dafaa"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#a68edd9ff85ae512a89892ce7ef8dafaa">SimpleNormalizationAcrossNhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationAcrossNhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00376">NormalizationTestImpl.cpp:376</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a7e5faed333caf71f1a19839308368046"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a7e5faed333caf71f1a19839308368046">ComparePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ComparePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, armnn::PoolingAlgorithm poolingType)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01807">Pooling2dTestImpl.cpp:1807</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a39a5321f36681cf1b7bbea885a0ccce9"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a39a5321f36681cf1b7bbea885a0ccce9">Concat4dDiffShapeDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02883">ConcatTestImpl.cpp:2883</a></div></div>
<div class="ttc" id="_unit_tests_8hpp_xhtml"><div class="ttname"><a href="_unit_tests_8hpp.xhtml">UnitTests.hpp</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a6afa841f1234c38241a21385669180db"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a6afa841f1234c38241a21385669180db">StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00922">StridedSliceTestImpl.cpp:922</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a9cc34ce715c027a3b29beffe9a6018e9"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9cc34ce715c027a3b29beffe9a6018e9">SpaceToBatchNdMultiChannelsNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiChannelsNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00370">SpaceToBatchNdTestImpl.cpp:370</a></div></div>
<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_af6fbb2d172f7285f17c54b60a61d198b"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#af6fbb2d172f7285f17c54b60a61d198b">InstanceNormFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; InstanceNormFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00237">InstanceNormalizationTestImpl.cpp:237</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa13bf446c9b813c55ce96b49e5a17154"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa13bf446c9b813c55ce96b49e5a17154">Concat4dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02861">ConcatTestImpl.cpp:2861</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aacd91233b18641d11b190969bcd93057"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aacd91233b18641d11b190969bcd93057">SimpleMaxPooling2dSize3x3Stride2x4Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleMaxPooling2dSize3x3Stride2x4Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01393">Pooling2dTestImpl.cpp:1393</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a6b0562007adce4063f111fa1e90e4344"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a6b0562007adce4063f111fa1e90e4344">LargeTensorsAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LargeTensorsAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01522">Pooling2dTestImpl.cpp:1522</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ac5c1d6307ea085e55299611717f17756"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ac5c1d6307ea085e55299611717f17756">IgnorePaddingL2Pooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingL2Pooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01755">Pooling2dTestImpl.cpp:1755</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ab6bf14113381621c7dd6c5acbc813941"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab6bf14113381621c7dd6c5acbc813941">GreaterSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00505">ComparisonTestImpl.cpp:505</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a3d24ef29ef22a4e0f5796c267fca8d71"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a3d24ef29ef22a4e0f5796c267fca8d71">MeanVts2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; MeanVts2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00152">MeanTestImpl.hpp:152</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6323bb2aa7e5a8215d1c38e7e0159d29"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6323bb2aa7e5a8215d1c38e7e0159d29">Concat4dDiffShapeDim3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim3Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02329">ConcatTestImpl.cpp:2329</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_ae7f53e5d743d37cae77b4481de35a2e4"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#ae7f53e5d743d37cae77b4481de35a2e4">StackOutput4DAxis2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00518">StackTestImpl.cpp:518</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaa1e34af023adeb7d5f484f8eb4b9826b6"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa1e34af023adeb7d5f484f8eb4b9826b6">armnn::ActivationFunction::Abs</a></div></div>
<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_a083992b1851c7681a4b9bd06ba2f5aa6"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#a083992b1851c7681a4b9bd06ba2f5aa6">InstanceNormFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; InstanceNormFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00245">InstanceNormalizationTestImpl.cpp:245</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_ad2d44228447a9296f40040fb00d3f230"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#ad2d44228447a9296f40040fb00d3f230">SpaceToDepthNchwFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNchwFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00223">SpaceToDepthTestImpl.cpp:223</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a0e868e8fa03ce4c4674b007eae5dc1a2"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a0e868e8fa03ce4c4674b007eae5dc1a2">BoundedReLuUint8UpperAndLowerBoundTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BoundedReLuUint8UpperAndLowerBoundTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00184">ActivationTestImpl.cpp:184</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_ad1a3228fc6f2d00c816a6f11ff1092ec"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#ad1a3228fc6f2d00c816a6f11ff1092ec">ArgMinChannelTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMinChannelTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00118">ArgMinMaxTestImpl.cpp:118</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a9d3ea31201cdad5aa0bbbc2078d42f1b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a9d3ea31201cdad5aa0bbbc2078d42f1b">StridedSlice3dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSlice3dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01071">StridedSliceTestImpl.cpp:1071</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a5e385b095996610ed0cd87ef738468e8"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a5e385b095996610ed0cd87ef738468e8">StridedSlice3dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSlice3dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01064">StridedSliceTestImpl.cpp:1064</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_acbe7daf56bd75945713848779af20fcb"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#acbe7daf56bd75945713848779af20fcb">SimpleNormalizationAcrossTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationAcrossTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00358">NormalizationTestImpl.cpp:358</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad4e20b0bf58dfbdbfaa93f445c5a7fbb"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad4e20b0bf58dfbdbfaa93f445c5a7fbb">Concat1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Concat1dTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02197">ConcatTestImpl.cpp:2197</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a7aaeeaa0a8683fae56caa66849228a87"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a7aaeeaa0a8683fae56caa66849228a87">CompareBoundedReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareBoundedReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, float upperBound, float lowerBound)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00284">ActivationTestImpl.cpp:284</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a114060adaed8f5bbcf16a584eb4193e9"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a114060adaed8f5bbcf16a584eb4193e9">Slice4dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; Slice4dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00270">SliceTestImpl.cpp:270</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a7b3adb97b81ab7b464c566caa3a231ba"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a7b3adb97b81ab7b464c566caa3a231ba">Concat4dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02854">ConcatTestImpl.cpp:2854</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaa21eebb164e4b8b9bcf64fdb4d8d5dff4"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa21eebb164e4b8b9bcf64fdb4d8d5dff4">armnn::ActivationFunction::Sigmoid</a></div></div>
<div class="ttc" id="_cl_workload_factory_8hpp_xhtml"><div class="ttname"><a href="_cl_workload_factory_8hpp.xhtml">ClWorkloadFactory.hpp</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_abecc0d9c322f12e6318c71e1b2743c4d"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#abecc0d9c322f12e6318c71e1b2743c4d">ArgMaxChannelTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMaxChannelTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00153">ArgMinMaxTestImpl.cpp:153</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a71bbfb11850812db44a607d2f9c39681"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a71bbfb11850812db44a607d2f9c39681">Concat2dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02784">ConcatTestImpl.cpp:2784</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_af522c6a6279a2708689c44f80c5e7df2"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#af522c6a6279a2708689c44f80c5e7df2">PermuteValueSet1Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00107">PermuteTestImpl.hpp:107</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a7a85e2ce7c2117c9e2ab829be378deb0"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a7a85e2ce7c2117c9e2ab829be378deb0">L2Pooling2dSize7Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize7Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01700">Pooling2dTestImpl.cpp:1700</a></div></div>
<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a1eac36c98897fbaa8d475f3a915758bb"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a1eac36c98897fbaa8d475f3a915758bb">SplitterUint8Test</a></div><div class="ttdeci">std::vector&lt; LayerTestResult&lt; uint8_t, 3 &gt; &gt; SplitterUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00339">SplitterTestImpl.cpp:339</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a9210d6b4e8317ecbce202e362a6a070f"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a9210d6b4e8317ecbce202e362a6a070f">GreaterBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00527">ComparisonTestImpl.cpp:527</a></div></div>
<div class="ttc" id="_constant_test_impl_8cpp_xhtml_a2826f436401c4e1c32983a598936e36f"><div class="ttname"><a href="_constant_test_impl_8cpp.xhtml#a2826f436401c4e1c32983a598936e36f">ConstantUint8SimpleQuantizationScaleNoOffsetTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ConstantUint8SimpleQuantizationScaleNoOffsetTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_constant_test_impl_8cpp_source.xhtml#l00139">ConstantTestImpl.cpp:139</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aab64d2d563a7dbca5e5f47d95774ac52"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aab64d2d563a7dbca5e5f47d95774ac52">IgnorePaddingSimpleL2Pooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleL2Pooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01741">Pooling2dTestImpl.cpp:1741</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_abffbd2fd1db993ecf50344cf530c21b5"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#abffbd2fd1db993ecf50344cf530c21b5">PadUint83dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; PadUint83dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00459">PadTestImpl.cpp:459</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_abc9aa62ee9cdec8c43b5a43d931c632c"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#abc9aa62ee9cdec8c43b5a43d931c632c">L2Normalization1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization1dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00582">L2NormalizationTestImpl.cpp:582</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a25fabb1639914c21d6704cb4d38a9c84"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a25fabb1639914c21d6704cb4d38a9c84">PadFloat322dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; PadFloat322dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00473">PadTestImpl.cpp:473</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a34a7419aea3fe50b6c046b1bd2467182"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a34a7419aea3fe50b6c046b1bd2467182">ResizeBilinearMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00255">ResizeTestImpl.cpp:255</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_ac8cbc38f3dda6a093c3ea80833a1ab44"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#ac8cbc38f3dda6a093c3ea80833a1ab44">MeanVts3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; MeanVts3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00168">MeanTestImpl.hpp:168</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a1b114f8624e335814f7a17856669ada2"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a1b114f8624e335814f7a17856669ada2">SimpleAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01488">Pooling2dTestImpl.cpp:1488</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2020 ARM Limited. </div><div class="ttdef"><b>Definition:</b> <a href="00__introduction_8dox_source.xhtml#l00025">00_introduction.dox:25</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a6150d203b2dac434d75cc5e9a930b37f"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">Convolution2dAsymmetricPaddingTest</a></div><div class="ttdeci">Convolution2dAsymmetricPaddingTest</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00119">ClLayerTests.cpp:119</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a3161c1b143650c88d4cc5e3b08a6bcee"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a3161c1b143650c88d4cc5e3b08a6bcee">Slice3dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Slice3dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00251">SliceTestImpl.cpp:251</a></div></div>
<div class="ttc" id="_activation_fixture_8hpp_xhtml"><div class="ttname"><a href="_activation_fixture_8hpp.xhtml">ActivationFixture.hpp</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a37f1c3ccc9fc906be85185350dd83d48"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a37f1c3ccc9fc906be85185350dd83d48">true</a></div><div class="ttdeci">DataLayout::NCHW DataLayout::NCHW DataLayout::NHWC DataLayout::NHWC true</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00202">ClLayerTests.cpp:202</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_a8545635c84fc6de487df01e0dbb8a1d6"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#a8545635c84fc6de487df01e0dbb8a1d6">TransposeValueSet2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; TransposeValueSet2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00157">TransposeTestImpl.hpp:157</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a0788c5d63fda0ab5b69e03cfc6ba1268"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a0788c5d63fda0ab5b69e03cfc6ba1268">DepthwiseConvolution2dDepthMul1Uint8Test</a></div><div class="ttdeci">DataLayout::NCHW DepthwiseConvolution2dDepthMul1Uint8Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00184">ClLayerTests.cpp:184</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_af9a0ddee6e06cef7c196cf9b4b363f77"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#af9a0ddee6e06cef7c196cf9b4b363f77">SubtractionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00123">SubtractionTestImpl.cpp:123</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a098b3aa8ae40141e9c43fc11233bc9ca"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a098b3aa8ae40141e9c43fc11233bc9ca">SubtractionBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00047">SubtractionTestImpl.cpp:47</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a96ba4985a8fff8c04e6585e866256868"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a96ba4985a8fff8c04e6585e866256868">EluTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; EluTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01056">ActivationTestImpl.cpp:1056</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a585a1e669e571558ce84760d9de3962a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a585a1e669e571558ce84760d9de3962a">StridedSlice4dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSlice4dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00831">StridedSliceTestImpl.cpp:831</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad9391e74e0fcf3a9f2c08d6a865d910a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad9391e74e0fcf3a9f2c08d6a865d910a">Concat3dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02232">ConcatTestImpl.cpp:2232</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1482bf462562c501321c421699568aed"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1482bf462562c501321c421699568aed">StridedSlice4dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSlice4dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00964">StridedSliceTestImpl.cpp:964</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a4d293b286db068580f9d72048d4d7bfc"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a4d293b286db068580f9d72048d4d7bfc">ConcatTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; ConcatTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02072">ConcatTestImpl.cpp:2072</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a77a29527216d36bce78e88354462ede8"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a77a29527216d36bce78e88354462ede8">SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03284">Conv2dTestImpl.cpp:3284</a></div></div>
<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_aa5d9ea933ea0983bc8118a44486df525"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#aa5d9ea933ea0983bc8118a44486df525">DequantizeSimpleUint8ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DequantizeSimpleUint8ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00174">DequantizeTestImpl.cpp:174</a></div></div>
<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_a25b72d9cbe9cca2c89ba997e6f2cfb87"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#a25b72d9cbe9cca2c89ba997e6f2cfb87">FullyConnectedTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; FullyConnectedTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00071">FullyConnectedTestImpl.cpp:71</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a315f685be66477959778be9ae2af7ce8"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a315f685be66477959778be9ae2af7ce8">SpaceToBatchNdSimpleFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdSimpleFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00279">SpaceToBatchNdTestImpl.cpp:279</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a418191b7e7caba8173206c0870bc3684"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a418191b7e7caba8173206c0870bc3684">BoundedReLuUpperAndLowerBoundTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BoundedReLuUpperAndLowerBoundTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00091">ActivationTestImpl.cpp:91</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_a90b0a2e001da0237a81ea1ae918d767e"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a90b0a2e001da0237a81ea1ae918d767e">ArgMaxHeightTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMaxHeightTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00188">ArgMinMaxTestImpl.cpp:188</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a108165b4957f3790332ae0afedf37ccd"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a108165b4957f3790332ae0afedf37ccd">AdditionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00021">AdditionTestImpl.cpp:21</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_af3b727ae5a13ff472892ab8bda2eb1b5"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#af3b727ae5a13ff472892ab8bda2eb1b5">false</a></div><div class="ttdeci">DataLayout::NHWC false</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00129">ClLayerTests.cpp:129</a></div></div>
<div class="ttc" id="_depth_to_space_test_impl_8cpp_xhtml_a8eb3eae48bedad36e4cf57184d7eb3e1"><div class="ttname"><a href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTest3</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthToSpaceTest3(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_depth_to_space_test_impl_8cpp_source.xhtml#l00156">DepthToSpaceTestImpl.cpp:156</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a8d68b7bc57ed5234008b9cc8f67f13ae"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a8d68b7bc57ed5234008b9cc8f67f13ae">L2Pooling2dSize3Stride1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize3Stride1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01631">Pooling2dTestImpl.cpp:1631</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aa9dce9d99b3c10eedf8abfd853478e0a"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aa9dce9d99b3c10eedf8abfd853478e0a">L2Pooling2dSize3Stride4Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize3Stride4Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01672">Pooling2dTestImpl.cpp:1672</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_adfc1ba9f35e1c8657ba32d3d6d56a76e"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#adfc1ba9f35e1c8657ba32d3d6d56a76e">L2Pooling2dSize3Stride1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize3Stride1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01638">Pooling2dTestImpl.cpp:1638</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a878a628bade11abc79cf8160c518a244"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a878a628bade11abc79cf8160c518a244">Pad4dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Pad4dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float qScale, int32_t qOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00177">PadTestImpl.cpp:177</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ae74e858c212050baf3ed662d949f46b5"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ae74e858c212050baf3ed662d949f46b5">StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00992">StridedSliceTestImpl.cpp:992</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a106adefa1af15bdc68068403d7e93cd3"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a106adefa1af15bdc68068403d7e93cd3">Pad3dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Pad3dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float qScale, int32_t qOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00093">PadTestImpl.cpp:93</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_af936b77fe82b71e5cbd58cad48b1bfc2"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#af936b77fe82b71e5cbd58cad48b1bfc2">L2Pooling2dSize3Stride4Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize3Stride4Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01679">Pooling2dTestImpl.cpp:1679</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_a5fd3a2b076c3136c57b0a536bda7ca59"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#a5fd3a2b076c3136c57b0a536bda7ca59">SimplePermuteTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimplePermuteTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00058">PermuteTestImpl.hpp:58</a></div></div>
<div class="ttc" id="_floor_test_impl_8cpp_xhtml_a6f22e64ef1f5e5d8e5b0392fcc65f0a4"><div class="ttname"><a href="_floor_test_impl_8cpp.xhtml#a6f22e64ef1f5e5d8e5b0392fcc65f0a4">SimpleFloorTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleFloorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_floor_test_impl_8cpp_source.xhtml#l00015">FloorTestImpl.cpp:15</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a0cccb5cffee89004bc8d9fb309ed6636"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a0cccb5cffee89004bc8d9fb309ed6636">DepthwiseConvolution2dDepthNhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DepthwiseConvolution2dDepthNhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03203">Conv2dTestImpl.cpp:3203</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a90abce368d7f16012bef5ee461329484"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Convolution2d3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01083">Conv2dTestImpl.cpp:1083</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a373fc44a34b2bba8739ad4c6e864b234"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a373fc44a34b2bba8739ad4c6e864b234">L2Normalization2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00627">L2NormalizationTestImpl.cpp:627</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_af9c6d2cdf6ad5b749e618ccc6fb43311"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#af9c6d2cdf6ad5b749e618ccc6fb43311">PadUint82dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; PadUint82dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00445">PadTestImpl.cpp:445</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a13c8cd6115422815348d57aef2ca032d"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a13c8cd6115422815348d57aef2ca032d">L2NormalizationDefaultEpsilonTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2NormalizationDefaultEpsilonTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00547">L2NormalizationTestImpl.cpp:547</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a6c62d69cf123aaa4838c9557e8ad5fc3"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a6c62d69cf123aaa4838c9557e8ad5fc3">SpaceToDepthNhwcQSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToDepthNhwcQSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00233">SpaceToDepthTestImpl.cpp:233</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a6d1df786604fb3121d7f255bc3bbe952"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a6d1df786604fb3121d7f255bc3bbe952">ResizeNearestNeighborNopTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborNopTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00337">ResizeTestImpl.cpp:337</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a807ea3c4451f81f5b91b7db53eb0a138"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a807ea3c4451f81f5b91b7db53eb0a138">SimpleMaxPooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleMaxPooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01419">Pooling2dTestImpl.cpp:1419</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_ae89aa2e8ca6da83261a62781ad26352d"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#ae89aa2e8ca6da83261a62781ad26352d">SimpleSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; SimpleSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00599">SoftmaxTestImpl.cpp:599</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a8d00c1cac6bea399307e706c3d0208f3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a8d00c1cac6bea399307e706c3d0208f3">StridedSliceShrinkAxisMaskBitPosition0Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition0Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00873">StridedSliceTestImpl.cpp:873</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_abbe2d209a74d323f9243c1943dfd429e"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#abbe2d209a74d323f9243c1943dfd429e">Simple4dSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Simple4dSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00622">SoftmaxTestImpl.cpp:622</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a95c728251146e1f5bcddf8bd04927553"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a95c728251146e1f5bcddf8bd04927553">Simple3dSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Simple3dSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00321">SoftmaxTestImpl.cpp:321</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_acf553288e3b5060768fb91e064993678"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01210">Conv2dTestImpl.cpp:1210</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a557c464592942eb098f63aa0f91e4d24"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a557c464592942eb098f63aa0f91e4d24">CompareAdditionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareAdditionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00561">AdditionTestImpl.cpp:561</a></div></div>
<div class="ttc" id="_tensor_helpers_8hpp_xhtml"><div class="ttname"><a href="_tensor_helpers_8hpp.xhtml">TensorHelpers.hpp</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a94c4a99a32d0e4d289b16a71f5a977f6"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a94c4a99a32d0e4d289b16a71f5a977f6">SpaceToBatchNdMultiBlockFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiBlockFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00293">SpaceToBatchNdTestImpl.cpp:293</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_a8f4e38a297e8b835fc0ff29463eaf654"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#a8f4e38a297e8b835fc0ff29463eaf654">TransposeValueSet1Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; TransposeValueSet1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00107">TransposeTestImpl.hpp:107</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a7333bfcefd415247dbf4fde7a03e50e6"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a7333bfcefd415247dbf4fde7a03e50e6">StridedSliceShrinkAxisMaskCTSFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceShrinkAxisMaskCTSFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00859">StridedSliceTestImpl.cpp:859</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a08619ae5f9407cabc427aba5049e31ef"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a08619ae5f9407cabc427aba5049e31ef">Slice4dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Slice4dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00245">SliceTestImpl.cpp:245</a></div></div>
<div class="ttc" id="_depth_to_space_test_impl_8cpp_xhtml_a594e4320ad4571c07b95622d7846e4a5"><div class="ttname"><a href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTest4</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthToSpaceTest4(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_depth_to_space_test_impl_8cpp_source.xhtml#l00183">DepthToSpaceTestImpl.cpp:183</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a46256db388d5926ea2f7ab2ccd2e760c"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a46256db388d5926ea2f7ab2ccd2e760c">SpaceToDepthNchwFloat32Test1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNchwFloat32Test1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00204">SpaceToDepthTestImpl.cpp:204</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a0a5868382cc85aa0461fb27428bbc0b5"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a0a5868382cc85aa0461fb27428bbc0b5">StackOutput4DAxis3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00525">StackTestImpl.cpp:525</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ade318c9975477ee7bab3d230baf8d48a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ade318c9975477ee7bab3d230baf8d48a">Concat3dDim2Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim2Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02246">ConcatTestImpl.cpp:2246</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_ad8ed01ff3ff33333d8e19db4d2818bb6"><div class="ttname"><a href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">armnn::DataType</a></div><div class="ttdeci">DataType</div><div class="ttdef"><b>Definition:</b> <a href="_types_8hpp_source.xhtml#l00032">Types.hpp:32</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a154b1f8adf21e8e368d27882d02c0abd"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a154b1f8adf21e8e368d27882d02c0abd">PadFloat324dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; PadFloat324dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00494">PadTestImpl.cpp:494</a></div></div>
<div class="ttc" id="_abs_test_impl_8cpp_xhtml_a2fc5839a20265070a0e5c9c3d4527218"><div class="ttname"><a href="_abs_test_impl_8cpp.xhtml#a2fc5839a20265070a0e5c9c3d4527218">Abs3dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Abs3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_abs_test_impl_8cpp_source.xhtml#l00042">AbsTestImpl.cpp:42</a></div></div>
<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_a7d08e6e6748e33b4bffee532b790d876"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#a7d08e6e6748e33b4bffee532b790d876">DequantizeSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00132">DequantizeTestImpl.cpp:132</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ab8a322e5bf189a816d024ea8d72f85eb"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ab8a322e5bf189a816d024ea8d72f85eb">StridedSliceShrinkAxisMaskBitPosition0And2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00908">StridedSliceTestImpl.cpp:908</a></div></div>
<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a449a360cd864483064ae2991db8edcd8"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a449a360cd864483064ae2991db8edcd8">BatchNormFloat32NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BatchNormFloat32NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00253">BatchNormalizationTestImpl.cpp:253</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a73a966ecaf112657264c469a00cb898a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a73a966ecaf112657264c469a00cb898a">StridedSlice3dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSlice3dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00936">StridedSliceTestImpl.cpp:936</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_aaa52b691f1734bf8ed1b983a4ccb9e7c"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#aaa52b691f1734bf8ed1b983a4ccb9e7c">PadFloat322dCustomPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; PadFloat322dCustomPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00480">PadTestImpl.cpp:480</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_aa064b0204bbf393de5712227c78dbadd"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#aa064b0204bbf393de5712227c78dbadd">ResizeBilinearNopTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearNopTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00143">ResizeTestImpl.cpp:143</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a82112a3eb0229f9b4229ab214e356e87"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a82112a3eb0229f9b4229ab214e356e87">StridedSliceShrinkAxisMaskBitPosition1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01008">StridedSliceTestImpl.cpp:1008</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a19eddd116e2b25fe1e3f5dabe7811881"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a19eddd116e2b25fe1e3f5dabe7811881">CompareSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; CompareSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00690">SoftmaxTestImpl.cpp:690</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a923aa3e41cd11f5eeb7cc973fd8d3c76"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a923aa3e41cd11f5eeb7cc973fd8d3c76">TanhTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; TanhTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00997">ActivationTestImpl.cpp:997</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_af58d639c9d64bb08acb8b8e3ffaccbbb"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#af58d639c9d64bb08acb8b8e3ffaccbbb">SubtractionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00101">SubtractionTestImpl.cpp:101</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_aaf1a58bdaf53efb1093601746773df9a"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#aaf1a58bdaf53efb1093601746773df9a">ResizeNearestNeighborMagTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborMagTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout, float inQuantScale, int32_t inQuantOffset, float outQuantScale, int32_t outQuantOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00487">ResizeTestImpl.cpp:487</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a1f8ad3cf8df29398ea04eaa4c790a100"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a1f8ad3cf8df29398ea04eaa4c790a100">Concat3dDim1DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim1DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02837">ConcatTestImpl.cpp:2837</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_ad8a2ca082563b114f8ad4c9cecf68185"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#ad8a2ca082563b114f8ad4c9cecf68185">SimpleResizeBilinearTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleResizeBilinearTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00176">ResizeTestImpl.cpp:176</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2f7ec646738a0e279cfbb77afb3e41bd"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2f7ec646738a0e279cfbb77afb3e41bd">SimpleMaxPooling2dSize3x3Stride2x4Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleMaxPooling2dSize3x3Stride2x4Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01384">Pooling2dTestImpl.cpp:1384</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_addef260aaa3c7f7f1d08f821b823af33"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#addef260aaa3c7f7f1d08f821b823af33">CompareActivationUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; CompareActivationUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, armnn::ActivationFunction f)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01247">ActivationTestImpl.cpp:1247</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a671584b349d7c94cd7c108c8507ba149"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a671584b349d7c94cd7c108c8507ba149">IgnorePaddingL2Pooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingL2Pooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01762">Pooling2dTestImpl.cpp:1762</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_afdc8b9898475e00425b125447eb0bf3e"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#afdc8b9898475e00425b125447eb0bf3e">IgnorePaddingSimpleAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01544">Pooling2dTestImpl.cpp:1544</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_a5de28a891279bb721def701fef87cdd8"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#a5de28a891279bb721def701fef87cdd8">RsqrtZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; RsqrtZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00069">RsqrtTestImpl.cpp:69</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a877db889dceb3c5d650e11fc5a202341"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a877db889dceb3c5d650e11fc5a202341">SpaceToBatchNdMultiChannelsNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiChannelsNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00426">SpaceToBatchNdTestImpl.cpp:426</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a40684d007b06d15a597cfbe799b40977"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a40684d007b06d15a597cfbe799b40977">StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01048">StridedSliceTestImpl.cpp:1048</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aa7bc50e556c61d08ec5ac89a6660199c"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aa7bc50e556c61d08ec5ac89a6660199c">StridedSlice2dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSlice2dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00943">StridedSliceTestImpl.cpp:943</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_ae1a85305061c6a46d51dad7ca607d8b7"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#ae1a85305061c6a46d51dad7ca607d8b7">Rsqrt3dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Rsqrt3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00040">RsqrtTestImpl.cpp:40</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_af5b51da08139262f68be752047e1b94c"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#af5b51da08139262f68be752047e1b94c">Concat4dDiffShapeDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02891">ConcatTestImpl.cpp:2891</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1ae7051fee20eaf2c6932698affe8cd4"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1ae7051fee20eaf2c6932698affe8cd4">StridedSliceSimpleRangeMaskUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSliceSimpleRangeMaskUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00978">StridedSliceTestImpl.cpp:978</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_adc56c136b4282f6fa64014883a9776df"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#adc56c136b4282f6fa64014883a9776df">MaximumBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00059">MaximumTestImpl.cpp:59</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a08f0f600ccb1177214c69cd21a04e8a4"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a08f0f600ccb1177214c69cd21a04e8a4">DepthwiseConvolution2dAsymmetricTest</a></div><div class="ttdeci">DataLayout::NCHW DataLayout::NCHW DataLayout::NHWC DataLayout::NHWC DepthwiseConvolution2dAsymmetricTest</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00202">ClLayerTests.cpp:202</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaa6bba7052636d1740303b1b2ef3b53fef"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa6bba7052636d1740303b1b2ef3b53fef">armnn::ActivationFunction::SoftReLu</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a961bbfe1db71a848eff5a1f0ab775718ab1897515d548a960afe49ecf66a29021"><div class="ttname"><a href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718ab1897515d548a960afe49ecf66a29021">armnn::PoolingAlgorithm::Average</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a399443fa2f42e0cc53bb15cb9e9c2cbc"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a399443fa2f42e0cc53bb15cb9e9c2cbc">GreaterBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00516">ComparisonTestImpl.cpp:516</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a31872d5729b4d7734c1eb0d189a0eece"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a31872d5729b4d7734c1eb0d189a0eece">AbsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AbsTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00771">ActivationTestImpl.cpp:771</a></div></div>
<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_ab56193e66573ccaa72b1576bc9bb8a17"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#ab56193e66573ccaa72b1576bc9bb8a17">DequantizeOffsetUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeOffsetUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00139">DequantizeTestImpl.cpp:139</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_add116b7aa31dac3c19f6603d8c7adf9f"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#add116b7aa31dac3c19f6603d8c7adf9f">SpaceToBatchNdPaddingUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdPaddingUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00356">SpaceToBatchNdTestImpl.cpp:356</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_aedabb354e4e5af0759202e4dbbeb8441"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#aedabb354e4e5af0759202e4dbbeb8441">SubtractionUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00019">SubtractionTestImpl.cpp:19</a></div></div>
<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_a041d534027842cde6747e50651d23fa3"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#a041d534027842cde6747e50651d23fa3">QuantizeSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; QuantizeSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00128">QuantizeTestImpl.cpp:128</a></div></div>
<div class="ttc" id="_depth_to_space_test_impl_8cpp_xhtml_a06c0011e886eec8e9b99ddd399e86d2b"><div class="ttname"><a href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTest2</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthToSpaceTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_depth_to_space_test_impl_8cpp_source.xhtml#l00106">DepthToSpaceTestImpl.cpp:106</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa40068e0a65840e70b2da4902a0f47da"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa40068e0a65840e70b2da4902a0f47da">Concat4dDiffShapeDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02314">ConcatTestImpl.cpp:2314</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_affbb9e1924205682a80918a3ee91df3f"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#affbb9e1924205682a80918a3ee91df3f">PadFloat323dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; PadFloat323dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00487">PadTestImpl.cpp:487</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a19f29e6ac7af2f7ee8316048c6638aff"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a19f29e6ac7af2f7ee8316048c6638aff">IgnorePaddingSimpleAveragePooling2dNoPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleAveragePooling2dNoPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01560">Pooling2dTestImpl.cpp:1560</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a86f53855f5ab422f4e035b1aa11676f8"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a86f53855f5ab422f4e035b1aa11676f8">SqrtNNTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; SqrtNNTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00792">ActivationTestImpl.cpp:792</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_acbe1a2adccd9e0aad14fc0ccb9266b0d"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#acbe1a2adccd9e0aad14fc0ccb9266b0d">SimpleConvolution2d3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02986">Conv2dTestImpl.cpp:2986</a></div></div>
<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_a0fb6957126b671361ccdd80f3549faa9"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#a0fb6957126b671361ccdd80f3549faa9">FullyConnectedLargeTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; FullyConnectedLargeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool transposeWeights)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00344">FullyConnectedTestImpl.cpp:344</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_ab102e5bc3a3b04360a0f42e25ab3c898"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#ab102e5bc3a3b04360a0f42e25ab3c898">Addition5dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; Addition5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00089">AdditionTestImpl.cpp:89</a></div></div>
<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_a360ca085905d3cf780e7a57ab6afecbb"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#a360ca085905d3cf780e7a57ab6afecbb">MinimumBroadcast1ElementTest1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MinimumBroadcast1ElementTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00019">MinimumTestImpl.cpp:19</a></div></div>
<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_adebc1b0c8f1a761ca7a7721f6195dead"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#adebc1b0c8f1a761ca7a7721f6195dead">Convolution2dPerAxisQuantTest</a></div><div class="ttdeci">DataLayout::NHWC DataLayout::NHWC DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW Convolution2dPerAxisQuantTest</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00172">RefLayerTests.cpp:172</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_abda46e7bc7a34b572ec26ead0ce222a3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#abda46e7bc7a34b572ec26ead0ce222a3">StridedSliceShrinkAxisMaskBitPosition0And3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00915">StridedSliceTestImpl.cpp:915</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaabc5a0f0d6e7cf7fca73299dcd46c0f0d"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaabc5a0f0d6e7cf7fca73299dcd46c0f0d">armnn::ActivationFunction::BoundedReLu</a></div><div class="ttdoc">min(a, max(b, input)) ReLu1 &amp; ReLu6. </div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a99ef3f48cbd057e0169bc80dc77331ef"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Convolution2d2x3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d2x3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01139">Conv2dTestImpl.cpp:1139</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aa902e6279bcb1cbdff3392f5f3029d3e"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa902e6279bcb1cbdff3392f5f3029d3e">SpaceToBatchNdPaddingNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdPaddingNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00440">SpaceToBatchNdTestImpl.cpp:440</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a5284469ca9fb8e8945b995e0b96b904b"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a5284469ca9fb8e8945b995e0b96b904b">MaximumSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00019">MaximumTestImpl.cpp:19</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ad5690176a9dd35986a5e895f1378efc0"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ad5690176a9dd35986a5e895f1378efc0">IgnorePaddingAveragePooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingAveragePooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01591">Pooling2dTestImpl.cpp:1591</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a2b2c2f8f89d96932e62b95e7a22961d4"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a2b2c2f8f89d96932e62b95e7a22961d4">CompareConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03184">Conv2dTestImpl.cpp:3184</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a9d679b4a18c9cadc563bd77a726a3726"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a9d679b4a18c9cadc563bd77a726a3726">ConcatDifferentInputOutputQParamTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; ConcatDifferentInputOutputQParamTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l01916">ConcatTestImpl.cpp:1916</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_aaab75bc035d8c526ed95a85893dfa8f4"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#aaab75bc035d8c526ed95a85893dfa8f4">SimpleTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00218">TransposeConvolution2dTestImpl.cpp:218</a></div></div>
<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_a925b0f3783cc793c72ca589fb99351e7"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#a925b0f3783cc793c72ca589fb99351e7">DequantizeSimpleInt16ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; DequantizeSimpleInt16ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00189">DequantizeTestImpl.cpp:189</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a5103df4c034f9679776cd55e81cd93a4"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a5103df4c034f9679776cd55e81cd93a4">IgnorePaddingSimpleAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01537">Pooling2dTestImpl.cpp:1537</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aafecf98426773306be1715559ea4019e"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aafecf98426773306be1715559ea4019e">SimpleL2Pooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleL2Pooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01615">Pooling2dTestImpl.cpp:1615</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1076a858d364ba56079975c5d6650538"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1076a858d364ba56079975c5d6650538">StridedSliceShrinkAxisMaskBitPosition2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00887">StridedSliceTestImpl.cpp:887</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_af0572509ff7220e8577a9fbe5dadaf35"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#af0572509ff7220e8577a9fbe5dadaf35">StridedSliceShrinkAxisMaskFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00852">StridedSliceTestImpl.cpp:852</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a1da87c55324e86f4d3aa7fe8c6c426d3"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a1da87c55324e86f4d3aa7fe8c6c426d3">MultiplicationBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00236">MultiplicationTestImpl.cpp:236</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a65ea4a275066dd49ca9a23185a103b2c"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a65ea4a275066dd49ca9a23185a103b2c">Slice3dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Slice3dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00226">SliceTestImpl.cpp:226</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aebf3818a354d9b15fe922b010ac21892"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aebf3818a354d9b15fe922b010ac21892">StridedSlice2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSlice2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01078">StridedSliceTestImpl.cpp:1078</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_a0ffe3f6f1297b8dc4c3f49389933c7d8"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a0ffe3f6f1297b8dc4c3f49389933c7d8">DivisionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00060">DivisionTestImpl.cpp:60</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a56613b5467a32cf602c162b2b6d28c5b"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a56613b5467a32cf602c162b2b6d28c5b">Multiplication5dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; Multiplication5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00058">MultiplicationTestImpl.cpp:58</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaaed67cf7d54c570e4c4891800f085f41d"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaed67cf7d54c570e4c4891800f085f41d">armnn::ActivationFunction::Elu</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a80764e491b5a12e5184780be13c42fec"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a80764e491b5a12e5184780be13c42fec">StackFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; StackFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00546">StackTestImpl.cpp:546</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_aba0c3336ffd8a44dc4ab7d61a32fd5c2"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#aba0c3336ffd8a44dc4ab7d61a32fd5c2">ArgMinWidthTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMinWidthTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00223">ArgMinMaxTestImpl.cpp:223</a></div></div>
<div class="ttc" id="_abs_test_impl_8cpp_xhtml_a42d603bfb2ab47753dc345621a0ef86e"><div class="ttname"><a href="_abs_test_impl_8cpp.xhtml#a42d603bfb2ab47753dc345621a0ef86e">AbsZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; AbsZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_abs_test_impl_8cpp_source.xhtml#l00072">AbsTestImpl.cpp:72</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a3243253d785689cb8ab67640b3d23627"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a3243253d785689cb8ab67640b3d23627">SpaceToBatchNdMultiBlockNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiBlockNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00433">SpaceToBatchNdTestImpl.cpp:433</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6852f3bb0b5a59260e0f76031e64cb3e"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6852f3bb0b5a59260e0f76031e64cb3e">Concat4dDiffShapeDim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim3Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02907">ConcatTestImpl.cpp:2907</a></div></div>
<div class="ttc" id="_profiler_tests_8cpp_xhtml_af7f71af5c6c124222dd1c42c5df892f4"><div class="ttname"><a href="_profiler_tests_8cpp.xhtml#af7f71af5c6c124222dd1c42c5df892f4">BOOST_AUTO_TEST_SUITE_END</a></div><div class="ttdeci">BOOST_AUTO_TEST_SUITE_END()</div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_ae5aae49a1e7c7ff2cb80cba1ae421ea6"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#ae5aae49a1e7c7ff2cb80cba1ae421ea6">LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01888">LstmTestImpl.cpp:1888</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_af5dc1277647c283cd0d04e8ae79b3b5c"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#af5dc1277647c283cd0d04e8ae79b3b5c">MultiplicationBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00128">MultiplicationTestImpl.cpp:128</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a398f4322d3f71cc0fe4a04831a556c91"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a398f4322d3f71cc0fe4a04831a556c91">Concat2dDim1DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim1DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02799">ConcatTestImpl.cpp:2799</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a00264a85539177528b812af3df9a664a"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a00264a85539177528b812af3df9a664a">PadUint84dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; PadUint84dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00466">PadTestImpl.cpp:466</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a1a90f524b460439bb8e386ea672acd6c"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a1a90f524b460439bb8e386ea672acd6c">L2Normalization2dShapeTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; L2Normalization2dShapeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00672">L2NormalizationTestImpl.cpp:672</a></div></div>
<div class="ttc" id="_prelu_test_impl_8hpp_xhtml_a1330e64bd2b612dfc2b2e87ff748654b"><div class="ttname"><a href="_prelu_test_impl_8hpp.xhtml#a1330e64bd2b612dfc2b2e87ff748654b">PreluTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PreluTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_prelu_test_impl_8hpp_source.xhtml#l00023">PreluTestImpl.hpp:23</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a9199f32df2745143e544e703c2380dd4"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a9199f32df2745143e544e703c2380dd4">Concat4dDiffShapeDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02307">ConcatTestImpl.cpp:2307</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ac7bae01fdca8edac70cc9bc722426b17"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ac7bae01fdca8edac70cc9bc722426b17">SimpleConvolution2d3x3NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x3NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l02996">Conv2dTestImpl.cpp:2996</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a36afb02cfc0246cd6bf3dfe37d624670"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a36afb02cfc0246cd6bf3dfe37d624670">GreaterBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00450">ComparisonTestImpl.cpp:450</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a549f1d04a9747d0c3046e0b708d67116"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a549f1d04a9747d0c3046e0b708d67116">Concat2dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02777">ConcatTestImpl.cpp:2777</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a34b0c55684f6c59314d62916c628dd11"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a34b0c55684f6c59314d62916c628dd11">StackOutput5DFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; StackOutput5DFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00539">StackTestImpl.cpp:539</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_a6e5d88259b3850369b5a20071011df8d"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a6e5d88259b3850369b5a20071011df8d">ArgMaxSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMaxSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00064">ArgMinMaxTestImpl.cpp:64</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_abdb3d542a8c5a5e6a42cb91e3ebce21f"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#abdb3d542a8c5a5e6a42cb91e3ebce21f">IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01568">Pooling2dTestImpl.cpp:1568</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a7d932f3979f1e4c74d17456048e59307"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a7d932f3979f1e4c74d17456048e59307">SpaceToDepthNchwQSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToDepthNchwQSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00242">SpaceToDepthTestImpl.cpp:242</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a940a1ae771008b652d561fd1bb104ad1"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a940a1ae771008b652d561fd1bb104ad1">SpaceToDepthNhwcAsymmQ8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToDepthNhwcAsymmQ8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00157">SpaceToDepthTestImpl.cpp:157</a></div></div>
<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_ac9095191057d43c10755932927d23eb2"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#ac9095191057d43c10755932927d23eb2">MinimumBroadcast1ElementTest2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MinimumBroadcast1ElementTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00044">MinimumTestImpl.cpp:44</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a75091ca6eb52deea2ce14ad8f6261236"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a75091ca6eb52deea2ce14ad8f6261236">Concat3dDim2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim2Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02821">ConcatTestImpl.cpp:2821</a></div></div>
<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_ac95add95bf20160322f853e3bf4eff81"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#ac95add95bf20160322f853e3bf4eff81">CopyViaSplitterFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; CopyViaSplitterFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00353">SplitterTestImpl.cpp:353</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_af03f4a1d9c3dfb46484db4e1b9e9261e"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#af03f4a1d9c3dfb46484db4e1b9e9261e">PermuteValueSet2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00157">PermuteTestImpl.hpp:157</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_aa986502e638eba65543c1cbb01467d26"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#aa986502e638eba65543c1cbb01467d26">ReLuUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ReLuUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00563">ActivationTestImpl.cpp:563</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a52af2639a8f96fbbc86343ea8914033a"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a52af2639a8f96fbbc86343ea8914033a">ConstantLinearActivationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ConstantLinearActivationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00368">ActivationTestImpl.cpp:368</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a0a33f1e45b1e0f680cb9540884ee0ba7"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a0a33f1e45b1e0f680cb9540884ee0ba7">MultiplicationBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00268">MultiplicationTestImpl.cpp:268</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a7fa8169c343d8e7fb11eb7750b06bef5"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a7fa8169c343d8e7fb11eb7750b06bef5">ResizeNearestNeighborSqMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborSqMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00409">ResizeTestImpl.cpp:409</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a53e7feb3d85cdd83e81a43a4e8a6f8f0"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ARMNN_AUTO_TEST_CASE</a></div><div class="ttdeci">ARMNN_AUTO_TEST_CASE(UnbiasedConvolution2dStride2x2Nhwc, SimpleConvolution2d3x3Stride2x2Test, false, DataLayout::NHWC) ARMNN_AUTO_TEST_CASE(SimpleConvolution2dAsymmetricPaddingNhwc</div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_af226f71b992ee8076a3880def72b1f3f"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">CompareActivationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareActivationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, armnn::ActivationFunction f, unsigned int batchSize)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01236">ActivationTestImpl.cpp:1236</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a191a47193f192d4aeec276f080e97620"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a191a47193f192d4aeec276f080e97620">Slice3dInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 3 &gt; Slice3dInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00276">SliceTestImpl.cpp:276</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a3789eb1689edeed1aae83c773e75607c"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a3789eb1689edeed1aae83c773e75607c">IgnorePaddingSimpleMaxPooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleMaxPooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01441">Pooling2dTestImpl.cpp:1441</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_affc47aa67b12443954b58a1bc9a8b176"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#affc47aa67b12443954b58a1bc9a8b176">StridedSliceShrinkAxisMaskUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00985">StridedSliceTestImpl.cpp:985</a></div></div>
<div class="ttc" id="_reshape_test_impl_8cpp_xhtml_a27e70e33db384629f46baac2b95a71cd"><div class="ttname"><a href="_reshape_test_impl_8cpp.xhtml#a27e70e33db384629f46baac2b95a71cd">SimpleReshapeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleReshapeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_test_impl_8cpp_source.xhtml#l00057">ReshapeTestImpl.cpp:57</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a3de096f0e07787adaf34b6d348ca9543"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a3de096f0e07787adaf34b6d348ca9543">Concat4dDim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim3Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02875">ConcatTestImpl.cpp:2875</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a923f001a2b8935a4404fc605398cabce"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a923f001a2b8935a4404fc605398cabce">StridedSlice4dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSlice4dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00957">StridedSliceTestImpl.cpp:957</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ae4591d1175ba7115661b8eb80745cb64"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ae4591d1175ba7115661b8eb80745cb64">L2Pooling2dSize7Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize7Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01693">Pooling2dTestImpl.cpp:1693</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac734c42ca4e1ed7115b863df4fc7d0a7"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac734c42ca4e1ed7115b863df4fc7d0a7">SpaceToBatchNdMultiBlockNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiBlockNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00377">SpaceToBatchNdTestImpl.cpp:377</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_abe18a5033f2ab9c0de82c676b48f5437a37bac6dce4f46277d89bfa3003e2e39b"><div class="ttname"><a href="namespacearmnn.xhtml#abe18a5033f2ab9c0de82c676b48f5437a37bac6dce4f46277d89bfa3003e2e39b">armnn::NormalizationAlgorithmChannel::Within</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6a0578f5cabc3b13c8800066d094f08b"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6a0578f5cabc3b13c8800066d094f08b">Concat3dDim2DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim2DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02845">ConcatTestImpl.cpp:2845</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aee2ed5699e992ab910722c6a8fc66fd2"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aee2ed5699e992ab910722c6a8fc66fd2">SpaceToBatchNdMultiBlockUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiBlockUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00349">SpaceToBatchNdTestImpl.cpp:349</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a03b7b4da7af98cb4fa9bbecb785ce5dd"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a03b7b4da7af98cb4fa9bbecb785ce5dd">QuantizedLstmTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; QuantizedLstmTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02096">LstmTestImpl.cpp:2096</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_afd429b00b6869309e768fc7ecdc1d3aa"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#afd429b00b6869309e768fc7ecdc1d3aa">DivisionByZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionByZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00019">DivisionTestImpl.cpp:19</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aff6acb9339db3efee5709040044fde87"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aff6acb9339db3efee5709040044fde87">StridedSlice3dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSlice3dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00929">StridedSliceTestImpl.cpp:929</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a05a20c3e942d8088ddb3e572b601da33"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a05a20c3e942d8088ddb3e572b601da33">ResizeBilinearSqMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearSqMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00215">ResizeTestImpl.cpp:215</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_ae6ec1c0ad5b1b94d03c160c8122587cc"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#ae6ec1c0ad5b1b94d03c160c8122587cc">L2NormalizationNonDefaultEpsilonTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2NormalizationNonDefaultEpsilonTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00566">L2NormalizationTestImpl.cpp:566</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_a64e49b8f5d6e3a5888444b6b83dd9f1f"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#a64e49b8f5d6e3a5888444b6b83dd9f1f">StridedTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; StridedTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00394">TransposeConvolution2dTestImpl.cpp:394</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a2f69fcf5799a4b9d2015e2f434235af6"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a2f69fcf5799a4b9d2015e2f434235af6">SpaceToBatchNdSimpleNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdSimpleNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00363">SpaceToBatchNdTestImpl.cpp:363</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a570d361929f2e06b8d92f37daa07cb38"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a570d361929f2e06b8d92f37daa07cb38">StridedSliceShrinkAxisMaskBitPosition0And1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00901">StridedSliceTestImpl.cpp:901</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_adb6ba6c44d583efecba6c8b1a8390b3f"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#adb6ba6c44d583efecba6c8b1a8390b3f">StridedSliceShrinkAxisMaskBitPosition1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00880">StridedSliceTestImpl.cpp:880</a></div></div>
<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_af433076d80e2776cc16fe16c4616a2a4"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#af433076d80e2776cc16fe16c4616a2a4">QuantizeClampUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; QuantizeClampUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00135">QuantizeTestImpl.cpp:135</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a558d9c92e7ea3ee340cd10df88511e43"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a558d9c92e7ea3ee340cd10df88511e43">GreaterSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00440">ComparisonTestImpl.cpp:440</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_aa87c451f7a773fd4ec9cdf11c20d7a58"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#aa87c451f7a773fd4ec9cdf11c20d7a58">SimpleSigmoidTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleSigmoidTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00499">ActivationTestImpl.cpp:499</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a8151292f60be01bf90945dc3af50225b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a8151292f60be01bf90945dc3af50225b">StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01032">StridedSliceTestImpl.cpp:1032</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaaceb46ca115d05c51aa5a16a8867c3304"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaceb46ca115d05c51aa5a16a8867c3304">armnn::ActivationFunction::Square</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2783cdc0a074cbdfbf2f91e116c92c97"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2783cdc0a074cbdfbf2f91e116c92c97">SimpleMaxPooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleMaxPooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01411">Pooling2dTestImpl.cpp:1411</a></div></div>
<div class="ttc" id="_cl_context_control_fixture_8hpp_xhtml"><div class="ttname"><a href="_cl_context_control_fixture_8hpp.xhtml">ClContextControlFixture.hpp</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a4bff97bff3f9fb4cf473812dee810de0"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a4bff97bff3f9fb4cf473812dee810de0">AdditionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00346">AdditionTestImpl.cpp:346</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a961bbfe1db71a848eff5a1f0ab775718a6a061313d22e51e0f25b7cd4dc065233"><div class="ttname"><a href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718a6a061313d22e51e0f25b7cd4dc065233">armnn::PoolingAlgorithm::Max</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_afbfbaebea4554cdec9b26572c7ded900"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#afbfbaebea4554cdec9b26572c7ded900">MultiplicationUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00186">MultiplicationTestImpl.cpp:186</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a671ba569bce68f75bdfe3a24158f9a29"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a671ba569bce68f75bdfe3a24158f9a29">MaximumBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00284">MaximumTestImpl.cpp:284</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a8c53d690773392aeeaa0eeae95fd16e2"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a8c53d690773392aeeaa0eeae95fd16e2">L2Pooling2dSize3Stride3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize3Stride3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01659">Pooling2dTestImpl.cpp:1659</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a961bbfe1db71a848eff5a1f0ab775718a7e6aa2d53f6ee2b1a34b017fa403cb76"><div class="ttname"><a href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718a7e6aa2d53f6ee2b1a34b017fa403cb76">armnn::PoolingAlgorithm::L2</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a49081ef56cfc5fafad212dfbce4f259b"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a49081ef56cfc5fafad212dfbce4f259b">SimpleSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; SimpleSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00304">SoftmaxTestImpl.cpp:304</a></div></div>
<div class="ttc" id="struct_cl_context_control_fixture_base_xhtml"><div class="ttname"><a href="struct_cl_context_control_fixture_base.xhtml">ClContextControlFixtureBase</a></div><div class="ttdef"><b>Definition:</b> <a href="_cl_context_control_fixture_8hpp_source.xhtml#l00012">ClContextControlFixture.hpp:12</a></div></div>
<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_aa199df9ca7c476e9bf613a3c3f8c7b56"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#aa199df9ca7c476e9bf613a3c3f8c7b56">InstanceNormFloat16Test2</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; InstanceNormFloat16Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00261">InstanceNormalizationTestImpl.cpp:261</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a6bc141e53a0d4bb9ca7a902236a1e02f"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a6bc141e53a0d4bb9ca7a902236a1e02f">StridedSliceSimpleRangeMaskFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceSimpleRangeMaskFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00845">StridedSliceTestImpl.cpp:845</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a359c1f734f9da1d6459e9d878e5612ba"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a359c1f734f9da1d6459e9d878e5612ba">BoundedReLuUpperBoundOnlyTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BoundedReLuUpperBoundOnlyTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00122">ActivationTestImpl.cpp:122</a></div></div>
<div class="ttc" id="_dequantize_test_impl_8cpp_xhtml_ace2eed3bc22c77fc1b99f040e7289c65"><div class="ttname"><a href="_dequantize_test_impl_8cpp.xhtml#ace2eed3bc22c77fc1b99f040e7289c65">DequantizeSimpleInt16Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DequantizeSimpleInt16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_dequantize_test_impl_8cpp_source.xhtml#l00167">DequantizeTestImpl.cpp:167</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_a36dffbd3811b8524b9e288ce693198d4"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#a36dffbd3811b8524b9e288ce693198d4">SimpleNormalizationWithinTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationWithinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00367">NormalizationTestImpl.cpp:367</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a21af5850bca4df2ea0315afb407e7900"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a21af5850bca4df2ea0315afb407e7900">CompareDepthwiseConvolution2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; CompareDepthwiseConvolution2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03434">Conv2dTestImpl.cpp:3434</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a230ab661651ba87930a5bc6a7604e6c8"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a230ab661651ba87930a5bc6a7604e6c8">SubtractionBroadcastTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionBroadcastTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00147">SubtractionTestImpl.cpp:147</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aa08588825c1eb4d084317dbd60e46844"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa08588825c1eb4d084317dbd60e46844">SpaceToBatchNdPaddingFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdPaddingFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00300">SpaceToBatchNdTestImpl.cpp:300</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a1a5bb4ab6841dd39e48089413cf8fe05"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a1a5bb4ab6841dd39e48089413cf8fe05">Concat4dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02285">ConcatTestImpl.cpp:2285</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_a0545d125bac84b2e1a6b952bc4f3e20d"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#a0545d125bac84b2e1a6b952bc4f3e20d">TransposeValueSet3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; TransposeValueSet3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00207">TransposeTestImpl.hpp:207</a></div></div>
<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_a9aa238fbd4c6a6d1259b31d2a51c93b8"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#a9aa238fbd4c6a6d1259b31d2a51c93b8">FullyConnectedFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; FullyConnectedFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool biasEnabled, bool transposeWeights)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00247">FullyConnectedTestImpl.cpp:247</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a7aa10bded0d26089e0bc4333ada10064"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a7aa10bded0d26089e0bc4333ada10064">BoundedReLuUint8UpperBoundOnlyTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BoundedReLuUint8UpperBoundOnlyTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00153">ActivationTestImpl.cpp:153</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_aec44c163ed62de4b5c9bd573cb7f7b3e"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#aec44c163ed62de4b5c9bd573cb7f7b3e">LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01926">LstmTestImpl.cpp:1926</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f"><div class="ttname"><a href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">armnn::DataLayout::NCHW</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_acaf2a0cb0375acbad4564aaa511138a5"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#acaf2a0cb0375acbad4564aaa511138a5">Slice2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Slice2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00257">SliceTestImpl.cpp:257</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d"><div class="ttname"><a href="namespacearmnn.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d">armnn::NormalizationAlgorithmMethod::LocalBrightness</a></div><div class="ttdoc">Krichevsky 2012: Local Brightness Normalization. </div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ae6eec78e8c9af37214d683eb97085ffb"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ae6eec78e8c9af37214d683eb97085ffb">L2Pooling2dSize9Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize9Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01714">Pooling2dTestImpl.cpp:1714</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a064731952a5662725b679e33a8f96997"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a064731952a5662725b679e33a8f96997">StridedSliceShrinkAxisMaskBitPosition3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01024">StridedSliceTestImpl.cpp:1024</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ab5703ba71ea408eb6939a5be35b67a2f"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ab5703ba71ea408eb6939a5be35b67a2f">Concat2dDim0DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim0DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02218">ConcatTestImpl.cpp:2218</a></div></div>
<div class="ttc" id="_unit_tests_8hpp_xhtml_a07e04849fc0700facf91fecce71ff733"><div class="ttname"><a href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">ARMNN_COMPARE_REF_AUTO_TEST_CASE</a></div><div class="ttdeci">#define ARMNN_COMPARE_REF_AUTO_TEST_CASE(TestName, TestFunction,...)</div><div class="ttdef"><b>Definition:</b> <a href="_unit_tests_8hpp_source.xhtml#l00099">UnitTests.hpp:99</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_abe18a5033f2ab9c0de82c676b48f5437a810f43f3996922151c39b76143faeecc"><div class="ttname"><a href="namespacearmnn.xhtml#abe18a5033f2ab9c0de82c676b48f5437a810f43f3996922151c39b76143faeecc">armnn::NormalizationAlgorithmChannel::Across</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a1558635c203ba5cd97f6702082976545"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a1558635c203ba5cd97f6702082976545">MeanKeepDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; MeanKeepDimsTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00106">MeanTestImpl.hpp:106</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a20451e449b1dbd11ae7b5bc0f8c165b4"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a20451e449b1dbd11ae7b5bc0f8c165b4">SpaceToBatchNdMultiChannelsFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiChannelsFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00286">SpaceToBatchNdTestImpl.cpp:286</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_aebfc4dddd6d3c2f9f3631383875180ab"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#aebfc4dddd6d3c2f9f3631383875180ab">MaximumBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00083">MaximumTestImpl.cpp:83</a></div></div>
<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a39988d3dc5c636fa49e8192f26d72554"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a39988d3dc5c636fa49e8192f26d72554">CompareBatchNormTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareBatchNormTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00587">BatchNormalizationTestImpl.cpp:587</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad970167c99234cfcc22107efbe3503d3"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad970167c99234cfcc22107efbe3503d3">Concat3dDim0DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim0DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02254">ConcatTestImpl.cpp:2254</a></div></div>
<div class="ttc" id="_depth_to_space_test_impl_8cpp_xhtml_ab24c4e3bbd4afb21d1e25f32a773284c"><div class="ttname"><a href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTest1</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; DepthToSpaceTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_depth_to_space_test_impl_8cpp_source.xhtml#l00077">DepthToSpaceTestImpl.cpp:77</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a336e63cb246a1d6f8b5a02367932471a"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a336e63cb246a1d6f8b5a02367932471a">L2Normalization3dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00731">L2NormalizationTestImpl.cpp:731</a></div></div>
<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_aa4859cf8f51ed45e7326a4719097e26b"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#aa4859cf8f51ed45e7326a4719097e26b">MinimumBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MinimumBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00068">MinimumTestImpl.cpp:68</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a9ad391ecc4e862cef1126906c3db42c8"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">DepthwiseConvolution2dDepthMul64Test</a></div><div class="ttdeci">DataLayout::NCHW DataLayout::NCHW DataLayout::NHWC DataLayout::NHWC DataLayout::NCHW DataLayout::NHWC DepthwiseConvolution2dDepthMul64Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00210">ClLayerTests.cpp:210</a></div></div>
<div class="ttc" id="_convert_fp32_to_fp16_test_impl_8cpp_xhtml_a9f647100f2c2ba05fe0e37d75271b00d"><div class="ttname"><a href="_convert_fp32_to_fp16_test_impl_8cpp.xhtml#a9f647100f2c2ba05fe0e37d75271b00d">SimpleConvertFp32ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SimpleConvertFp32ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_convert_fp32_to_fp16_test_impl_8cpp_source.xhtml#l00014">ConvertFp32ToFp16TestImpl.cpp:14</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a142df3b6c7d699e7623fb37ff95e8c5a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a142df3b6c7d699e7623fb37ff95e8c5a">Concat2dDim1DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim1DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02225">ConcatTestImpl.cpp:2225</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_aa52cf5a2574addfe0460c29198fa0a98"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#aa52cf5a2574addfe0460c29198fa0a98">Rsqrt2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Rsqrt2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00011">RsqrtTestImpl.cpp:11</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a07b74f034f52a7c5dae44a74efb8019e"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a07b74f034f52a7c5dae44a74efb8019e">PadUint82dCustomPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; PadUint82dCustomPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00452">PadTestImpl.cpp:452</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a416503aafd0e95894ff1d40bf4b9750e"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a416503aafd0e95894ff1d40bf4b9750e">L2Pooling2dSize9Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize9Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01721">Pooling2dTestImpl.cpp:1721</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a49c8f922a49a5a66e2b12b928855a8c3"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a49c8f922a49a5a66e2b12b928855a8c3">SimpleResizeNearestNeighborTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleResizeNearestNeighborTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00370">ResizeTestImpl.cpp:370</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a0d366093ec6ca27079466c811151665c"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a0d366093ec6ca27079466c811151665c">Simple4dSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Simple4dSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00425">SoftmaxTestImpl.cpp:425</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a462db75851b433b8739039a789e14c0f"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a462db75851b433b8739039a789e14c0f">Concat3dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02239">ConcatTestImpl.cpp:2239</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ac35cf0cf94be82c20908316292704a00"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ac35cf0cf94be82c20908316292704a00">StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01056">StridedSliceTestImpl.cpp:1056</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaa32a843da6ea40ab3b17a3421ccdf671b"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa32a843da6ea40ab3b17a3421ccdf671b">armnn::ActivationFunction::Linear</a></div></div>
<div class="ttc" id="_cl_workload_utils_8hpp_xhtml"><div class="ttname"><a href="_cl_workload_utils_8hpp.xhtml">ClWorkloadUtils.hpp</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a916c9acb126444caa775d14c635acaf8"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a916c9acb126444caa775d14c635acaf8">Concat2dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02204">ConcatTestImpl.cpp:2204</a></div></div>
<div class="ttc" id="_reshape_test_impl_8cpp_xhtml_a75b012fe56435f53e13fd8ab123aef9c"><div class="ttname"><a href="_reshape_test_impl_8cpp.xhtml#a75b012fe56435f53e13fd8ab123aef9c">Reshape5dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 5 &gt; Reshape5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_test_impl_8cpp_source.xhtml#l00109">ReshapeTestImpl.cpp:109</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a3a6e0120f7dce89c2ef03a579c6c581e"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a3a6e0120f7dce89c2ef03a579c6c581e">SubtractionBroadcastUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionBroadcastUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00077">SubtractionTestImpl.cpp:77</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ae33cf6c5e5e7a8eccd4430984ef2cc17"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ae33cf6c5e5e7a8eccd4430984ef2cc17">StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01040">StridedSliceTestImpl.cpp:1040</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a2efccf857e77f59789d3c9c655943291"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a2efccf857e77f59789d3c9c655943291">Pad2dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Pad2dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, float qScale, int32_t qOffset, const float customPaddingValue)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00020">PadTestImpl.cpp:20</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a9b7aeb61a28b0878ec0e7b1cb2d8daee"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a9b7aeb61a28b0878ec0e7b1cb2d8daee">SpaceToBatchNdPaddingNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdPaddingNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00384">SpaceToBatchNdTestImpl.cpp:384</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a8e409cdc677af52ce07c5cdc8ec63678"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a8e409cdc677af52ce07c5cdc8ec63678">Concat3dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02814">ConcatTestImpl.cpp:2814</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a6e109a180e36e8184f3e6193110ce709"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a6e109a180e36e8184f3e6193110ce709">CompareSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; CompareSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00700">SoftmaxTestImpl.cpp:700</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ad3928f2c56ed15642ff6306cc6823ebd"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ad3928f2c56ed15642ff6306cc6823ebd">SqrtTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SqrtTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00883">ActivationTestImpl.cpp:883</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a2081650a5142448a5db4065819da2089"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a2081650a5142448a5db4065819da2089">Concat4dDim3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim3Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02299">ConcatTestImpl.cpp:2299</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a9591268a5a6c7d0a0b91098deab4fe34"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a9591268a5a6c7d0a0b91098deab4fe34">AdditionBroadcastTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionBroadcastTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00322">AdditionTestImpl.cpp:322</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a0889979f9ffb67b036c3928c6e94af50"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a0889979f9ffb67b036c3928c6e94af50">SimpleSigmoidUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleSigmoidUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00506">ActivationTestImpl.cpp:506</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a9901861134e17a59931e45a4137ddb39"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a9901861134e17a59931e45a4137ddb39">LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l01943">LstmTestImpl.cpp:1943</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a2b7d15f9edab27b3ce67a523813744fe"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a2b7d15f9edab27b3ce67a523813744fe">MeanMultipleDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; MeanMultipleDimsTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00121">MeanTestImpl.hpp:121</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a49c8b464589cbe8f6b7e7a1bf7e6403d"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a49c8b464589cbe8f6b7e7a1bf7e6403d">L2Normalization4dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization4dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00776">L2NormalizationTestImpl.cpp:776</a></div></div>
<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_a12dcbf5945d7d734b143172ff3129390"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#a12dcbf5945d7d734b143172ff3129390">InstanceNormFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; InstanceNormFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00253">InstanceNormalizationTestImpl.cpp:253</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_a1cb6617afdbe9139185122b93132acba"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#a1cb6617afdbe9139185122b93132acba">CompareNormalizationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; CompareNormalizationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, armnn::IWorkloadFactory &amp;refWorkloadFactory, armnn::NormalizationAlgorithmChannel normChannel, armnn::NormalizationAlgorithmMethod normMethod)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00385">NormalizationTestImpl.cpp:385</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a4b5e20456506426ba2e4ea9616df978f"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a4b5e20456506426ba2e4ea9616df978f">AdditionUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00370">AdditionTestImpl.cpp:370</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51"><div class="ttname"><a href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">armnn::DataLayout::NHWC</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_ab4698982570cfa37dad688623fc7c1d8"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#ab4698982570cfa37dad688623fc7c1d8">DivisionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00100">DivisionTestImpl.cpp:100</a></div></div>
<div class="ttc" id="_slice_test_impl_8cpp_xhtml_a7863b4d5cf3fa19de7668eb3a4c6191c"><div class="ttname"><a href="_slice_test_impl_8cpp.xhtml#a7863b4d5cf3fa19de7668eb3a4c6191c">Slice1dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Slice1dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_slice_test_impl_8cpp_source.xhtml#l00238">SliceTestImpl.cpp:238</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_afe5edc3b11b6437e4996f451b1c1610e"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#afe5edc3b11b6437e4996f451b1c1610e">StridedSlice2dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSlice2dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00950">StridedSliceTestImpl.cpp:950</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaa23b68da1de2b77d74da9da2635722a3e"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa23b68da1de2b77d74da9da2635722a3e">armnn::ActivationFunction::TanH</a></div></div>
<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a95e3411d80e0eac3844844c017f03861"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a95e3411d80e0eac3844844c017f03861">BatchNormFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BatchNormFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00207">BatchNormalizationTestImpl.cpp:207</a></div></div>
<div class="ttc" id="_cl_layer_support_8hpp_xhtml"><div class="ttname"><a href="_cl_layer_support_8hpp.xhtml">ClLayerSupport.hpp</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a4cd50a7dee6d39e1d73f042d45c99d98"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a4cd50a7dee6d39e1d73f042d45c99d98">StridedSliceShrinkAxisMaskBitPosition3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00894">StridedSliceTestImpl.cpp:894</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_adee32fdbe486b1cf17f93d5252d7e99f"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#adee32fdbe486b1cf17f93d5252d7e99f">SpaceToDepthNchwAsymmQ8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToDepthNchwAsymmQ8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00166">SpaceToDepthTestImpl.cpp:166</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac65c8dd6d74ac7492737ff9f30f1d7fe"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac65c8dd6d74ac7492737ff9f30f1d7fe">SpaceToBatchNdSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00335">SpaceToBatchNdTestImpl.cpp:335</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a67926759ded30561aa1a34209d3bcaf0"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a67926759ded30561aa1a34209d3bcaf0">MaximumBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00252">MaximumTestImpl.cpp:252</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_68267d1309a1af8e8297ef4c3efbcdba.xhtml">src</a></li><li class="navelem"><a class="el" href="dir_0f3cdec46afbc61a1ded8e1687c9c9a0.xhtml">backends</a></li><li class="navelem"><a class="el" href="dir_1ad86c6d39ab715a831555571b9e98a5.xhtml">cl</a></li><li class="navelem"><a class="el" href="dir_02bab2737bbb2fb3882a0be567244fbf.xhtml">test</a></li><li class="navelem"><a class="el" href="_cl_layer_tests_8cpp.xhtml">ClLayerTests.cpp</a></li>
    <li class="footer">Generated on Fri Mar 13 2020 16:09:11 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>