aboutsummaryrefslogtreecommitdiff
path: root/21.02/_cl_layer_tests_8cpp_source.xhtml
blob: bd36f0e39913b798b5e4670f3005979992a7cb95 (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
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
<!-- 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">21.02</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_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 and Contributors. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="preprocessor">#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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ConstantLinearActivation, <a class="code" href="_activation_test_impl_8cpp.xhtml#a6c39ee38ff9ba4a4d2a773cc59d874d5">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSigmoid, <a class="code" href="_activation_test_impl_8cpp.xhtml#acbb4401d3616df08c74c8578d7ed56bb">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSigmoidUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#aa56d52a539e33972bb9c9f83be6a3fae">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReLu1, <a class="code" href="_activation_test_impl_8cpp.xhtml#ab265bbfc98785482a41bb9780b6858d0">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReLu6, <a class="code" href="_activation_test_impl_8cpp.xhtml#a73da7517b63c3a8ea6046124c258e158">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReLu1Uint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a6e6556796cdc26d6c2d55eab69cf6945">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReLu6Uint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a50acd207f416e7df36c17d333b9a0801">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#a8368a9f279a3480e87c693688686227a">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReLuUint8, <a class="code" href="_activation_test_impl_8cpp.xhtml#a45728e94871f867e565a9733bfe685fc">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SoftReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#ae2d87b32c8fde79841bdd44e5b07b220">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LeakyReLu, <a class="code" href="_activation_test_impl_8cpp.xhtml#af787d7e79d1e8c23c97267a116e934ee">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Abs, <a class="code" href="_activation_test_impl_8cpp.xhtml#afa1af28f33ae8978b6df0b170561f787">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Sqrt, <a class="code" href="_activation_test_impl_8cpp.xhtml#ac9907063df1d7bba86f9f086ecd96810">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SqrtNN, <a class="code" href="_activation_test_impl_8cpp.xhtml#a71ae12f61c946554c49aaa709c81ffa9">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Square, <a class="code" href="_activation_test_impl_8cpp.xhtml#a587b1550cc5479deb48bbe14c7eded17">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Tanh, <a class="code" href="_activation_test_impl_8cpp.xhtml#ab06eef1a3385ff1aa8914372a9e9c3a4">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Elu, <a class="code" href="_activation_test_impl_8cpp.xhtml#aa6dccc291eaf62b56655c7ae392f0d25">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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNhwcInt1, BatchToSpaceNdNhwcTest1&lt;DataType::QAsymmS8&gt;)</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNhwcInt2, BatchToSpaceNdNhwcTest2&lt;DataType::QAsymmS8&gt;)</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNhwcInt3, BatchToSpaceNdNhwcTest3&lt;DataType::QAsymmS8&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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNchwInt1, BatchToSpaceNdNchwTest1&lt;DataType::QAsymmS8&gt;)</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNchwInt2, BatchToSpaceNdNchwTest2&lt;DataType::QAsymmS8&gt;)</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNchwInt3, BatchToSpaceNdNchwTest3&lt;DataType::QAsymmS8&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;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNhwcUint1, BatchToSpaceNdNhwcTest1&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNhwcUint2, BatchToSpaceNdNhwcTest2&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNhwcUint3, BatchToSpaceNdNhwcTest3&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNchwUint1, BatchToSpaceNdNchwTest1&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNchwUint2, BatchToSpaceNdNchwTest2&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchToSpaceNdNchwUint3, BatchToSpaceNdNchwTest3&lt;DataType::QAsymmU8&gt;)</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<span class="comment">// Fully Connected</span></div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleFullyConnected, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#afb505feb224a201164ab815b8a6159cf">FullyConnectedFloat32Test</a>, <span class="keyword">false</span>, <span class="keyword">false</span>)</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleFullyConnectedWithBias, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#afb505feb224a201164ab815b8a6159cf">FullyConnectedFloat32Test</a>, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a88d84cc49602ca19491dea9c998035fe">true</a>, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a2289f9e7fac0ce47801448e873b04303">false</a>)</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleFullyConnectedWithTranspose, FullyConnectedFloat32Test, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a2289f9e7fac0ce47801448e873b04303">false</a>, true)</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(FullyConnectedUint8, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a834305b5bfdbee9e753bb7ad299944cf">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, false)</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(FullyConnectedBiasedUint8, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#a834305b5bfdbee9e753bb7ad299944cf">FullyConnectedTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, true)</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(FullyConnectedLarge, <a class="code" href="_fully_connected_test_impl_8cpp.xhtml#aa50f043364dd453338261e82397c3e1b">FullyConnectedLargeTest</a>, false)</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(FullyConnectedLargeTransposed, FullyConnectedLargeTest, true)</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="comment">// Convolution</span></div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution1d, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a7fde274ea5d168e2941e90ff6475262b">Convolution1dTest</a>, true)</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution2d, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#af541c93dcb094c01b52b99658704c500">SimpleConvolution2d3x5Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution2dNhwc, SimpleConvolution2d3x5Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution2d3x3Uint8, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a9966f7b9070f4eb34deeb8fc3cb3d277">SimpleConvolution2d3x3Uint8Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution2d3x3Uint8Nhwc, SimpleConvolution2d3x3Uint8Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedConvolution2d, SimpleConvolution2d3x5Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedConvolution2dNhwc, SimpleConvolution2d3x5Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedConvolution2dStride2x2Nhwc,</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ad232d77972b88a751dbf6ecd594b0faa">SimpleConvolution2d3x3Stride2x2Test</a>, false, <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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedConvolution2dSquare, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a1c22cdfa99117a1cdbc4b25064fd4c25">SimpleConvolution2d3x3Test</a>, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution2dAsymmetricPadding,</div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">  124</a></span>&#160;                              <a class="code" href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">Convolution2dAsymmetricPaddingTest</a>,</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedConvolution2dSquareNhwc, SimpleConvolution2d3x3Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution2dAsymmetricPaddingNhwc,</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a6150d203b2dac434d75cc5e9a930b37f">Convolution2dAsymmetricPaddingTest</a>,</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvolution2dSquareNhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a4d3ce31fe572451e18fea5add8543bf4">SimpleConvolution2d3x3NhwcTest</a>, false)</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d3x3Dilation3x3,</div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a2289f9e7fac0ce47801448e873b04303">  135</a></span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0192d5e1143e77fb9c07f43cac008aa5">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="l00136"></a><span class="lineno">  136</span>&#160;                     false,</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0192d5e1143e77fb9c07f43cac008aa5">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="l00140"></a><span class="lineno">  140</span>&#160;                     false,</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d3x3Dilation3x3Uint8,</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0192d5e1143e77fb9c07f43cac008aa5">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="l00144"></a><span class="lineno">  144</span>&#160;                     false,</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a0192d5e1143e77fb9c07f43cac008aa5">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="l00148"></a><span class="lineno">  148</span>&#160;                     false,</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x3x3Dilation3x3,</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a24ba5e372ff9e8c7603cd380d3673bff">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="l00152"></a><span class="lineno">  152</span>&#160;                     false,</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a24ba5e372ff9e8c7603cd380d3673bff">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="l00156"></a><span class="lineno">  156</span>&#160;                     false,</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x3x3Dilation3x3Uint8,</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a24ba5e372ff9e8c7603cd380d3673bff">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="l00160"></a><span class="lineno">  160</span>&#160;                     false,</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x3x3Dilation3x3NhwcUint8,</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a24ba5e372ff9e8c7603cd380d3673bff">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="l00164"></a><span class="lineno">  164</span>&#160;                     false,</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3,</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a130df3a88eb9a5bf1aaec61642a702d0">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="l00168"></a><span class="lineno">  168</span>&#160;                     false,</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3Nhwc,</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a130df3a88eb9a5bf1aaec61642a702d0">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="l00172"></a><span class="lineno">  172</span>&#160;                     false,</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3Uint8,</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a130df3a88eb9a5bf1aaec61642a702d0">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="l00176"></a><span class="lineno">  176</span>&#160;                     false,</div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2d2x2Dilation2x2Padding2x2Stride3x3NhwcUint8,</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a130df3a88eb9a5bf1aaec61642a702d0">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="l00180"></a><span class="lineno">  180</span>&#160;                     false,</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;</div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a3e0ba1035cfa2cd7f070f2ae9f01f65f">  183</a></span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2dPerAxisQuantTestNchw, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a3e0ba1035cfa2cd7f070f2ae9f01f65f">Convolution2dPerAxisQuantTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Convolution2dPerAxisQuantTestNhwc, Convolution2dPerAxisQuantTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</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">// 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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dDepthMul1,</div><div class="line"><a name="l00188"></a><span class="lineno">  188</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="l00189"></a><span class="lineno">  189</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedDepthwiseConvolution2dDepthMul1,</div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a5f6be4f5ad0e3a7001bebc48e26701b8">  190</a></span>&#160;                     DepthwiseConvolution2dDepthMul1Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dDepthMul1Uint8,</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#ab42d04977a10c05c753cea5d7a0eb286">DepthwiseConvolution2dDepthMul1Uint8Test</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedDepthwiseConvolution2dDepthMul1Uint8,</div><div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#ab42d04977a10c05c753cea5d7a0eb286">  194</a></span>&#160;                     DepthwiseConvolution2dDepthMul1Uint8Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;<span class="comment">// NHWC Depthwise Convolution</span></div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dDepthMul1Nhwc,</div><div class="line"><a name="l00198"></a><span class="lineno">  198</span>&#160;                     DepthwiseConvolution2dDepthMul1Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedDepthwiseConvolution2dDepthMul1Nhwc,</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;                     DepthwiseConvolution2dDepthMul1Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dDepthMul1Uint8Nhwc,</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;                     DepthwiseConvolution2dDepthMul1Uint8Test, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedDepthwiseConvolution2dDepthMul1Uint8Nhwc,</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;                     DepthwiseConvolution2dDepthMul1Uint8Test, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00205"></a><span class="lineno">  205</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleDepthwiseConvolution2d3x3Dilation3x3Nhwc,</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;                     <a class="code" href="_conv2d_test_impl_8cpp.xhtml#af089eef6b8fd167fe95899a3af69aa32">SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest</a>)</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dDepthNhwc, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#ae9488183b3dc79abe459aaea83524d0a">DepthwiseConvolution2dDepthNhwcTest</a>, false)</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dAsymmetric,</div><div class="line"><a name="l00212"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a88d84cc49602ca19491dea9c998035fe">  212</a></span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a5c575efd091f068ea728501323095c85">DepthwiseConvolution2dAsymmetricTest</a>, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedDepthwiseConvolution2dAsymmetric,</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;                     <a class="code" href="_cl_layer_tests_8cpp.xhtml#a5c575efd091f068ea728501323095c85">DepthwiseConvolution2dAsymmetricTest</a>, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dAsymmetricNhwc,</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;                     DepthwiseConvolution2dAsymmetricTest, true, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedDepthwiseConvolution2dAsymmetricNhwc,</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;                     DepthwiseConvolution2dAsymmetricTest, false, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">  220</a></span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dDepthMul64, <a class="code" href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">DepthwiseConvolution2dDepthMul64Test</a>);</div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dPerAxisQuantTestNchw, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#aeb6f20ff65cd6c5fa68a70a2f3d27788">DepthwiseConvolution2dPerAxisQuantTest</a>,</div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DepthwiseConvolution2dPerAxisQuantTestNhwc, DepthwiseConvolution2dPerAxisQuantTest,</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;                     <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;<span class="comment">// Splitter</span></div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSplitterFloat32, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a65ba472fb1d6550f1ae5fb937b23d0c5">SplitterFloat32Test</a>)</div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSplitterUint8, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a10c1752ab78fd2f7fc58fda5e2836015">SplitterUint8Test</a>)</div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(CopyViaSplitterFloat32, <a class="code" href="_splitter_test_impl_8cpp.xhtml#aaa54cb9a063b9453f453622c4521a035">CopyViaSplitterFloat32Test</a>)</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(CopyViaSplitterUint8, <a class="code" href="_splitter_test_impl_8cpp.xhtml#a288952c7a06bf77dfaddaf70ba03f2f5">CopyViaSplitterUint8Test</a>)</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;<span class="comment">// Concat</span></div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConcat, <a class="code" href="_concat_test_impl_8cpp.xhtml#a2e952c053f3d7a035671a994352e2bc9">ConcatTest</a>)</div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ConcatUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a4332f7562287037bac9aed90d11a2db9">ConcatUint8Test</a>)</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ConcatUint8DifferentInputOutputQParam,</div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;                     <a class="code" href="_concat_test_impl_8cpp.xhtml#a460c8d79a829f1ed16f088c12acf41f3">ConcatDifferentInputOutputQParamTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;, false)</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;<span class="comment">// Normalization</span></div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleNormalizationAcross, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a8129f578b6cd108953ae54a6a7d118f4">SimpleNormalizationAcrossTest</a>)</div><div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleNormalizationWithin, <a class="code" href="_normalization_test_impl_8cpp.xhtml#a1169ece80ac33a2ebde5f572ee7a7183">SimpleNormalizationWithinTest</a>)</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleNormalizationAcrossNhwc, <a class="code" href="_normalization_test_impl_8cpp.xhtml#af7f056114246f292a474bf744668c102">SimpleNormalizationAcrossNhwcTest</a>)</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;<span class="comment">// Pooling</span></div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleMaxPooling2dSize3x3Stride2x4, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a15d723fdf9c3c80f6b5deb2e66240622">SimpleMaxPooling2dSize3x3Stride2x4Test</a>, true)</div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleMaxPooling2dSize3x3Stride2x4Uint8,</div><div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#aa6f67b5f6d9881b28c0ad27f3ac28429">  248</a></span>&#160;                              <a class="code" href="_cl_layer_tests_8cpp.xhtml#aa6f67b5f6d9881b28c0ad27f3ac28429">SimpleMaxPooling2dSize3x3Stride2x4Uint8Test</a>, true)</div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingSimpleMaxPooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a8f8edbf4d70c91dcfefeb6bcfc48dfb4">IgnorePaddingSimpleMaxPooling2dTest</a>)</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingSimpleMaxPooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#af2f5d449f05421b21cb686d6b341e75a">IgnorePaddingSimpleMaxPooling2dUint8Test</a>)</div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingMaxPooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ade050660fe0a2557ba60130c40f40017">IgnorePaddingMaxPooling2dSize3Test</a>)</div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingMaxPooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a3b8c319c895ac738290d754f913471cd">IgnorePaddingMaxPooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;</div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingSimpleAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a0fa96bdee9e4e1b84b1ead192e4d37d3">IgnorePaddingSimpleAveragePooling2dTest</a>)</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingSimpleAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a6e05c1f0877310caac35214456502cd5">IgnorePaddingSimpleAveragePooling2dUint8Test</a>)</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingSimpleAveragePooling2dNoPadding,</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;                              <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a8ea02afa5072ae475b4fa19e9674796d">IgnorePaddingSimpleAveragePooling2dNoPaddingTest</a>)</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingSimpleAveragePooling2dNoPaddingUint8,</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;                              <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ad89767b400c345ca8f2b35c5b57e4d45">IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test</a>)</div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingAveragePooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a61f14785fbec16c8820b55fd895fc763">IgnorePaddingAveragePooling2dSize3Test</a>)</div><div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingAveragePooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a6c6b75b8666fab92de438be79ca9ed64">IgnorePaddingAveragePooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingSimpleL2Pooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#af505ddff09864af91b9c88be14ae9d40">IgnorePaddingSimpleL2Pooling2dTest</a>)</div><div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_IgnorePaddingSimpleL2Pooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#afbb3d6e16938473c96b1751b3f914e79">IgnorePaddingSimpleL2Pooling2dUint8Test</a>)</div><div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingL2Pooling2dSize3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a854b1d1211061a45f14cbab50e6f81fd">IgnorePaddingL2Pooling2dSize3Test</a>)</div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_IgnorePaddingL2Pooling2dSize3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a6c06ab6f3153c690d39f9a88120c2645">IgnorePaddingL2Pooling2dSize3Uint8Test</a>)</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleMaxPooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aa3e57d4e48a91435d73487dabacc091b">SimpleMaxPooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleMaxPooling2dNhwc, SimpleMaxPooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleMaxPooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a6c607ea3a6688789e82b78298903e5d2">SimpleMaxPooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleMaxPooling2dUint8Nhwc, SimpleMaxPooling2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;</div><div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ace5d07b4866c0c0a7d6c20a1608c3213">SimpleAveragePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleAveragePooling2dNhwc, SimpleAveragePooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleAveragePooling2dUint8, <a class="code" href="_neon_layer_tests_8cpp.xhtml#aac92d20f1ce8c5d145326633b6eb5cd8">SimpleAveragePooling2dUint8Test</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleAveragePooling2dUint8Nhwc, SimpleAveragePooling2dUint8Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;</div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingAveragePooling2dSize3x2Stride2x2,</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;                              <a class="code" href="_cl_layer_tests_8cpp.xhtml#ab44037c9f2fa62c4dc2490fc14a78e89">IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</a>,</div><div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;                              false)</div><div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(IgnorePaddingAveragePooling2dSize3x2Stride2x2NoPadding,</div><div class="line"><a name="l00283"></a><span class="lineno"><a class="line" href="_cl_layer_tests_8cpp.xhtml#ab44037c9f2fa62c4dc2490fc14a78e89">  283</a></span>&#160;                              IgnorePaddingAveragePooling2dSize3x2Stride2x2Test,</div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;                              true)</div><div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LargeTensorsAveragePooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a2a0bad554a0733d7af21b9d0eca627d7">LargeTensorsAveragePooling2dTest</a>)</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LargeTensorsAveragePooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a1cfcbf24e161da40af56add364386513">LargeTensorsAveragePooling2dUint8Test</a>)</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;</div><div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleL2Pooling2d, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aa4bc368a4e78d01a9b7daaad2a2dbd51">SimpleL2Pooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleL2Pooling2dNhwc, SimpleL2Pooling2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_SimpleL2Pooling2dUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a3e863f692b93f2f36ae0787a0421c952">SimpleL2Pooling2dUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;</div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Pooling2dSize3Stride1, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a716ac8b594c1f6b9fa2bbde4597756d5">L2Pooling2dSize3Stride1Test</a>)</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_L2Pooling2dSize3Stride1Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a0bbcbeb6102a5354028a18056e323b26">L2Pooling2dSize3Stride1Uint8Test</a>)</div><div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Pooling2dSize3Stride3, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a01ba3efd925240328de48bc75a8cc076">L2Pooling2dSize3Stride3Test</a>)</div><div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_L2Pooling2dSize3Stride3Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ac882f58604273a64c05f572aa1dabbed">L2Pooling2dSize3Stride3Uint8Test</a>)</div><div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Pooling2dSize3Stride4, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a87075aa041ea71db03f8715c876d935f">L2Pooling2dSize3Stride4Test</a>)</div><div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_L2Pooling2dSize3Stride4Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a8a532ef3dc9c0f9bab278408613c2d3c">L2Pooling2dSize3Stride4Uint8Test</a>)</div><div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Pooling2dSize7, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#aede50105e28116d2f3dee8e560ae386a">L2Pooling2dSize7Test</a>)</div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_L2Pooling2dSize7Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a4d1af0ebb95be7492f9fe9fd0cb500e3">L2Pooling2dSize7Uint8Test</a>)</div><div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Pooling2dSize9, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a50af9d3062e9a65532009182882a9346">L2Pooling2dSize9Test</a>)</div><div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UNSUPPORTED_L2Pooling2dSize9Uint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a04e67f517f6c414c2da165045e36c148">L2Pooling2dSize9Uint8Test</a>)</div><div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;</div><div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;<span class="comment">// Add</span></div><div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleAdd, <a class="code" href="_addition_test_impl_8cpp.xhtml#a5e9b2ce84031d422f4d7c3e8f5b50caa">AdditionTest</a>)</div><div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Add5d, <a class="code" href="_addition_test_impl_8cpp.xhtml#a7cc38e93be531f230a994a5f1c5d1a55">Addition5dTest</a>)</div><div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AddBroadcast1Element, <a class="code" href="_addition_test_impl_8cpp.xhtml#a94d2e3c097aab8771018335fcd5dc245">AdditionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AddBroadcast, <a class="code" href="_addition_test_impl_8cpp.xhtml#a06e8e0aff46bf24d79475f60a611b9ef">AdditionBroadcastTest</a>)</div><div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;</div><div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AdditionUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#a1dd634880d3a67fe2e143498bc76abe7">AdditionUint8Test</a>)</div><div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AddBroadcastUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#a29042a4c219c128b04eebf06e98c179f">AdditionBroadcastUint8Test</a>)</div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AddBroadcast1ElementUint8, <a class="code" href="_addition_test_impl_8cpp.xhtml#afbe8d8d875c8571507fde1e4c9e8df16">AdditionBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;</div><div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;<span class="comment">// Sub</span></div><div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSub, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a997567716b084a181a143f5f89eaa8b8">SubtractionTest</a>)</div><div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SubBroadcast1Element, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a77181b765579ebe9b057f87c3994f472">SubtractionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SubBroadcast, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a5826b33b3a2901a1bde281f889877465">SubtractionBroadcastTest</a>)</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;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SubtractionUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#a3866f2b4ec73327bf8c10ad4a4267790">SubtractionUint8Test</a>)</div><div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SubBroadcastUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#ae344cdea661f767813ade7bf8206e45b">SubtractionBroadcastUint8Test</a>)</div><div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SubBroadcast1ElementUint8, <a class="code" href="_subtraction_test_impl_8cpp.xhtml#ab8fecd5082f2af971a2d21444dcb5076">SubtractionBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;</div><div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;<span class="comment">// Div</span></div><div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleDivision, <a class="code" href="_division_test_impl_8cpp.xhtml#a6e7cf17bea3cc66f9b44510b443fbef7">DivisionTest</a>)</div><div class="line"><a name="l00324"></a><span class="lineno">  324</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DivisionByZero, <a class="code" href="_division_test_impl_8cpp.xhtml#a5d15c2248b235f4d514e27193d7c321c">DivisionByZeroTest</a>)</div><div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DivisionBroadcast1Element, <a class="code" href="_division_test_impl_8cpp.xhtml#a61e85707eb6507a6f1b33e765a54ac2b">DivisionBroadcast1ElementTest</a>)</div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(DivisionBroadcast1DVector, <a class="code" href="_division_test_impl_8cpp.xhtml#ac19b2754b5542534e92e9fbc127c1d9a">DivisionBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00327"></a><span class="lineno">  327</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="l00328"></a><span class="lineno">  328</span>&#160;<span class="comment">//       android NN api</span></div><div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;</div><div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;<span class="comment">// Mul</span></div><div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleMultiplication, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#ab7950f4e2ffcdf27eb2b81408c47c720">MultiplicationTest</a>)</div><div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiplicationBroadcast1Element, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#ab3c440cc96ac0f4edbe6e3c7cd243441">MultiplicationBroadcast1ElementTest</a>)</div><div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiplicationBroadcast1DVector, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#afb2587380a0f243fee920d181f35fd97">MultiplicationBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00334"></a><span class="lineno">  334</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiplicationUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#ad9d59c03ac9109db34b4f4befb76d5f7">MultiplicationUint8Test</a>)</div><div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiplicationBroadcast1ElementUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a20ecf3acbd6431b09baa62012ddf4818">MultiplicationBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiplicationBroadcast1DVectorUint8, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#acc0d633a4318e7ee7e47413ef60a474c">MultiplicationBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Multiplication5d, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#ab16021183e750594aa3308f6b15f43c5">Multiplication5dTest</a>)</div><div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;</div><div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;<span class="comment">// Batch Norm</span></div><div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchNormFloat32, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#aa14c8756f74be01bacef39bcb85fa6e8">BatchNormFloat32Test</a>)</div><div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(BatchNormFloat32Nhwc, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a4fcbc56f59eb2024f846912cbc92622b">BatchNormFloat32NhwcTest</a>)</div><div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;</div><div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;<span class="comment">// Rank</span></div><div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize1Float16,  <a class="code" href="_rank_test_impl_8cpp.xhtml#a58c7965124ff428a553d825e15d1bb41">RankDimSize1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize1Float32,  <a class="code" href="_rank_test_impl_8cpp.xhtml#a58c7965124ff428a553d825e15d1bb41">RankDimSize1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize1QAsymmU8, <a class="code" href="_rank_test_impl_8cpp.xhtml#a58c7965124ff428a553d825e15d1bb41">RankDimSize1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize1Signed32, <a class="code" href="_rank_test_impl_8cpp.xhtml#a58c7965124ff428a553d825e15d1bb41">RankDimSize1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;)</div><div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize1QSymmS16, <a class="code" href="_rank_test_impl_8cpp.xhtml#a58c7965124ff428a553d825e15d1bb41">RankDimSize1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize1QAsymmS8, <a class="code" href="_rank_test_impl_8cpp.xhtml#a58c7965124ff428a553d825e15d1bb41">RankDimSize1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;</div><div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize2Float16,  <a class="code" href="_rank_test_impl_8cpp.xhtml#a2f7ba0e0b23b39cfd943273eca5f3ff7">RankDimSize2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize2Float32,  <a class="code" href="_rank_test_impl_8cpp.xhtml#a2f7ba0e0b23b39cfd943273eca5f3ff7">RankDimSize2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00353"></a><span class="lineno">  353</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize2QAsymmU8, <a class="code" href="_rank_test_impl_8cpp.xhtml#a2f7ba0e0b23b39cfd943273eca5f3ff7">RankDimSize2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize2Signed32, <a class="code" href="_rank_test_impl_8cpp.xhtml#a2f7ba0e0b23b39cfd943273eca5f3ff7">RankDimSize2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;)</div><div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize2QSymmS16, <a class="code" href="_rank_test_impl_8cpp.xhtml#a2f7ba0e0b23b39cfd943273eca5f3ff7">RankDimSize2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize2QAsymmS8, <a class="code" href="_rank_test_impl_8cpp.xhtml#a2f7ba0e0b23b39cfd943273eca5f3ff7">RankDimSize2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;</div><div class="line"><a name="l00358"></a><span class="lineno">  358</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize3Float16,  <a class="code" href="_rank_test_impl_8cpp.xhtml#a4c66ad74beb6df454d48614e762293e5">RankDimSize3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00359"></a><span class="lineno">  359</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize3Float32,  <a class="code" href="_rank_test_impl_8cpp.xhtml#a4c66ad74beb6df454d48614e762293e5">RankDimSize3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize3QAsymmU8, <a class="code" href="_rank_test_impl_8cpp.xhtml#a4c66ad74beb6df454d48614e762293e5">RankDimSize3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize3Signed32, <a class="code" href="_rank_test_impl_8cpp.xhtml#a4c66ad74beb6df454d48614e762293e5">RankDimSize3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;)</div><div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize3QSymmS16, <a class="code" href="_rank_test_impl_8cpp.xhtml#a4c66ad74beb6df454d48614e762293e5">RankDimSize3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize3QAsymmS8, <a class="code" href="_rank_test_impl_8cpp.xhtml#a4c66ad74beb6df454d48614e762293e5">RankDimSize3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;</div><div class="line"><a name="l00365"></a><span class="lineno">  365</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize4Float16,  <a class="code" href="_rank_test_impl_8cpp.xhtml#af327a8ac609f00fd2ca956991d9496e7">RankDimSize4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize4Float32,  <a class="code" href="_rank_test_impl_8cpp.xhtml#af327a8ac609f00fd2ca956991d9496e7">RankDimSize4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize4QAsymmU8, <a class="code" href="_rank_test_impl_8cpp.xhtml#af327a8ac609f00fd2ca956991d9496e7">RankDimSize4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize4Signed32, <a class="code" href="_rank_test_impl_8cpp.xhtml#af327a8ac609f00fd2ca956991d9496e7">RankDimSize4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;)</div><div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize4QSymmS16, <a class="code" href="_rank_test_impl_8cpp.xhtml#af327a8ac609f00fd2ca956991d9496e7">RankDimSize4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RankDimSize4QAsymmS8, <a class="code" href="_rank_test_impl_8cpp.xhtml#af327a8ac609f00fd2ca956991d9496e7">RankDimSize4Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;</div><div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;<span class="comment">// InstanceNormalization</span></div><div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat32Nchw, <a class="code" href="_ref_layer_tests_8cpp.xhtml#a929e4d1011d7ae19424f99dcbe25cff9">InstanceNormFloat32Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat16Nchw, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#a1d0464078374ed58fca1094d13caa081">InstanceNormFloat16Test</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00375"></a><span class="lineno">  375</span>&#160;</div><div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat32Nhwc, InstanceNormFloat32Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00377"></a><span class="lineno">  377</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat16Nhwc, InstanceNormFloat16Test, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;</div><div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat32Nchw2, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#a0d1b3e17a64fecd7170ff7093f697795">InstanceNormFloat32Test2</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat16Nchw2, <a class="code" href="_instance_normalization_test_impl_8cpp.xhtml#afda8a7d3fc944c251bc05b1d579df312">InstanceNormFloat16Test2</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;</div><div class="line"><a name="l00382"></a><span class="lineno">  382</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat32Nhwc2, InstanceNormFloat32Test2, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(InstanceNormFloat16Nhwc2, InstanceNormFloat16Test2, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</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;<span class="comment">// L2 Normalization</span></div><div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization1d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#afe55def4bbb37395f3e188a44faef83e">L2Normalization1dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization2d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a4efba9c7f9105865c27d5ac7c189d00e">L2Normalization2dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization3d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#ac9be9d6ceade6762608ad33a7cc59f30">L2Normalization3dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization4d, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#ae1aa4e77d8acb41289cf00b9d7b235eb">L2Normalization4dTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;</div><div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization1dNhwc, L2Normalization1dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization2dNhwc, L2Normalization2dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization3dNhwc, L2Normalization3dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization4dNhwc, L2Normalization4dTest, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;</div><div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2Normalization2dShape, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a5b9bb5494576fbcafb75bca9ac0bb14f">L2Normalization2dShapeTest</a>);</div><div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;</div><div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2NormalizationDefaultEpsilon, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a5bec5db178d76568317f94daf40893c0">L2NormalizationDefaultEpsilonTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(L2NormalizationNonDefaultEpsilon, <a class="code" href="_l2_normalization_test_impl_8cpp.xhtml#a265a05fe57d12783bce5c63e8fbd5f8d">L2NormalizationNonDefaultEpsilonTest</a>, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;</div><div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;<span class="comment">// Constant</span></div><div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Constant, <a class="code" href="_constant_test_impl_8cpp.xhtml#aebc0ad3ae73f2e97f0ed7b71fa610e15">ConstantTest</a>)</div><div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ConstantUint8, <a class="code" href="_constant_test_impl_8cpp.xhtml#ae67d8e1a86950591f2ef572ae0310a10">ConstantUint8SimpleQuantizationScaleNoOffsetTest</a>)</div><div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;</div><div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;<span class="comment">// Concat</span></div><div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat1d, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6b08fab8b8a00113a020b10b311f745e">Concat1dTest</a>)</div><div class="line"><a name="l00407"></a><span class="lineno">  407</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat1dUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad3d1e6175529a26ba9698955b7cc0d8e">Concat1dUint8Test</a>)</div><div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;</div><div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#ac56cadc167dab69f6fd407d2084ed170">Concat2dDim0Test</a>)</div><div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa101efe51ecfbd0e64eeba18ffa49f52">Concat2dDim0Uint8Test</a>)</div><div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6dcfe04840950ab1bcf8f1790aa05502">Concat2dDim1Test</a>)</div><div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa8e37b566b2e5c533fb357eb560e1834">Concat2dDim1Uint8Test</a>)</div><div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;</div><div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim0DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#a37fb7480d960917baf48e8d06f7b2b66">Concat2dDim0DiffInputDimsTest</a>)</div><div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim0DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a2e6ce64cef93db0d06b69c4f249fac35">Concat2dDim0DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim1DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#a5e7803092126fd2862fdd8a2ed90e32a">Concat2dDim1DiffInputDimsTest</a>)</div><div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat2dDim1DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a06290d393dfb595552fc39fd894d964a">Concat2dDim1DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;</div><div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#ae4c24060b33c16216f2faf4a7ef7c7ff">Concat3dDim0Test</a>)</div><div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#adbfedf414aac270a5e285d057bfb58b6">Concat3dDim0Uint8Test</a>)</div><div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a23c0f7c8c79ce30cccbd65f39d692ed6">Concat3dDim1Test</a>)</div><div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#ad9172e664679c6174261e811c017071d">Concat3dDim1Uint8Test</a>)</div><div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim2, <a class="code" href="_concat_test_impl_8cpp.xhtml#a47256d5dd1d5c65c719c40b2bfc7cc96">Concat3dDim2Test</a>, false)</div><div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim2Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#ae8b0de60ee1ba3c2d5e4507195496399">Concat3dDim2Uint8Test</a>, false)</div><div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;</div><div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim0DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#a8260222560c2abfbea0f87869ae22062">Concat3dDim0DiffInputDimsTest</a>)</div><div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim0DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a0035d52bb64343a205f1e2702ed6f52a">Concat3dDim0DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00428"></a><span class="lineno">  428</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim1DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa6de98235dbd3060d428f6bb77b428ce">Concat3dDim1DiffInputDimsTest</a>)</div><div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim1DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a23e070d290a76ea49b3dc802c315f852">Concat3dDim1DiffInputDimsUint8Test</a>)</div><div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim2DiffInputDims, <a class="code" href="_concat_test_impl_8cpp.xhtml#ab8a589490e332bc749972d21b7dff9a4">Concat3dDim2DiffInputDimsTest</a>, false)</div><div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat3dDim2DiffInputDimsUint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aa36dd3325483a70d872b4009321dcf40">Concat3dDim2DiffInputDimsUint8Test</a>, false)</div><div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;</div><div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a1662cadf61dca494a38d44fb32f116cc">Concat4dDim0Test</a>)</div><div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a6e54f02f06e0a3eac39e726a091290df">Concat4dDim1Test</a>)</div><div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDim3, <a class="code" href="_concat_test_impl_8cpp.xhtml#a410d43ad354ebb8995b7d9bc5b2c686c">Concat4dDim3Test</a>, false)</div><div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#afc881fff20745a31065e74be62b33346">Concat4dDim0Uint8Test</a>)</div><div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a80c04e457e56741a208b6d84d77bae66">Concat4dDim1Uint8Test</a>)</div><div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDim3Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#ac222f8d0e05afd4cb187d2bafde9b46f">Concat4dDim3Uint8Test</a>, false)</div><div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;</div><div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDiffShapeDim0, <a class="code" href="_concat_test_impl_8cpp.xhtml#a972c1ddee6e494e695dc10e0982142b5">Concat4dDiffShapeDim0Test</a>)</div><div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDiffShapeDim1, <a class="code" href="_concat_test_impl_8cpp.xhtml#a79c356d8f1e3b0585635ee9b5a9e41a3">Concat4dDiffShapeDim1Test</a>)</div><div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDiffShapeDim3, <a class="code" href="_concat_test_impl_8cpp.xhtml#a63a31f32393eda0ec427511ab8da5e55">Concat4dDiffShapeDim3Test</a>, false)</div><div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDiffShapeDim0Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#ae0683139ba76b335575fe37d96a26e2a">Concat4dDiffShapeDim0Uint8Test</a>)</div><div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDiffShapeDim1Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#a978768350bd24bb2d8b4a25459c265c7">Concat4dDiffShapeDim1Uint8Test</a>)</div><div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Concat4dDiffShapeDim3Uint8, <a class="code" href="_concat_test_impl_8cpp.xhtml#aff509d223f51a5d7ce024c7911f466f6">Concat4dDiffShapeDim3Uint8Test</a>, false)</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">// DepthToSpace</span></div><div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00449"></a><span class="lineno">  449</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00450"></a><span class="lineno">  450</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00451"></a><span class="lineno">  451</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00452"></a><span class="lineno">  452</span>&#160;</div><div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00454"></a><span class="lineno">  454</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00455"></a><span class="lineno">  455</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00456"></a><span class="lineno">  456</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00457"></a><span class="lineno">  457</span>&#160;</div><div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNchwInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW);</div><div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;</div><div class="line"><a name="l00463"></a><span class="lineno">  463</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00464"></a><span class="lineno">  464</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00465"></a><span class="lineno">  465</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00466"></a><span class="lineno">  466</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00467"></a><span class="lineno">  467</span>&#160;</div><div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00469"></a><span class="lineno">  469</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00470"></a><span class="lineno">  470</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00471"></a><span class="lineno">  471</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00472"></a><span class="lineno">  472</span>&#160;</div><div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00474"></a><span class="lineno">  474</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00475"></a><span class="lineno">  475</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00476"></a><span class="lineno">  476</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00477"></a><span class="lineno">  477</span>&#160;</div><div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00479"></a><span class="lineno">  479</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00480"></a><span class="lineno">  480</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00481"></a><span class="lineno">  481</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00482"></a><span class="lineno">  482</span>&#160;</div><div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00484"></a><span class="lineno">  484</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DepthToSpaceNhwcInt8_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>::QAsymmS8&gt;, <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC);</div><div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;</div><div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00489"></a><span class="lineno">  489</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00490"></a><span class="lineno">  490</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00491"></a><span class="lineno">  491</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="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#ab66bc6b631130221e5bb9cd28ab1364f">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="l00494"></a><span class="lineno">  494</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00495"></a><span class="lineno">  495</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="l00496"></a><span class="lineno">  496</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">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="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">// Fill</span></div><div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleFill, <a class="code" href="_fill_test_impl_8cpp.xhtml#a385b249394b34450d9fa3760a9f5183d">SimpleFillTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleFillF16, <a class="code" href="_fill_test_impl_8cpp.xhtml#a385b249394b34450d9fa3760a9f5183d">SimpleFillTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleFillS32, <a class="code" href="_fill_test_impl_8cpp.xhtml#a385b249394b34450d9fa3760a9f5183d">SimpleFillTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Signed32&gt;)</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;<span class="comment">// FloorPreluUint8</span></div><div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleFloor, <a class="code" href="_floor_test_impl_8cpp.xhtml#a6b4681f0b4842e80284c5ea398078509">SimpleFloorTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;</div><div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;<span class="comment">// Gather</span></div><div class="line"><a name="l00507"></a><span class="lineno">  507</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Gather1dParamsFloat32, <a class="code" href="_gather_test_impl_8cpp.xhtml#a46a8c184be60c1ea18b2021772cf3b82">Gather1dParamsFloat32Test</a>)</div><div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Gather1dParamsUint8, <a class="code" href="_gather_test_impl_8cpp.xhtml#a7b400b7f9c064495a1d30b9ce0d22bae">Gather1dParamsUint8Test</a>)</div><div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GatherMultiDimParamsFloat32, <a class="code" href="_gather_test_impl_8cpp.xhtml#aaa4ae68776c678e111deb9571e7bcb39">GatherMultiDimParamsFloat32Test</a>)</div><div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GatherMultiDimParamsUint8, <a class="code" href="_gather_test_impl_8cpp.xhtml#a22df26b6f2a056897f4638659515996f">GatherMultiDimParamsUint8Test</a>)</div><div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;</div><div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;<span class="comment">// Reshape</span></div><div class="line"><a name="l00513"></a><span class="lineno">  513</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleReshapeFloat32, <a class="code" href="_reshape_test_impl_8cpp.xhtml#abbb388623c736a39bbc9d81e2d54f0c1">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleReshapeInt8, <a class="code" href="_reshape_test_impl_8cpp.xhtml#abbb388623c736a39bbc9d81e2d54f0c1">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleReshapeUint8, <a class="code" href="_reshape_test_impl_8cpp.xhtml#abbb388623c736a39bbc9d81e2d54f0c1">SimpleReshapeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Reshape5d, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a3e0405da9aaae45a40114d7913df1dd6">Reshape5dTest</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReshapeBoolean, <a class="code" href="_reshape_test_impl_8cpp.xhtml#a27004e00b2de40a51e36bc977c12d3cd">ReshapeBooleanTest</a>)</div><div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;</div><div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;<span class="comment">// Pad</span></div><div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadFloat322d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a3d33148611360a0755e7c437e2e683fd">PadFloat322dTest</a>)</div><div class="line"><a name="l00521"></a><span class="lineno">  521</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadFloat322dCustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a334b79a8f152daa9c51be2a8ef29b98e">PadFloat322dCustomPaddingTest</a>)</div><div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadFloat323d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a162b712570127a53c764f0a90d45e8a8">PadFloat323dTest</a>)</div><div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadFloat324d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a556815dada60a2ed3d40cfe6aefc0459">PadFloat324dTest</a>)</div><div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;</div><div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadUint82d, <a class="code" href="_pad_test_impl_8cpp.xhtml#aa65827cf232a0b5791b20eb8b03d9c5c">PadUint82dTest</a>)</div><div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadUint82dCustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a4e40e8762c9877ba27e31e2252965c42">PadUint82dCustomPaddingTest</a>)</div><div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadUint83d, <a class="code" href="_pad_test_impl_8cpp.xhtml#aff0eabfd7144785d8c5bdc8cf2ff3c46">PadUint83dTest</a>)</div><div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PadUint84d, <a class="code" href="_pad_test_impl_8cpp.xhtml#a712c14035a69b62f6b954e35b0ed728d">PadUint84dTest</a>)</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;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Pad2dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a6f809255890507c526729e9eceb3e6cd">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="l00531"></a><span class="lineno">  531</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Pad2dQSymm16CustomPadding, <a class="code" href="_pad_test_impl_8cpp.xhtml#a6f809255890507c526729e9eceb3e6cd">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="l00532"></a><span class="lineno">  532</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Pad3dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#a71ddcc5b0a641c035988a5e9df441c3a">Pad3dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0)</div><div class="line"><a name="l00533"></a><span class="lineno">  533</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Pad4dQSymm16, <a class="code" href="_pad_test_impl_8cpp.xhtml#aa84e31895ca42da6a5ba6268ee247dec">Pad4dTestCommon</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;, 2.0f, 0)</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">// PReLU</span></div><div class="line"><a name="l00536"></a><span class="lineno">  536</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PreluFloat32, <a class="code" href="_prelu_test_impl_8hpp.xhtml#a269479f4ad6389f5b40462954ecfdf8d">PreluTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PreluUint8,   <a class="code" href="_prelu_test_impl_8hpp.xhtml#a269479f4ad6389f5b40462954ecfdf8d">PreluTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;</div><div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;<span class="comment">// Permute</span></div><div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimplePermuteFloat32, <a class="code" href="_permute_test_impl_8hpp.xhtml#a381fbeb039dc945ea711c8ecd9beed50">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteFloat32ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#a7f97f5b07f21acb14a44f1d7536d01db">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteFloat32ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaacc6fcc5b3c8596f666cd1bc101de05">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteFloat32ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaa0a38d3b1114f92194c1629eab4af64">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimplePermuteQASymmS8, <a class="code" href="_permute_test_impl_8hpp.xhtml#a381fbeb039dc945ea711c8ecd9beed50">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteQASymmS8ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#a7f97f5b07f21acb14a44f1d7536d01db">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteQASymmS8ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaacc6fcc5b3c8596f666cd1bc101de05">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00547"></a><span class="lineno">  547</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteQASymmS8ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaa0a38d3b1114f92194c1629eab4af64">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimplePermuteQASymm8, <a class="code" href="_permute_test_impl_8hpp.xhtml#a381fbeb039dc945ea711c8ecd9beed50">SimplePermuteTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteQASymm8ValueSet1Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#a7f97f5b07f21acb14a44f1d7536d01db">PermuteValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteQASymm8ValueSet2Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaacc6fcc5b3c8596f666cd1bc101de05">PermuteValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PermuteQASymm8ValueSet3Test, <a class="code" href="_permute_test_impl_8hpp.xhtml#aaa0a38d3b1114f92194c1629eab4af64">PermuteValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</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;<span class="comment">// Lstm</span></div><div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LstmLayerFloat32WithCifgWithPeepholeNoProjection,</div><div class="line"><a name="l00555"></a><span class="lineno">  555</span>&#160;                              <a class="code" href="_lstm_test_impl_8cpp.xhtml#a84253a0be59acfd80d588141c07d4170">LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LstmLayerFloat32NoCifgNoPeepholeNoProjection,</div><div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;                              <a class="code" href="_lstm_test_impl_8cpp.xhtml#a347d60d5d81c1c5dfdae562b998503f9">LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest</a>)</div><div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LstmLayerFloat32NoCifgWithPeepholeWithProjection,</div><div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;                              <a class="code" href="_lstm_test_impl_8cpp.xhtml#a8878c1a79890f404aac4c474204756c1">LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest</a>)</div><div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;</div><div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNorm,</div><div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;                              <a class="code" href="_lstm_test_impl_8cpp.xhtml#a64d9b9a6cd29cd7a7f4bbf514fde01d5">LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest</a>)</div><div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;</div><div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;<span class="comment">// QLstm</span></div><div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(QLstm, <a class="code" href="_lstm_test_impl_8cpp.xhtml#a3ca648bd28b5f0b835868282409b3458">QLstmTest</a>)</div><div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(QLstm1, <a class="code" href="_lstm_test_impl_8cpp.xhtml#a95ad313188cccfdd052c4620b4dc0743">QLstmTest1</a>)</div><div class="line"><a name="l00567"></a><span class="lineno">  567</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(QLstm2, <a class="code" href="_lstm_test_impl_8cpp.xhtml#a017dcda811d5b5dc185f8c1d2e9b29f3">QLstmTest2</a>)</div><div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;</div><div class="line"><a name="l00569"></a><span class="lineno">  569</span>&#160;<span class="comment">// QuantizedLstm</span></div><div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(QuantizedLstm, <a class="code" href="_lstm_test_impl_8cpp.xhtml#a8d9469ec08347dd451d782f102a6c8fa">QuantizedLstmTest</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;<span class="comment">// Convert from Float16 to Float32</span></div><div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvertFp16ToFp32, <a class="code" href="_convert_fp16_to_fp32_test_impl_8cpp.xhtml#a4f1046a0d16e2e9c9ecf720879557cd9">SimpleConvertFp16ToFp32Test</a>)</div><div class="line"><a name="l00574"></a><span class="lineno">  574</span>&#160;<span class="comment">// Convert from Float32 to Float16</span></div><div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleConvertFp32ToFp16, <a class="code" href="_convert_fp32_to_fp16_test_impl_8cpp.xhtml#a884d2a279334a299bfdb96b123f755fd">SimpleConvertFp32ToFp16Test</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;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AdditionAfterMaxPool, <a class="code" href="_addition_test_impl_8cpp.xhtml#aa6f3dcc7c975f294bbe9d988174f7d52">AdditionAfterMaxPoolTest</a>)</div><div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;</div><div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;<span class="comment">//Max</span></div><div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MaximumSimple, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a524caea1eae3b8eafdee606771d024b8">MaximumSimpleTest</a>)</div><div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MaximumBroadcast1Element, <a class="code" href="_maximum_test_impl_8cpp.xhtml#afff0859798daabbbacffc462b2876d9b">MaximumBroadcast1ElementTest</a>)</div><div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MaximumBroadcast1DVector, <a class="code" href="_maximum_test_impl_8cpp.xhtml#ade747e134209563d6f022dc9e649fa2d">MaximumBroadcast1DVectorTest</a>)</div><div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MaximumUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a262348ba0508e8a407f2713903bc7842">MaximumUint8Test</a>)</div><div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MaximumBroadcast1ElementUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#adf037837c113c10547cd4cfa1718edea">MaximumBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00585"></a><span class="lineno">  585</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MaximumBroadcast1DVectorUint8, <a class="code" href="_maximum_test_impl_8cpp.xhtml#a745259ebc0b6c24354051bef81aab1dc">MaximumBroadcast1DVectorUint8Test</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;<span class="comment">// Mean</span></div><div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanSimpleFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a69b8c28d02d85743f838a3885db82325">MeanSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00589"></a><span class="lineno">  589</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanSimpleAxisFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#aafef158279b909750a201d2862ba8676">MeanSimpleAxisTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanKeepDimsFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a3a53d279ba97472317514f009274e29d">MeanKeepDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanMultipleDimsFloat32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a9746d3b66711274be95c1528f6bc9b90">MeanMultipleDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts1Float32, <a class="code" href="_mean_test_impl_8hpp.xhtml#aec0529cbc32e7cfe1784c1c2e6a1f156">MeanVts1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts2Float32, <a class="code" href="_mean_test_impl_8hpp.xhtml#a4b253a23a15c15fdd9c8c5b1b2ce582c">MeanVts2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00594"></a><span class="lineno">  594</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts3Float32, <a class="code" href="_mean_test_impl_8hpp.xhtml#aabb0e5ec6ed562109b454bf014998ddd">MeanVts3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;</div><div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanSimpleQuantisedAsymmS8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a69b8c28d02d85743f838a3885db82325">MeanSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00597"></a><span class="lineno">  597</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanSimpleAxisQuantisedAsymmS8, <a class="code" href="_mean_test_impl_8hpp.xhtml#aafef158279b909750a201d2862ba8676">MeanSimpleAxisTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanKeepDimsQuantisedAsymmS8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a3a53d279ba97472317514f009274e29d">MeanKeepDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanMultipleDimsQuantisedAsymmS8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a9746d3b66711274be95c1528f6bc9b90">MeanMultipleDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts1QuantisedAsymmS8, <a class="code" href="_mean_test_impl_8hpp.xhtml#aec0529cbc32e7cfe1784c1c2e6a1f156">MeanVts1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00601"></a><span class="lineno">  601</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts2QuantisedAsymmS8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a4b253a23a15c15fdd9c8c5b1b2ce582c">MeanVts2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts3QuantisedAsymmS8, <a class="code" href="_mean_test_impl_8hpp.xhtml#aabb0e5ec6ed562109b454bf014998ddd">MeanVts3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;</div><div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanSimpleQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a69b8c28d02d85743f838a3885db82325">MeanSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00605"></a><span class="lineno">  605</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanSimpleAxisQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#aafef158279b909750a201d2862ba8676">MeanSimpleAxisTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00606"></a><span class="lineno">  606</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanKeepDimsQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a3a53d279ba97472317514f009274e29d">MeanKeepDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00607"></a><span class="lineno">  607</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanMultipleDimsQuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a9746d3b66711274be95c1528f6bc9b90">MeanMultipleDimsTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00608"></a><span class="lineno">  608</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts1QuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#aec0529cbc32e7cfe1784c1c2e6a1f156">MeanVts1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00609"></a><span class="lineno">  609</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts2QuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#a4b253a23a15c15fdd9c8c5b1b2ce582c">MeanVts2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MeanVts3QuantisedAsymm8, <a class="code" href="_mean_test_impl_8hpp.xhtml#aabb0e5ec6ed562109b454bf014998ddd">MeanVts3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;</div><div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;<span class="comment">// Minimum</span></div><div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MinimumBroadcast1Element1, <a class="code" href="_minimum_test_impl_8cpp.xhtml#afbb0d5288fd45940575db1be8a9a0b7a">MinimumBroadcast1ElementTest1</a>)</div><div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MinimumBroadcast1Element2, <a class="code" href="_minimum_test_impl_8cpp.xhtml#ad0d6a66720576a313eed34244f98948c">MinimumBroadcast1ElementTest2</a>)</div><div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MinimumBroadcast1DVectorUint8, <a class="code" href="_minimum_test_impl_8cpp.xhtml#a821d46ff2da8a7b28ba9d598ccac6e9e">MinimumBroadcast1DVectorUint8Test</a>)</div><div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;</div><div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;<span class="comment">// Equal</span></div><div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualSimple,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae140b52d035f8250217b316986003f11">EqualSimpleTest</a>)</div><div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a6e369e04bcc61e94a1ba6cfb6f71a65c">EqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae2ff16eaa4065a804d42516b3ad6e59b">EqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;</div><div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualSimpleFloat16,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#aac3177bca7c64de5d11fb881bfee3ba9">EqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00623"></a><span class="lineno">  623</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aff159b47bd0934a35f495734a85fb11c">EqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00624"></a><span class="lineno">  624</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae8eaa1a540a3f427313a5a10b7b7419d">EqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00625"></a><span class="lineno">  625</span>&#160;</div><div class="line"><a name="l00626"></a><span class="lineno">  626</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualSimpleUint8,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a8ba9e53c3c6e0b5a1ee51e4693d38121">EqualSimpleUint8Test</a>)</div><div class="line"><a name="l00627"></a><span class="lineno">  627</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a819b7c4c8d06799ac603e468e09bcc1b">EqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(EqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a90593545ca3e24d365fa54b90659fb9f">EqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00629"></a><span class="lineno">  629</span>&#160;</div><div class="line"><a name="l00630"></a><span class="lineno">  630</span>&#160;<span class="comment">// Greater</span></div><div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterSimple,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a45d9c3a12963c35f60741eacc077ed97">GreaterSimpleTest</a>)</div><div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a61af3b16b5e3a097460163c429930f43">GreaterBroadcast1ElementTest</a>)</div><div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aa514a2bd2baac5defc1b46eeac1d273b">GreaterBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;</div><div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterSimpleFloat16,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#aa8b8f5d705317e1a7f7530dd2e7987a0">GreaterSimpleFloat16Test</a>)</div><div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a833a95ed2bcd611e9503b5823a4624ad">GreaterBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab52896465a1f078b2833fbd4cafc8864">GreaterBroadcast1dVectorFloat16Test</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterSimpleUint8,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a5104ccaff55b0c7c4af1628c996146bf">GreaterSimpleUint8Test</a>)</div><div class="line"><a name="l00640"></a><span class="lineno">  640</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a21d31885c6fe6a340cc0d6d3b1371124">GreaterBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00641"></a><span class="lineno">  641</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#acaa6a2b8cd4ed7551397111e14bc4bae">GreaterBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00642"></a><span class="lineno">  642</span>&#160;</div><div class="line"><a name="l00643"></a><span class="lineno">  643</span>&#160;<span class="comment">// GreaterOrEqual</span></div><div class="line"><a name="l00644"></a><span class="lineno">  644</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualSimple,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a26149ca8ea27196c868aff2ccf59d6e6">GreaterOrEqualSimpleTest</a>)</div><div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aabc630d91335c6dfafbeac571afb6ccb">GreaterOrEqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a7a436a28cde062fb1e7bb5c8d08edbd0">GreaterOrEqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;</div><div class="line"><a name="l00648"></a><span class="lineno">  648</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualSimpleFloat16,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0a9fd1e643e6472c6e5a78353f5067d5">GreaterOrEqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a98fb30cd2a40f84c1a9ea29b7606857a">GreaterOrEqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00650"></a><span class="lineno">  650</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#af9d979fd83a13eaa86ded08f632ac29e">GreaterOrEqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;</div><div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualSimpleUint8,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0839f274000551c2646d3039105190ae">GreaterOrEqualSimpleUint8Test</a>)</div><div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a870d6847e8bbf66f96353118f3a343b1">GreaterOrEqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(GreaterOrEqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a69c813c952e47669c8d3cfa21ed0f2a3">GreaterOrEqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;</div><div class="line"><a name="l00656"></a><span class="lineno">  656</span>&#160;<span class="comment">// Less</span></div><div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessSimple,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a274df4ac67d2571c89e6c3618f827f49">LessSimpleTest</a>)</div><div class="line"><a name="l00658"></a><span class="lineno">  658</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#aed343f2941bd0f7f23239cbc4f23855b">LessBroadcast1ElementTest</a>)</div><div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a4b0e5c2df069fd1cc61d5caca677e3cf">LessBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00660"></a><span class="lineno">  660</span>&#160;</div><div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessSimpleFloat16,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a68a0575f46e49f1c0ddd6e8978c703f2">LessSimpleFloat16Test</a>)</div><div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#afb1206869a66e32514d875963fe4b67a">LessBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a6402c1931f5a62e12525c39dadc4c5bc">LessBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00664"></a><span class="lineno">  664</span>&#160;</div><div class="line"><a name="l00665"></a><span class="lineno">  665</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessSimpleUint8,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a864514343bbc4bd546a49e787d39a18a">LessSimpleUint8Test</a>)</div><div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a6c46911bc6f0e45e02f7c6e8f9571575">LessBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00667"></a><span class="lineno">  667</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a128a2a4f7f352d959c48d739c4771e49">LessBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00668"></a><span class="lineno">  668</span>&#160;</div><div class="line"><a name="l00669"></a><span class="lineno">  669</span>&#160;<span class="comment">// LessOrEqual</span></div><div class="line"><a name="l00670"></a><span class="lineno">  670</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualSimple,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#aff037d7f2c7f531c81567072f1f3c56d">LessOrEqualSimpleTest</a>)</div><div class="line"><a name="l00671"></a><span class="lineno">  671</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a842da9721fc907299296ef1b6fe5436f">LessOrEqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00672"></a><span class="lineno">  672</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a55cdc65d75b6e65fecd971838e0f6f5a">LessOrEqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00673"></a><span class="lineno">  673</span>&#160;</div><div class="line"><a name="l00674"></a><span class="lineno">  674</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualSimpleFloat16,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a46b542d0b84d7a41d28f15699c65d397">LessOrEqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00675"></a><span class="lineno">  675</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a31c4b8822a180267a815500066522d1e">LessOrEqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00676"></a><span class="lineno">  676</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ae54a09fc50794b15e98e5b21d905cb81">LessOrEqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00677"></a><span class="lineno">  677</span>&#160;</div><div class="line"><a name="l00678"></a><span class="lineno">  678</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualSimpleUint8,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#aae6d5bc49e628f04ca789a099e86d140">LessOrEqualSimpleUint8Test</a>)</div><div class="line"><a name="l00679"></a><span class="lineno">  679</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#accfdb82fd769711b16e4433cfe563d73">LessOrEqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00680"></a><span class="lineno">  680</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LessOrEqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a05421422776540e524c371ec5e6ffa7f">LessOrEqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00681"></a><span class="lineno">  681</span>&#160;</div><div class="line"><a name="l00682"></a><span class="lineno">  682</span>&#160;<span class="comment">// NotEqual</span></div><div class="line"><a name="l00683"></a><span class="lineno">  683</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualSimple,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a0cb4300605f392d642d3c7a646a7fd08">NotEqualSimpleTest</a>)</div><div class="line"><a name="l00684"></a><span class="lineno">  684</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualBroadcast1Element, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a1ae012da4093d60d32c5504ea6f97890">NotEqualBroadcast1ElementTest</a>)</div><div class="line"><a name="l00685"></a><span class="lineno">  685</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualBroadcast1dVector, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a1707b469feb738364ba4a567aa986bcd">NotEqualBroadcast1dVectorTest</a>)</div><div class="line"><a name="l00686"></a><span class="lineno">  686</span>&#160;</div><div class="line"><a name="l00687"></a><span class="lineno">  687</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualSimpleFloat16,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#a9430a21e270156f9ba1b64b63d5b4a84">NotEqualSimpleFloat16Test</a>)</div><div class="line"><a name="l00688"></a><span class="lineno">  688</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualBroadcast1ElementFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a7e5dd57f30d26bc926490f184a0d04e5">NotEqualBroadcast1ElementFloat16Test</a>)</div><div class="line"><a name="l00689"></a><span class="lineno">  689</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualBroadcast1dVectorFloat16, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a19123a60691b44fe99d824cc0825c560">NotEqualBroadcast1dVectorFloat16Test</a>)</div><div class="line"><a name="l00690"></a><span class="lineno">  690</span>&#160;</div><div class="line"><a name="l00691"></a><span class="lineno">  691</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualSimpleUint8,            <a class="code" href="_comparison_test_impl_8cpp.xhtml#ad35735bf5a42442c1cd19e6239b09f73">NotEqualSimpleUint8Test</a>)</div><div class="line"><a name="l00692"></a><span class="lineno">  692</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualBroadcast1ElementUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#ab299304c85c1a9b7a8fb4cfd5453cc62">NotEqualBroadcast1ElementUint8Test</a>)</div><div class="line"><a name="l00693"></a><span class="lineno">  693</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NotEqualBroadcast1dVectorUint8, <a class="code" href="_comparison_test_impl_8cpp.xhtml#a251f81f5d1df367432bbf78e657946bd">NotEqualBroadcast1dVectorUint8Test</a>)</div><div class="line"><a name="l00694"></a><span class="lineno">  694</span>&#160;</div><div class="line"><a name="l00695"></a><span class="lineno">  695</span>&#160;<span class="comment">// Softmax</span></div><div class="line"><a name="l00696"></a><span class="lineno">  696</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSoftmaxBeta1, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a561da5cae6f7d7f9648c94e9807bee19">SimpleSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l00697"></a><span class="lineno">  697</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSoftmaxBeta2, SimpleSoftmaxTest, 2.0f)</div><div class="line"><a name="l00698"></a><span class="lineno">  698</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSoftmaxBeta1Uint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#aa439f3d72fad64e1c0a55874a47a1b89">SimpleSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l00699"></a><span class="lineno">  699</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleSoftmaxBeta2Uint8, SimpleSoftmaxUint8Test, 2.0f)</div><div class="line"><a name="l00700"></a><span class="lineno">  700</span>&#160;</div><div class="line"><a name="l00701"></a><span class="lineno">  701</span>&#160;<span class="comment">// LogSoftmax</span></div><div class="line"><a name="l00702"></a><span class="lineno">  702</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogSoftmaxFloat32_1, <a class="code" href="_log_softmax_test_impl_8cpp.xhtml#a6af11a15c44a0b33f97c466a34fa63d2">LogSoftmaxTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l00703"></a><span class="lineno">  703</span>&#160;</div><div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;<span class="comment">// Space To Batch Nd</span></div><div class="line"><a name="l00705"></a><span class="lineno">  705</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdSimpleFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6d1ceb4646bbb7aef19c0276b6c823f4">SpaceToBatchNdSimpleFloat32Test</a>)</div><div class="line"><a name="l00706"></a><span class="lineno">  706</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiChannelsFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a25d83e467cf12d92fc0fded2ec9c44f2">SpaceToBatchNdMultiChannelsFloat32Test</a>)</div><div class="line"><a name="l00707"></a><span class="lineno">  707</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiBlockFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a067fe71e3d2b0989fc0cdb8dc97af04b">SpaceToBatchNdMultiBlockFloat32Test</a>)</div><div class="line"><a name="l00708"></a><span class="lineno">  708</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdPaddingFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a5e24e02459c6972aec7c7ce135025bc1">SpaceToBatchNdPaddingFloat32Test</a>)</div><div class="line"><a name="l00709"></a><span class="lineno">  709</span>&#160;</div><div class="line"><a name="l00710"></a><span class="lineno">  710</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdSimpleUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad6cb698b70730378052d3244616c7bd1">SpaceToBatchNdSimpleUint8Test</a>)</div><div class="line"><a name="l00711"></a><span class="lineno">  711</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiChannelsUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6d16c5d5b4c62bd1a80cd048c0b9bef1">SpaceToBatchNdMultiChannelsUint8Test</a>)</div><div class="line"><a name="l00712"></a><span class="lineno">  712</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiBlockUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ae5d658100a21ed977774a5c63d807d6e">SpaceToBatchNdMultiBlockUint8Test</a>)</div><div class="line"><a name="l00713"></a><span class="lineno">  713</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdPaddingUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aeee65049ea82a6b08ab70c45e8693973">SpaceToBatchNdPaddingUint8Test</a>)</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;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdSimpleNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad7fc813bd227163c8d6e4e65c1235048">SpaceToBatchNdSimpleNhwcFloat32Test</a>)</div><div class="line"><a name="l00716"></a><span class="lineno">  716</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiChannelsNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a45c6e2d71c3ac4406374e3e59902fd2c">SpaceToBatchNdMultiChannelsNhwcFloat32Test</a>)</div><div class="line"><a name="l00717"></a><span class="lineno">  717</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiBlockNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac254ad319f8916cc53fb9b1c376d1e94">SpaceToBatchNdMultiBlockNhwcFloat32Test</a>)</div><div class="line"><a name="l00718"></a><span class="lineno">  718</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdPaddingNhwcFloat32, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#adc827a4ccbc19d4fec584120c7b56089">SpaceToBatchNdPaddingNhwcFloat32Test</a>)</div><div class="line"><a name="l00719"></a><span class="lineno">  719</span>&#160;</div><div class="line"><a name="l00720"></a><span class="lineno">  720</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdSimpleNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa10a7740f4cae3a4455e670fd9f3812c">SpaceToBatchNdSimpleNhwcUint8Test</a>)</div><div class="line"><a name="l00721"></a><span class="lineno">  721</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiChannelsNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a7af707c3a41c369982e8cfb564e1f52a">SpaceToBatchNdMultiChannelsNhwcUint8Test</a>)</div><div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdMultiBlockNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a5fbe57852fc6c2f2f79cd6d849678ad8">SpaceToBatchNdMultiBlockNhwcUint8Test</a>)</div><div class="line"><a name="l00723"></a><span class="lineno">  723</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToBatchNdPaddingNhwcUint8, <a class="code" href="_space_to_batch_nd_test_impl_8cpp.xhtml#a08ce8f24f5339c8dd7f88fd6d457f52f">SpaceToBatchNdPaddingNhwcUint8Test</a>)</div><div class="line"><a name="l00724"></a><span class="lineno">  724</span>&#160;</div><div class="line"><a name="l00725"></a><span class="lineno">  725</span>&#160;<span class="comment">// Space To Depth</span></div><div class="line"><a name="l00726"></a><span class="lineno">  726</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNhwcAsymmQ8, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a8a2be2a7ee0bc7117052778e88d33445">SpaceToDepthNhwcAsymmQ8Test</a>)</div><div class="line"><a name="l00727"></a><span class="lineno">  727</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNchwAsymmQ8, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#ad9f554c96f1a06b7e490a1a881ce127b">SpaceToDepthNchwAsymmQ8Test</a>)</div><div class="line"><a name="l00728"></a><span class="lineno">  728</span>&#160;</div><div class="line"><a name="l00729"></a><span class="lineno">  729</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNhwx1Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#aa249e11eff5c350df76595219ca7144c">SpaceToDepthNhwcFloat32Test1</a>)</div><div class="line"><a name="l00730"></a><span class="lineno">  730</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNchw1Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a215edf54a620bbc0ce27c3f7cc30ffea">SpaceToDepthNchwFloat32Test1</a>)</div><div class="line"><a name="l00731"></a><span class="lineno">  731</span>&#160;</div><div class="line"><a name="l00732"></a><span class="lineno">  732</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNhwc2Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#af3abba0d43f447a69ea4de9369218f05">SpaceToDepthNhwcFloat32Test2</a>)</div><div class="line"><a name="l00733"></a><span class="lineno">  733</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNchw2Float32, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a224a9eafb034dc7836a0df0f466026cb">SpaceToDepthNchwFloat32Test2</a>)</div><div class="line"><a name="l00734"></a><span class="lineno">  734</span>&#160;</div><div class="line"><a name="l00735"></a><span class="lineno">  735</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNhwcQSymm16, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#ac6d2b61b9e9446b45c94427d3038fe7e">SpaceToDepthNhwcQSymm16Test</a>)</div><div class="line"><a name="l00736"></a><span class="lineno">  736</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SpaceToDepthNchwQSymm16, <a class="code" href="_space_to_depth_test_impl_8cpp.xhtml#a9f8144a24685e25f1051d1ebe94b8cb0">SpaceToDepthNchwQSymm16Test</a>)</div><div class="line"><a name="l00737"></a><span class="lineno">  737</span>&#160;</div><div class="line"><a name="l00738"></a><span class="lineno">  738</span>&#160;<span class="comment">// Stack</span></div><div class="line"><a name="l00739"></a><span class="lineno">  739</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Stack0Axis,           <a class="code" href="_stack_test_impl_8cpp.xhtml#adfe7aa108b8822b9ecbd89c19181d453">StackAxis0Float32Test</a>)</div><div class="line"><a name="l00740"></a><span class="lineno">  740</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StackOutput4DAxis1,   <a class="code" href="_stack_test_impl_8cpp.xhtml#ad49417dc85c34867037162e3343a84b2">StackOutput4DAxis1Float32Test</a>)</div><div class="line"><a name="l00741"></a><span class="lineno">  741</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StackOutput4DAxis2,   <a class="code" href="_stack_test_impl_8cpp.xhtml#acd8d3e699b4f15f0ee82d5bdef47dccf">StackOutput4DAxis2Float32Test</a>)</div><div class="line"><a name="l00742"></a><span class="lineno">  742</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StackOutput4DAxis3,   <a class="code" href="_stack_test_impl_8cpp.xhtml#a2d9926a44fde4b3bd4596b1996ec9c45">StackOutput4DAxis3Float32Test</a>)</div><div class="line"><a name="l00743"></a><span class="lineno">  743</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StackOutput3DInputs3, <a class="code" href="_stack_test_impl_8cpp.xhtml#a3b4b3f173b6a4527f576a2ade7eb8458">StackOutput3DInputs3Float32Test</a>)</div><div class="line"><a name="l00744"></a><span class="lineno">  744</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StackOutput5D,        <a class="code" href="_stack_test_impl_8cpp.xhtml#ac1d2db6153cebd24e1b0a7abec6b6796">StackOutput5DFloat32Test</a>)</div><div class="line"><a name="l00745"></a><span class="lineno">  745</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StackFloat16,         <a class="code" href="_stack_test_impl_8cpp.xhtml#ad17f60bbe58795f68f60815f5f12a317">StackFloat16Test</a>)</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">// Slice</span></div><div class="line"><a name="l00748"></a><span class="lineno">  748</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice4dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#ae614565a58a085ebea038e705910792d">Slice4dFloat32Test</a>)</div><div class="line"><a name="l00749"></a><span class="lineno">  749</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice3dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a65ea4a275066dd49ca9a23185a103b2c">Slice3dFloat32Test</a>)</div><div class="line"><a name="l00750"></a><span class="lineno">  750</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice2dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a7c2b08d3b045aac272d320d6279e1dab">Slice2dFloat32Test</a>)</div><div class="line"><a name="l00751"></a><span class="lineno">  751</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice1dFloat32, <a class="code" href="_slice_test_impl_8cpp.xhtml#a7863b4d5cf3fa19de7668eb3a4c6191c">Slice1dFloat32Test</a>)</div><div class="line"><a name="l00752"></a><span class="lineno">  752</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice4dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a08619ae5f9407cabc427aba5049e31ef">Slice4dUint8Test</a>)</div><div class="line"><a name="l00753"></a><span class="lineno">  753</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice3dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a3161c1b143650c88d4cc5e3b08a6bcee">Slice3dUint8Test</a>)</div><div class="line"><a name="l00754"></a><span class="lineno">  754</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice2dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#acaf2a0cb0375acbad4564aaa511138a5">Slice2dUint8Test</a>)</div><div class="line"><a name="l00755"></a><span class="lineno">  755</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice1dUint8, <a class="code" href="_slice_test_impl_8cpp.xhtml#a0d439b9fd8efd81d1376e1d6e1b6e315">Slice1dUint8Test</a>)</div><div class="line"><a name="l00756"></a><span class="lineno">  756</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice4dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#a114060adaed8f5bbcf16a584eb4193e9">Slice4dInt16Test</a>)</div><div class="line"><a name="l00757"></a><span class="lineno">  757</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice3dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#a191a47193f192d4aeec276f080e97620">Slice3dInt16Test</a>)</div><div class="line"><a name="l00758"></a><span class="lineno">  758</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice2dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#aa51c5ed7462fcad3fefde55834c25b83">Slice2dInt16Test</a>)</div><div class="line"><a name="l00759"></a><span class="lineno">  759</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(Slice1dInt16, <a class="code" href="_slice_test_impl_8cpp.xhtml#aec6e28400b64661bbbfe1ad8b98b074c">Slice1dInt16Test</a>)</div><div class="line"><a name="l00760"></a><span class="lineno">  760</span>&#160;</div><div class="line"><a name="l00761"></a><span class="lineno">  761</span>&#160;<span class="comment">// Strided Slice</span></div><div class="line"><a name="l00762"></a><span class="lineno">  762</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice4dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a4c7305105ff0e1bffee5620c2a526478">StridedSlice4dFloat32Test</a>)</div><div class="line"><a name="l00763"></a><span class="lineno">  763</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice4dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a8d3b2f100fb15428af112ec85184d7f7">StridedSlice4dReverseFloat32Test</a>)</div><div class="line"><a name="l00764"></a><span class="lineno">  764</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceSimpleStrideFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#af92b9ee5ac2c53128d6e02bb26f7fcb8">StridedSliceSimpleStrideFloat32Test</a>)</div><div class="line"><a name="l00765"></a><span class="lineno">  765</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceSimpleRangeMaskFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a7c812e6cf305a2bfb0e8251370d00474">StridedSliceSimpleRangeMaskFloat32Test</a>)</div><div class="line"><a name="l00766"></a><span class="lineno">  766</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceShrinkAxisMaskFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a2dec4d947835569aff03a4b7864ba295">StridedSliceShrinkAxisMaskFloat32Test</a>)</div><div class="line"><a name="l00767"></a><span class="lineno">  767</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceShrinkAxisMaskCTSFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a235de40e90991c356897d4b3061ae814">StridedSliceShrinkAxisMaskCTSFloat32Test</a>)</div><div class="line"><a name="l00768"></a><span class="lineno">  768</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceShrinkAxisMaskBitPosition0Dim3Float32,</div><div class="line"><a name="l00769"></a><span class="lineno">  769</span>&#160;                     <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a77b1cece2aaacd904283a1f17ed67cbf">StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test</a>)</div><div class="line"><a name="l00770"></a><span class="lineno">  770</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00771"></a><span class="lineno">  771</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#acecd68548cb0db4915cba3f3e07474a5">StridedSliceShrinkAxisMaskBitPosition0Float32Test</a>)</div><div class="line"><a name="l00772"></a><span class="lineno">  772</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00773"></a><span class="lineno">  773</span>&#160;    StridedSliceShrinkAxisMaskBitPosition1Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a83f1c6962bed25bbad0ff2eb5a0cfd24">StridedSliceShrinkAxisMaskBitPosition1Float32Test</a>)</div><div class="line"><a name="l00774"></a><span class="lineno">  774</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00775"></a><span class="lineno">  775</span>&#160;    StridedSliceShrinkAxisMaskBitPosition2Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a016976a68397c0546dc99dcd25aed28b">StridedSliceShrinkAxisMaskBitPosition2Float32Test</a>)</div><div class="line"><a name="l00776"></a><span class="lineno">  776</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00777"></a><span class="lineno">  777</span>&#160;    StridedSliceShrinkAxisMaskBitPosition3Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#aceb716490f3f119744f06c67b234adbd">StridedSliceShrinkAxisMaskBitPosition3Float32Test</a>)</div><div class="line"><a name="l00778"></a><span class="lineno">  778</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00779"></a><span class="lineno">  779</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And1Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ac5403385f2ee51c4181f8d29d16d41af">StridedSliceShrinkAxisMaskBitPosition0And1Float32Test</a>)</div><div class="line"><a name="l00780"></a><span class="lineno">  780</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00781"></a><span class="lineno">  781</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And2Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a36771bf29b95121565b31f6fc198cbeb">StridedSliceShrinkAxisMaskBitPosition0And2Float32Test</a>)</div><div class="line"><a name="l00782"></a><span class="lineno">  782</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00783"></a><span class="lineno">  783</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And3Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a6028a25e1e50b8aba0d0f67afd3eebe4">StridedSliceShrinkAxisMaskBitPosition0And3Float32Test</a>)</div><div class="line"><a name="l00784"></a><span class="lineno">  784</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00785"></a><span class="lineno">  785</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And1And3Float32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a049aad68ad14b9a35996fb1f3e8e15c1">StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test</a>)</div><div class="line"><a name="l00786"></a><span class="lineno">  786</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice3dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a5f456ed27ee2cf7b8c573e1ecd10954f">StridedSlice3dFloat32Test</a>)</div><div class="line"><a name="l00787"></a><span class="lineno">  787</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice3dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a29aba9f6379f5751a2697fa103e363dd">StridedSlice3dReverseFloat32Test</a>)</div><div class="line"><a name="l00788"></a><span class="lineno">  788</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice2dFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a7a67d0748e00b7fce0afabb2db8ccfb9">StridedSlice2dFloat32Test</a>)</div><div class="line"><a name="l00789"></a><span class="lineno">  789</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice2dReverseFloat32, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a7dc05350adcafeb59f2b886c233f5574">StridedSlice2dReverseFloat32Test</a>)</div><div class="line"><a name="l00790"></a><span class="lineno">  790</span>&#160;</div><div class="line"><a name="l00791"></a><span class="lineno">  791</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice4dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ab3ba59776e40cc99fb573729feb14f57">StridedSlice4dUint8Test</a>)</div><div class="line"><a name="l00792"></a><span class="lineno">  792</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice4dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a9785b1ac7f2ced9f363ef02fa35e7ab3">StridedSlice4dReverseUint8Test</a>)</div><div class="line"><a name="l00793"></a><span class="lineno">  793</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceSimpleStrideUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1bda4aafec3a8bd83255d7be85b5908b">StridedSliceSimpleStrideUint8Test</a>)</div><div class="line"><a name="l00794"></a><span class="lineno">  794</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceSimpleRangeMaskUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#abd791cd48bbef1c52ad52e5fea0bb299">StridedSliceSimpleRangeMaskUint8Test</a>)</div><div class="line"><a name="l00795"></a><span class="lineno">  795</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSliceShrinkAxisMaskUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a4c361c981541c88fd3bfb82e53deb18b">StridedSliceShrinkAxisMaskUint8Test</a>)</div><div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00797"></a><span class="lineno">  797</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a67be848714d39789245b5d526554bb12">StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test</a>)</div><div class="line"><a name="l00798"></a><span class="lineno">  798</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00799"></a><span class="lineno">  799</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#adb38933cffca98d6a43ef4c87aa7a869">StridedSliceShrinkAxisMaskBitPosition0Uint8Test</a>)</div><div class="line"><a name="l00800"></a><span class="lineno">  800</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00801"></a><span class="lineno">  801</span>&#160;    StridedSliceShrinkAxisMaskBitPosition1Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a5a51ed98de719f2d7677d73570e0cfef">StridedSliceShrinkAxisMaskBitPosition1Uint8Test</a>)</div><div class="line"><a name="l00802"></a><span class="lineno">  802</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00803"></a><span class="lineno">  803</span>&#160;    StridedSliceShrinkAxisMaskBitPosition2Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a79a22fee5f4034327913bbe4f5a6b3e3">StridedSliceShrinkAxisMaskBitPosition2Uint8Test</a>)</div><div class="line"><a name="l00804"></a><span class="lineno">  804</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00805"></a><span class="lineno">  805</span>&#160;    StridedSliceShrinkAxisMaskBitPosition3Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a1659c97f388b1b2afadc25e716ab53a1">StridedSliceShrinkAxisMaskBitPosition3Uint8Test</a>)</div><div class="line"><a name="l00806"></a><span class="lineno">  806</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00807"></a><span class="lineno">  807</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And1Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#ae56682dde738ea4c19f615ac8d9c7d57">StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test</a>)</div><div class="line"><a name="l00808"></a><span class="lineno">  808</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00809"></a><span class="lineno">  809</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And2Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#af4c98332c88145ad01fea7a2e0a18937">StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test</a>)</div><div class="line"><a name="l00810"></a><span class="lineno">  810</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00811"></a><span class="lineno">  811</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And3Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a4634d963bf040eba3fe4107d889df581">StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test</a>)</div><div class="line"><a name="l00812"></a><span class="lineno">  812</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(</div><div class="line"><a name="l00813"></a><span class="lineno">  813</span>&#160;    StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a750432d87407e86727bdf75a8d6db785">StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test</a>)</div><div class="line"><a name="l00814"></a><span class="lineno">  814</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice3dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a2dee82ca20c9d28ddf6ef84c5f742d39">StridedSlice3dUint8Test</a>)</div><div class="line"><a name="l00815"></a><span class="lineno">  815</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice3dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a706a85d2963d41f8f1bf2333c92cea20">StridedSlice3dReverseUint8Test</a>)</div><div class="line"><a name="l00816"></a><span class="lineno">  816</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice2dUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a6edf2eff0e61eb4225ccbcb856bc5a3a">StridedSlice2dUint8Test</a>)</div><div class="line"><a name="l00817"></a><span class="lineno">  817</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedSlice2dReverseUint8, <a class="code" href="_strided_slice_test_impl_8cpp.xhtml#a2fd88fdec828db84fbd1cfeae587b15f">StridedSlice2dReverseUint8Test</a>)</div><div class="line"><a name="l00818"></a><span class="lineno">  818</span>&#160;</div><div class="line"><a name="l00819"></a><span class="lineno">  819</span>&#160;<span class="comment">// Resize Bilinear - NCHW</span></div><div class="line"><a name="l00820"></a><span class="lineno">  820</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeBilinear,</div><div class="line"><a name="l00821"></a><span class="lineno">  821</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a4119b16ebc3a6d284994fb31bc1bae5c">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeBilinearInt8,</div><div class="line"><a name="l00824"></a><span class="lineno">  824</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a4119b16ebc3a6d284994fb31bc1bae5c">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00825"></a><span class="lineno">  825</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00826"></a><span class="lineno">  826</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeBilinearUint8,</div><div class="line"><a name="l00827"></a><span class="lineno">  827</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a4119b16ebc3a6d284994fb31bc1bae5c">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00828"></a><span class="lineno">  828</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00829"></a><span class="lineno">  829</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearNop,</div><div class="line"><a name="l00830"></a><span class="lineno">  830</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#aa2db2e196bb06946a3daf8175a14c13d">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearNopInt8,</div><div class="line"><a name="l00833"></a><span class="lineno">  833</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#aa2db2e196bb06946a3daf8175a14c13d">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00834"></a><span class="lineno">  834</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00835"></a><span class="lineno">  835</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearNopUint8,</div><div class="line"><a name="l00836"></a><span class="lineno">  836</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#aa2db2e196bb06946a3daf8175a14c13d">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00837"></a><span class="lineno">  837</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00838"></a><span class="lineno">  838</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearSqMin,</div><div class="line"><a name="l00839"></a><span class="lineno">  839</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a92001d5535a952b1662208b56e4c1a0d">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00840"></a><span class="lineno">  840</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00841"></a><span class="lineno">  841</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearSqMinInt8,</div><div class="line"><a name="l00842"></a><span class="lineno">  842</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a92001d5535a952b1662208b56e4c1a0d">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00843"></a><span class="lineno">  843</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00844"></a><span class="lineno">  844</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearSqMinUint8,</div><div class="line"><a name="l00845"></a><span class="lineno">  845</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a92001d5535a952b1662208b56e4c1a0d">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00846"></a><span class="lineno">  846</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00847"></a><span class="lineno">  847</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearMin,</div><div class="line"><a name="l00848"></a><span class="lineno">  848</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ab6c56ff0b93e3d1b0ebb45d32fd107c0">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00849"></a><span class="lineno">  849</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00850"></a><span class="lineno">  850</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearMinInt8,</div><div class="line"><a name="l00851"></a><span class="lineno">  851</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ab6c56ff0b93e3d1b0ebb45d32fd107c0">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00852"></a><span class="lineno">  852</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00853"></a><span class="lineno">  853</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearMinUint8,</div><div class="line"><a name="l00854"></a><span class="lineno">  854</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ab6c56ff0b93e3d1b0ebb45d32fd107c0">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00855"></a><span class="lineno">  855</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00856"></a><span class="lineno">  856</span>&#160;</div><div class="line"><a name="l00857"></a><span class="lineno">  857</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeBilinear,</div><div class="line"><a name="l00858"></a><span class="lineno">  858</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a3f28f588088eee189083910b9288fbbe">HalfPixelCentersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00859"></a><span class="lineno">  859</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00860"></a><span class="lineno">  860</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeBilinear,</div><div class="line"><a name="l00861"></a><span class="lineno">  861</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">AlignCornersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00862"></a><span class="lineno">  862</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00863"></a><span class="lineno">  863</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeBilinearInt8,</div><div class="line"><a name="l00864"></a><span class="lineno">  864</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a3f28f588088eee189083910b9288fbbe">HalfPixelCentersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeBilinearInt8,</div><div class="line"><a name="l00867"></a><span class="lineno">  867</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">AlignCornersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00868"></a><span class="lineno">  868</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00869"></a><span class="lineno">  869</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeBilinearUint8,</div><div class="line"><a name="l00870"></a><span class="lineno">  870</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a3f28f588088eee189083910b9288fbbe">HalfPixelCentersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00871"></a><span class="lineno">  871</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00872"></a><span class="lineno">  872</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeBilinearUint8,</div><div class="line"><a name="l00873"></a><span class="lineno">  873</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">AlignCornersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00874"></a><span class="lineno">  874</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00875"></a><span class="lineno">  875</span>&#160;</div><div class="line"><a name="l00876"></a><span class="lineno">  876</span>&#160;<span class="comment">// Resize Bilinear - NHWC</span></div><div class="line"><a name="l00877"></a><span class="lineno">  877</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearNopNhwc,</div><div class="line"><a name="l00878"></a><span class="lineno">  878</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#aa2db2e196bb06946a3daf8175a14c13d">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00879"></a><span class="lineno">  879</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00880"></a><span class="lineno">  880</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearNopInt8Nhwc,</div><div class="line"><a name="l00881"></a><span class="lineno">  881</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#aa2db2e196bb06946a3daf8175a14c13d">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00882"></a><span class="lineno">  882</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00883"></a><span class="lineno">  883</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearNopUint8Nhwc,</div><div class="line"><a name="l00884"></a><span class="lineno">  884</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#aa2db2e196bb06946a3daf8175a14c13d">ResizeBilinearNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00885"></a><span class="lineno">  885</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00886"></a><span class="lineno">  886</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeBilinearNhwc,</div><div class="line"><a name="l00887"></a><span class="lineno">  887</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a4119b16ebc3a6d284994fb31bc1bae5c">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00888"></a><span class="lineno">  888</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00889"></a><span class="lineno">  889</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeBilinearInt8Nhwc,</div><div class="line"><a name="l00890"></a><span class="lineno">  890</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a4119b16ebc3a6d284994fb31bc1bae5c">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00891"></a><span class="lineno">  891</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00892"></a><span class="lineno">  892</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeBilinearUint8Nhwc,</div><div class="line"><a name="l00893"></a><span class="lineno">  893</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a4119b16ebc3a6d284994fb31bc1bae5c">SimpleResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</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;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearSqMinNhwc,</div><div class="line"><a name="l00896"></a><span class="lineno">  896</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a92001d5535a952b1662208b56e4c1a0d">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00897"></a><span class="lineno">  897</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00898"></a><span class="lineno">  898</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearSqMinInt8Nhwc,</div><div class="line"><a name="l00899"></a><span class="lineno">  899</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a92001d5535a952b1662208b56e4c1a0d">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00900"></a><span class="lineno">  900</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00901"></a><span class="lineno">  901</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearSqMinUint8Nhwc,</div><div class="line"><a name="l00902"></a><span class="lineno">  902</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a92001d5535a952b1662208b56e4c1a0d">ResizeBilinearSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</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#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearMinNhwc,</div><div class="line"><a name="l00905"></a><span class="lineno">  905</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ab6c56ff0b93e3d1b0ebb45d32fd107c0">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00906"></a><span class="lineno">  906</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00907"></a><span class="lineno">  907</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearMinInt8Nhwc,</div><div class="line"><a name="l00908"></a><span class="lineno">  908</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ab6c56ff0b93e3d1b0ebb45d32fd107c0">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00909"></a><span class="lineno">  909</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00910"></a><span class="lineno">  910</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeBilinearMinUint8Nhwc,</div><div class="line"><a name="l00911"></a><span class="lineno">  911</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ab6c56ff0b93e3d1b0ebb45d32fd107c0">ResizeBilinearMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00912"></a><span class="lineno">  912</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00913"></a><span class="lineno">  913</span>&#160;</div><div class="line"><a name="l00914"></a><span class="lineno">  914</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeBilinearNhwc,</div><div class="line"><a name="l00915"></a><span class="lineno">  915</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a3f28f588088eee189083910b9288fbbe">HalfPixelCentersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00916"></a><span class="lineno">  916</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00917"></a><span class="lineno">  917</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeBilinearNhwc,</div><div class="line"><a name="l00918"></a><span class="lineno">  918</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">AlignCornersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00919"></a><span class="lineno">  919</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00920"></a><span class="lineno">  920</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeBilinearInt8Nhwc,</div><div class="line"><a name="l00921"></a><span class="lineno">  921</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a3f28f588088eee189083910b9288fbbe">HalfPixelCentersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00922"></a><span class="lineno">  922</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00923"></a><span class="lineno">  923</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeBilinearInt8Nhwc,</div><div class="line"><a name="l00924"></a><span class="lineno">  924</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">AlignCornersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00925"></a><span class="lineno">  925</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00926"></a><span class="lineno">  926</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeBilinearUint8Nhwc,</div><div class="line"><a name="l00927"></a><span class="lineno">  927</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a3f28f588088eee189083910b9288fbbe">HalfPixelCentersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00928"></a><span class="lineno">  928</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00929"></a><span class="lineno">  929</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeBilinearUint8Nhwc,</div><div class="line"><a name="l00930"></a><span class="lineno">  930</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">AlignCornersResizeBilinearTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00931"></a><span class="lineno">  931</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l00932"></a><span class="lineno">  932</span>&#160;</div><div class="line"><a name="l00933"></a><span class="lineno">  933</span>&#160;<span class="comment">// Resize NearestNeighbor - NCHW</span></div><div class="line"><a name="l00934"></a><span class="lineno">  934</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeNearestNeighbor,</div><div class="line"><a name="l00935"></a><span class="lineno">  935</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2cf15f90d138a0d77b7d1b7f36f16a5e">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00936"></a><span class="lineno">  936</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00937"></a><span class="lineno">  937</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeNearestNeighborInt8,</div><div class="line"><a name="l00938"></a><span class="lineno">  938</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2cf15f90d138a0d77b7d1b7f36f16a5e">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00939"></a><span class="lineno">  939</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00940"></a><span class="lineno">  940</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeNearestNeighborUint8,</div><div class="line"><a name="l00941"></a><span class="lineno">  941</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2cf15f90d138a0d77b7d1b7f36f16a5e">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00942"></a><span class="lineno">  942</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00943"></a><span class="lineno">  943</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborNop,</div><div class="line"><a name="l00944"></a><span class="lineno">  944</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a33aeb82b9051e33b3bca1b2425931576">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00945"></a><span class="lineno">  945</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00946"></a><span class="lineno">  946</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborNopInt8,</div><div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a33aeb82b9051e33b3bca1b2425931576">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00948"></a><span class="lineno">  948</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00949"></a><span class="lineno">  949</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborNopUint8,</div><div class="line"><a name="l00950"></a><span class="lineno">  950</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a33aeb82b9051e33b3bca1b2425931576">ResizeNearestNeighborNopTest</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;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00952"></a><span class="lineno">  952</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborSqMin,</div><div class="line"><a name="l00953"></a><span class="lineno">  953</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a47f85f2efb30c1bbefa26b5870cb679a">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00954"></a><span class="lineno">  954</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00955"></a><span class="lineno">  955</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborSqMinInt8,</div><div class="line"><a name="l00956"></a><span class="lineno">  956</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a47f85f2efb30c1bbefa26b5870cb679a">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00957"></a><span class="lineno">  957</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00958"></a><span class="lineno">  958</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborSqMinUint8,</div><div class="line"><a name="l00959"></a><span class="lineno">  959</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a47f85f2efb30c1bbefa26b5870cb679a">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00960"></a><span class="lineno">  960</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00961"></a><span class="lineno">  961</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMin,</div><div class="line"><a name="l00962"></a><span class="lineno">  962</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a0fb2443480d1dfe96d56934d5bc881ef">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00963"></a><span class="lineno">  963</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00964"></a><span class="lineno">  964</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMinInt8,</div><div class="line"><a name="l00965"></a><span class="lineno">  965</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a0fb2443480d1dfe96d56934d5bc881ef">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMinUint8,</div><div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a0fb2443480d1dfe96d56934d5bc881ef">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00969"></a><span class="lineno">  969</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00970"></a><span class="lineno">  970</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMag,</div><div class="line"><a name="l00971"></a><span class="lineno">  971</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#add4e120720dcb11922c35ef356ff56b0">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00972"></a><span class="lineno">  972</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l00973"></a><span class="lineno">  973</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMagInt8,</div><div class="line"><a name="l00974"></a><span class="lineno">  974</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#add4e120720dcb11922c35ef356ff56b0">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00975"></a><span class="lineno">  975</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l00976"></a><span class="lineno">  976</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMagUint8,</div><div class="line"><a name="l00977"></a><span class="lineno">  977</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#add4e120720dcb11922c35ef356ff56b0">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00978"></a><span class="lineno">  978</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW, 0.1f, 50, 0.1f, 50)</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="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeNearestNeighbour,</div><div class="line"><a name="l00981"></a><span class="lineno">  981</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2ba1ab96c229cb98604c2e78704f9415">HalfPixelCentersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00982"></a><span class="lineno">  982</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00983"></a><span class="lineno">  983</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeNearestNeighbour,</div><div class="line"><a name="l00984"></a><span class="lineno">  984</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">AlignCornersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l00985"></a><span class="lineno">  985</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00986"></a><span class="lineno">  986</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeNearestNeighbourInt8,</div><div class="line"><a name="l00987"></a><span class="lineno">  987</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2ba1ab96c229cb98604c2e78704f9415">HalfPixelCentersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00988"></a><span class="lineno">  988</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00989"></a><span class="lineno">  989</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeNearestNeighbourInt8,</div><div class="line"><a name="l00990"></a><span class="lineno">  990</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">AlignCornersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l00991"></a><span class="lineno">  991</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00992"></a><span class="lineno">  992</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeNearestNeighbourUint8,</div><div class="line"><a name="l00993"></a><span class="lineno">  993</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2ba1ab96c229cb98604c2e78704f9415">HalfPixelCentersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00994"></a><span class="lineno">  994</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l00995"></a><span class="lineno">  995</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeNearestNeighbourUint8,</div><div class="line"><a name="l00996"></a><span class="lineno">  996</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">AlignCornersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l00997"></a><span class="lineno">  997</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</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;<span class="comment">// Resize NearestNeighbor - NHWC</span></div><div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborNopNhwc,</div><div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a33aeb82b9051e33b3bca1b2425931576">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborNopInt8Nhwc,</div><div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a33aeb82b9051e33b3bca1b2425931576">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborNopUint8Nhwc,</div><div class="line"><a name="l01007"></a><span class="lineno"> 1007</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a33aeb82b9051e33b3bca1b2425931576">ResizeNearestNeighborNopTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01009"></a><span class="lineno"> 1009</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeNearestNeighborNhwc,</div><div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2cf15f90d138a0d77b7d1b7f36f16a5e">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeNearestNeighborInt8Nhwc,</div><div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2cf15f90d138a0d77b7d1b7f36f16a5e">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleResizeNearestNeighborUint8Nhwc,</div><div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2cf15f90d138a0d77b7d1b7f36f16a5e">SimpleResizeNearestNeighborTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborSqMinNhwc,</div><div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a47f85f2efb30c1bbefa26b5870cb679a">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborSqMinInt8Nhwc,</div><div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a47f85f2efb30c1bbefa26b5870cb679a">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l01023"></a><span class="lineno"> 1023</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborSqMinUint8Nhwc,</div><div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a47f85f2efb30c1bbefa26b5870cb679a">ResizeNearestNeighborSqMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMinNhwc,</div><div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a0fb2443480d1dfe96d56934d5bc881ef">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMinInt8Nhwc,</div><div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a0fb2443480d1dfe96d56934d5bc881ef">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMinUint8Nhwc,</div><div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a0fb2443480d1dfe96d56934d5bc881ef">ResizeNearestNeighborMinTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMagNhwc,</div><div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#add4e120720dcb11922c35ef356ff56b0">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMagInt8Nhwc,</div><div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#add4e120720dcb11922c35ef356ff56b0">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ResizeNearestNeighborMagUint8Nhwc,</div><div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#add4e120720dcb11922c35ef356ff56b0">ResizeNearestNeighborMagTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC, 0.1f, 50, 0.1f, 50)</div><div class="line"><a name="l01045"></a><span class="lineno"> 1045</span>&#160;</div><div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeNearestNeighbourNhwc,</div><div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2ba1ab96c229cb98604c2e78704f9415">HalfPixelCentersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l01048"></a><span class="lineno"> 1048</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeNearestNeighbourNhwc,</div><div class="line"><a name="l01050"></a><span class="lineno"> 1050</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">AlignCornersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;,</div><div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeNearestNeighbourInt8Nhwc,</div><div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2ba1ab96c229cb98604c2e78704f9415">HalfPixelCentersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeNearestNeighbourInt8Nhwc,</div><div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">AlignCornersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;,</div><div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(HalfPixelCentersResizeNearestNeighbourUint8Nhwc,</div><div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#a2ba1ab96c229cb98604c2e78704f9415">HalfPixelCentersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AlignCornersResizeNearestNeighbourUint8Nhwc,</div><div class="line"><a name="l01062"></a><span class="lineno"> 1062</span>&#160;                              <a class="code" href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">AlignCornersResizeNearestNeighbourTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;,</div><div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01064"></a><span class="lineno"> 1064</span>&#160;</div><div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160;<span class="comment">// Rsqrt</span></div><div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Rsqrt2d, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#aa5b3a6ec2af5b1278b9f3e804b8056f2">Rsqrt2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Rsqrt3d, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#abbfe0fe5c7d6778440bdac3e5983fe44">Rsqrt3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RsqrtZero, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#a068e767e84b997c988c11ff807f5541f">RsqrtZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(RsqrtNegative, <a class="code" href="_rsqrt_test_impl_8cpp.xhtml#a11ca1bd35ac14d3b8e52bf668f09409d">RsqrtNegativeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;</div><div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160;<span class="comment">// Quantize</span></div><div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(QuantizeSimpleUint8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#a9055cac790ab923ce97556f64f5bee9a">QuantizeSimpleUint8Test</a>)</div><div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(QuantizeClampUint8, <a class="code" href="_quantize_test_impl_8cpp.xhtml#adf93d9ba440800e945a46146480201b8">QuantizeClampUint8Test</a>)</div><div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160;</div><div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160;<span class="comment">// Dequantize</span></div><div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleUint8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a7d08e6e6748e33b4bffee532b790d876">DequantizeSimpleUint8Test</a>)</div><div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DequantizeOffsetUint8, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#ab56193e66573ccaa72b1576bc9bb8a17">DequantizeOffsetUint8Test</a>)</div><div class="line"><a name="l01078"></a><span class="lineno"> 1078</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#ace2eed3bc22c77fc1b99f040e7289c65">DequantizeSimpleInt16Test</a>)</div><div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleUint8ToFp16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#aa5d9ea933ea0983bc8118a44486df525">DequantizeSimpleUint8ToFp16Test</a>)</div><div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a>(DequantizeSimpleInt16ToFp16, <a class="code" href="_dequantize_test_impl_8cpp.xhtml#a925b0f3783cc793c72ca589fb99351e7">DequantizeSimpleInt16ToFp16Test</a>)</div><div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>&#160;</div><div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160;<span class="comment">// Transpose</span></div><div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeFloat32, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a26fec59856c8f7f494e9687c88e7be83">SimpleTransposeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeFloat32ValueSet1Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a49324d8aa9cb05dc56a6bbf3624b39f8">TransposeValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeFloat32ValueSet2Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a7e87c7e9921a797d90009031756d8e70">TransposeValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeFloat32ValueSet3Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#af9109ab4803c04b81b551efdb759ec40">TransposeValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeQASymmS8, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a26fec59856c8f7f494e9687c88e7be83">SimpleTransposeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQASymmS8ValueSet1Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a49324d8aa9cb05dc56a6bbf3624b39f8">TransposeValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQASymmS8ValueSet2Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a7e87c7e9921a797d90009031756d8e70">TransposeValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQASymmS8ValueSet3Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#af9109ab4803c04b81b551efdb759ec40">TransposeValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmS8&gt;)</div><div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeQASymm8, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a26fec59856c8f7f494e9687c88e7be83">SimpleTransposeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQASymm8ValueSet1Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a49324d8aa9cb05dc56a6bbf3624b39f8">TransposeValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01093"></a><span class="lineno"> 1093</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQASymm8ValueSet2Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a7e87c7e9921a797d90009031756d8e70">TransposeValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQASymm8ValueSet3Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#af9109ab4803c04b81b551efdb759ec40">TransposeValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeQSymm16, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a26fec59856c8f7f494e9687c88e7be83">SimpleTransposeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQSymm16ValueSet1Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a49324d8aa9cb05dc56a6bbf3624b39f8">TransposeValueSet1Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQSymm16ValueSet2Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#a7e87c7e9921a797d90009031756d8e70">TransposeValueSet2Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01098"></a><span class="lineno"> 1098</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(TransposeQSymm16ValueSet3Test, <a class="code" href="_transpose_test_impl_8hpp.xhtml#af9109ab4803c04b81b551efdb759ec40">TransposeValueSet3Test</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QSymmS16&gt;)</div><div class="line"><a name="l01099"></a><span class="lineno"> 1099</span>&#160;</div><div class="line"><a name="l01100"></a><span class="lineno"> 1100</span>&#160;<span class="comment">// TransposeConvolution2d</span></div><div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01103"></a><span class="lineno"> 1103</span>&#160;                              true,</div><div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01107"></a><span class="lineno"> 1107</span>&#160;                              true,</div><div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01109"></a><span class="lineno"> 1109</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01111"></a><span class="lineno"> 1111</span>&#160;                              true,</div><div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(SimpleTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01115"></a><span class="lineno"> 1115</span>&#160;                              true,</div><div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160;</div><div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedSimpleTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01120"></a><span class="lineno"> 1120</span>&#160;                              false,</div><div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedSimpleTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01124"></a><span class="lineno"> 1124</span>&#160;                              true,</div><div class="line"><a name="l01125"></a><span class="lineno"> 1125</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedSimpleTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01127"></a><span class="lineno"> 1127</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01128"></a><span class="lineno"> 1128</span>&#160;                              true,</div><div class="line"><a name="l01129"></a><span class="lineno"> 1129</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedSimpleTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01131"></a><span class="lineno"> 1131</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">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="l01132"></a><span class="lineno"> 1132</span>&#160;                              true,</div><div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160;</div><div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PaddedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01137"></a><span class="lineno"> 1137</span>&#160;                              true,</div><div class="line"><a name="l01138"></a><span class="lineno"> 1138</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01139"></a><span class="lineno"> 1139</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PaddedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01140"></a><span class="lineno"> 1140</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01141"></a><span class="lineno"> 1141</span>&#160;                              true,</div><div class="line"><a name="l01142"></a><span class="lineno"> 1142</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01143"></a><span class="lineno"> 1143</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PaddedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01144"></a><span class="lineno"> 1144</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01145"></a><span class="lineno"> 1145</span>&#160;                              true,</div><div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(PaddedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01149"></a><span class="lineno"> 1149</span>&#160;                              true,</div><div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160;</div><div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedPaddedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01154"></a><span class="lineno"> 1154</span>&#160;                              false,</div><div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedPaddedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01158"></a><span class="lineno"> 1158</span>&#160;                              true,</div><div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01160"></a><span class="lineno"> 1160</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedPaddedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01162"></a><span class="lineno"> 1162</span>&#160;                              true,</div><div class="line"><a name="l01163"></a><span class="lineno"> 1163</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedPaddedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">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="l01166"></a><span class="lineno"> 1166</span>&#160;                              true,</div><div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160;</div><div class="line"><a name="l01169"></a><span class="lineno"> 1169</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01171"></a><span class="lineno"> 1171</span>&#160;                              true,</div><div class="line"><a name="l01172"></a><span class="lineno"> 1172</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01173"></a><span class="lineno"> 1173</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01175"></a><span class="lineno"> 1175</span>&#160;                              true,</div><div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01179"></a><span class="lineno"> 1179</span>&#160;                              true,</div><div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(StridedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01182"></a><span class="lineno"> 1182</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01183"></a><span class="lineno"> 1183</span>&#160;                              true,</div><div class="line"><a name="l01184"></a><span class="lineno"> 1184</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01185"></a><span class="lineno"> 1185</span>&#160;</div><div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedStridedTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01188"></a><span class="lineno"> 1188</span>&#160;                              false,</div><div class="line"><a name="l01189"></a><span class="lineno"> 1189</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01190"></a><span class="lineno"> 1190</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedStridedTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01191"></a><span class="lineno"> 1191</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01192"></a><span class="lineno"> 1192</span>&#160;                              true,</div><div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedStridedTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01195"></a><span class="lineno"> 1195</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01196"></a><span class="lineno"> 1196</span>&#160;                              true,</div><div class="line"><a name="l01197"></a><span class="lineno"> 1197</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01198"></a><span class="lineno"> 1198</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(UnbiasedStridedTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">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="l01200"></a><span class="lineno"> 1200</span>&#160;                              true,</div><div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;</div><div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiChannelTransposeConvolution2dFloatNchw,</div><div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a815290bdf107ed8361bce58a966396be">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="l01205"></a><span class="lineno"> 1205</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiChannelTransposeConvolution2dFloatNhwc,</div><div class="line"><a name="l01207"></a><span class="lineno"> 1207</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a815290bdf107ed8361bce58a966396be">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="l01208"></a><span class="lineno"> 1208</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01209"></a><span class="lineno"> 1209</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiChannelTransposeConvolution2dUint8Nchw,</div><div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a815290bdf107ed8361bce58a966396be">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="l01211"></a><span class="lineno"> 1211</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NCHW)</div><div class="line"><a name="l01212"></a><span class="lineno"> 1212</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(MultiChannelTransposeConvolution2dUint8Nhwc,</div><div class="line"><a name="l01213"></a><span class="lineno"> 1213</span>&#160;                              <a class="code" href="_transpose_convolution2d_test_impl_8cpp.xhtml#a815290bdf107ed8361bce58a966396be">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="l01214"></a><span class="lineno"> 1214</span>&#160;                              <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0">DataLayout</a>::NHWC)</div><div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160;</div><div class="line"><a name="l01216"></a><span class="lineno"> 1216</span>&#160;<span class="comment">// Abs</span></div><div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Abs2d, <a class="code" href="_abs_test_impl_8cpp.xhtml#a74df565b7bdca25ead7233748829add7">Abs2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Abs3d, <a class="code" href="_abs_test_impl_8cpp.xhtml#a5731943a4832c5cab5245791e636f9fd">Abs3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160;</div><div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AbsZero, <a class="code" href="_abs_test_impl_8cpp.xhtml#a0f6b8b8b21f393829a412312dc4af4cb">AbsZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01221"></a><span class="lineno"> 1221</span>&#160;</div><div class="line"><a name="l01222"></a><span class="lineno"> 1222</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Abs2dFloat16, <a class="code" href="_abs_test_impl_8cpp.xhtml#a74df565b7bdca25ead7233748829add7">Abs2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01223"></a><span class="lineno"> 1223</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Abs3dFloat16, <a class="code" href="_abs_test_impl_8cpp.xhtml#a5731943a4832c5cab5245791e636f9fd">Abs3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01224"></a><span class="lineno"> 1224</span>&#160;</div><div class="line"><a name="l01225"></a><span class="lineno"> 1225</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(AbsZeroFloat16, <a class="code" href="_abs_test_impl_8cpp.xhtml#a0f6b8b8b21f393829a412312dc4af4cb">AbsZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01226"></a><span class="lineno"> 1226</span>&#160;</div><div class="line"><a name="l01227"></a><span class="lineno"> 1227</span>&#160;<span class="comment">// ArgMinMax</span></div><div class="line"><a name="l01228"></a><span class="lineno"> 1228</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMinFloat32, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a656352d139bbe8dd7adec8cb37fffc73">ArgMinSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01229"></a><span class="lineno"> 1229</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMaxFloat32, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a1bc1aff00a67a4efb47226f8b5993c39">ArgMaxSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01230"></a><span class="lineno"> 1230</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMinChannel, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a3a2f8cb0c8adaa822297e0530136f358">ArgMinChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01231"></a><span class="lineno"> 1231</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMaxChannel, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#aaf3bdf97c63a99b26d4f84370720e86b">ArgMaxChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01232"></a><span class="lineno"> 1232</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMaxHeight, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a9b1c558709dc0f83ab07dfccd5f71654">ArgMaxHeightTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01233"></a><span class="lineno"> 1233</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMinWidth, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a7ba8a46b4b43fd967423d3dffc6c7f33">ArgMinWidthTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01234"></a><span class="lineno"> 1234</span>&#160;</div><div class="line"><a name="l01235"></a><span class="lineno"> 1235</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMinQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a656352d139bbe8dd7adec8cb37fffc73">ArgMinSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01236"></a><span class="lineno"> 1236</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMaxQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a1bc1aff00a67a4efb47226f8b5993c39">ArgMaxSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01237"></a><span class="lineno"> 1237</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMinChannelQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a3a2f8cb0c8adaa822297e0530136f358">ArgMinChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01238"></a><span class="lineno"> 1238</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMaxChannelQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#aaf3bdf97c63a99b26d4f84370720e86b">ArgMaxChannelTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01239"></a><span class="lineno"> 1239</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMaxHeightQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a9b1c558709dc0f83ab07dfccd5f71654">ArgMaxHeightTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01240"></a><span class="lineno"> 1240</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ArgMinWidthQAsymm8, <a class="code" href="_arg_min_max_test_impl_8cpp.xhtml#a7ba8a46b4b43fd967423d3dffc6c7f33">ArgMinWidthTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::QAsymmU8&gt;)</div><div class="line"><a name="l01241"></a><span class="lineno"> 1241</span>&#160;</div><div class="line"><a name="l01242"></a><span class="lineno"> 1242</span>&#160;<span class="comment">// Neg</span></div><div class="line"><a name="l01243"></a><span class="lineno"> 1243</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Neg2d, <a class="code" href="_neg_test_impl_8cpp.xhtml#ab73fccf5227d841343bb81245d3c69f7">Neg2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01244"></a><span class="lineno"> 1244</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Neg3d, <a class="code" href="_neg_test_impl_8cpp.xhtml#af4ed63d417ec638a7c926d73ca4e7c62">Neg3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01245"></a><span class="lineno"> 1245</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NegZero, <a class="code" href="_neg_test_impl_8cpp.xhtml#ac3cdc40fe5b65bd3d1278bfc6f9b6786">NegZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01246"></a><span class="lineno"> 1246</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(NegNegative, <a class="code" href="_neg_test_impl_8cpp.xhtml#a7300860aca3aab150cd155133344ace4">NegNegativeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01247"></a><span class="lineno"> 1247</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Neg2dFloat16, <a class="code" href="_neg_test_impl_8cpp.xhtml#ab73fccf5227d841343bb81245d3c69f7">Neg2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01248"></a><span class="lineno"> 1248</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Neg3dFloat16, <a class="code" href="_neg_test_impl_8cpp.xhtml#af4ed63d417ec638a7c926d73ca4e7c62">Neg3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01249"></a><span class="lineno"> 1249</span>&#160;</div><div class="line"><a name="l01250"></a><span class="lineno"> 1250</span>&#160;<span class="comment">// Exp</span></div><div class="line"><a name="l01251"></a><span class="lineno"> 1251</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Exp2d, <a class="code" href="_exp_test_impl_8cpp.xhtml#ae57d8eb39cb9d7fa2822205f86140294">Exp2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01252"></a><span class="lineno"> 1252</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Exo3d, <a class="code" href="_exp_test_impl_8cpp.xhtml#ab1b811e03edfeb30ef0730be55cccc5b">Exp3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01253"></a><span class="lineno"> 1253</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ExpZero, <a class="code" href="_exp_test_impl_8cpp.xhtml#afb55b8f85fabecc14f57ace539f45e4c">ExpZeroTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01254"></a><span class="lineno"> 1254</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ExpNegative, <a class="code" href="_exp_test_impl_8cpp.xhtml#adfdbf959603c8b870722d362016e13d4">ExpNegativeTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01255"></a><span class="lineno"> 1255</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Exp2dFloat16, <a class="code" href="_exp_test_impl_8cpp.xhtml#ae57d8eb39cb9d7fa2822205f86140294">Exp2dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01256"></a><span class="lineno"> 1256</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(Exp3dFloat16, <a class="code" href="_exp_test_impl_8cpp.xhtml#ab1b811e03edfeb30ef0730be55cccc5b">Exp3dTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float16&gt;)</div><div class="line"><a name="l01257"></a><span class="lineno"> 1257</span>&#160;</div><div class="line"><a name="l01258"></a><span class="lineno"> 1258</span>&#160;<span class="comment">// Logical</span></div><div class="line"><a name="l01259"></a><span class="lineno"> 1259</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalNot, <a class="code" href="_logical_test_impl_8cpp.xhtml#afcf67ea94facd8c1f2dafa0835907882">LogicalNotTest</a>)</div><div class="line"><a name="l01260"></a><span class="lineno"> 1260</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalNotInt, <a class="code" href="_logical_test_impl_8cpp.xhtml#a832e2e0b30c5730a3185a6cf630eba80">LogicalNotIntTest</a>)</div><div class="line"><a name="l01261"></a><span class="lineno"> 1261</span>&#160;</div><div class="line"><a name="l01262"></a><span class="lineno"> 1262</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalAnd, <a class="code" href="_logical_test_impl_8cpp.xhtml#a3ae0ac93173ddba4f948e6154eee8e4e">LogicalAndTest</a>)</div><div class="line"><a name="l01263"></a><span class="lineno"> 1263</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalAndInt, <a class="code" href="_logical_test_impl_8cpp.xhtml#afd808a5a4d47078e50ff3f370edd49fc">LogicalAndIntTest</a>)</div><div class="line"><a name="l01264"></a><span class="lineno"> 1264</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalAndBroadcast1, <a class="code" href="_logical_test_impl_8cpp.xhtml#a824634ec1d8f6d7ccdbffa571f6be213">LogicalAndBroadcast1Test</a>)</div><div class="line"><a name="l01265"></a><span class="lineno"> 1265</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalAndBroadcast2, <a class="code" href="_logical_test_impl_8cpp.xhtml#af1cc210d3bec3960b6f7e3eb23c3a128">LogicalAndBroadcast2Test</a>)</div><div class="line"><a name="l01266"></a><span class="lineno"> 1266</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalAndBroadcast3, <a class="code" href="_logical_test_impl_8cpp.xhtml#a6ae9d15484317daa691ce776d8620568">LogicalAndBroadcast3Test</a>)</div><div class="line"><a name="l01267"></a><span class="lineno"> 1267</span>&#160;</div><div class="line"><a name="l01268"></a><span class="lineno"> 1268</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalOr, <a class="code" href="_logical_test_impl_8cpp.xhtml#acce4d24bfc069740b462d5e9d3ca703b">LogicalOrTest</a>)</div><div class="line"><a name="l01269"></a><span class="lineno"> 1269</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalOrInt, <a class="code" href="_logical_test_impl_8cpp.xhtml#a0d9ea4d93e7e42c82c1285188652cc11">LogicalOrIntTest</a>)</div><div class="line"><a name="l01270"></a><span class="lineno"> 1270</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalOrBroadcast1, <a class="code" href="_logical_test_impl_8cpp.xhtml#a9405e5bb7134cf16012a466e32991baf">LogicalOrBroadcast1Test</a>)</div><div class="line"><a name="l01271"></a><span class="lineno"> 1271</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalOrBroadcast2, <a class="code" href="_logical_test_impl_8cpp.xhtml#a8d53c98177956fcac78ebff5839294ce">LogicalOrBroadcast2Test</a>)</div><div class="line"><a name="l01272"></a><span class="lineno"> 1272</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(LogicalOrBroadcast3, <a class="code" href="_logical_test_impl_8cpp.xhtml#a9aa3bdf558634703ddb446407b9df729">LogicalOrBroadcast3Test</a>)</div><div class="line"><a name="l01273"></a><span class="lineno"> 1273</span>&#160;</div><div class="line"><a name="l01274"></a><span class="lineno"> 1274</span>&#160;<span class="comment">// ReduceSum</span></div><div class="line"><a name="l01275"></a><span class="lineno"> 1275</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceSumFloat32, <a class="code" href="_reduce_sum_test_impl_8cpp.xhtml#a8a4aafbdd465127430431e539b73f877">ReduceSumSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01276"></a><span class="lineno"> 1276</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceSumSingleAxisFloat32_1, <a class="code" href="_reduce_sum_test_impl_8cpp.xhtml#a3ced278cb6c563abf609d0f7462c5e3f">ReduceSumSingleAxisTest1</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01277"></a><span class="lineno"> 1277</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceSumSingleAxisFloat32_2, <a class="code" href="_reduce_sum_test_impl_8cpp.xhtml#a77588249964577f35b2dfabe86d16327">ReduceSumSingleAxisTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01278"></a><span class="lineno"> 1278</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceSumSingleAxisFloat32_3, <a class="code" href="_reduce_sum_test_impl_8cpp.xhtml#a11b78283446c7bd2dfa9cd01f0661aac">ReduceSumSingleAxisTest3</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01279"></a><span class="lineno"> 1279</span>&#160;</div><div class="line"><a name="l01280"></a><span class="lineno"> 1280</span>&#160;<span class="comment">// ReduceMax</span></div><div class="line"><a name="l01281"></a><span class="lineno"> 1281</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceMaxFloat32, <a class="code" href="_reduction_test_impl_8cpp.xhtml#a4a112c6c1adc0c3d1043717bfa7d5fff">ReduceMaxSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01282"></a><span class="lineno"> 1282</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceMaxNegativeAxisFloat32, <a class="code" href="_reduction_test_impl_8cpp.xhtml#a789bc3da0ac4a4b9262a690ac34ab5da">ReduceMaxNegativeAxisTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01283"></a><span class="lineno"> 1283</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceMax2Float32, <a class="code" href="_reduction_test_impl_8cpp.xhtml#a9712f70d06bd0672dd66d703423af0cf">ReduceMaxSimpleTest2</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01284"></a><span class="lineno"> 1284</span>&#160;</div><div class="line"><a name="l01285"></a><span class="lineno"> 1285</span>&#160;<span class="comment">// ReduceMin</span></div><div class="line"><a name="l01286"></a><span class="lineno"> 1286</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceMinFloat32, <a class="code" href="_reduction_test_impl_8cpp.xhtml#af85a7c6ef0792a589e6bd36e8edce62a">ReduceMinSimpleTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01287"></a><span class="lineno"> 1287</span>&#160;<a class="code" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a>(ReduceMinNegativeAxisFloat32, <a class="code" href="_reduction_test_impl_8cpp.xhtml#a39491d7698cc195ca77e8698d479e0e4">ReduceMinNegativeAxisTest</a>&lt;<a class="code" href="namespacearmnn.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6">DataType</a>::Float32&gt;)</div><div class="line"><a name="l01288"></a><span class="lineno"> 1288</span>&#160;</div><div class="line"><a name="l01289"></a><span class="lineno"> 1289</span>&#160;<span class="preprocessor">#if defined(ARMNNREF_ENABLED)</span></div><div class="line"><a name="l01290"></a><span class="lineno"> 1290</span>&#160;</div><div class="line"><a name="l01291"></a><span class="lineno"> 1291</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="l01292"></a><span class="lineno"> 1292</span>&#160;<span class="comment">// if the reference backend is not built</span></div><div class="line"><a name="l01293"></a><span class="lineno"> 1293</span>&#160;</div><div class="line"><a name="l01294"></a><span class="lineno"> 1294</span>&#160;<span class="comment">// ============================================================================</span></div><div class="line"><a name="l01295"></a><span class="lineno"> 1295</span>&#160;<span class="comment">// COMPARE tests</span></div><div class="line"><a name="l01296"></a><span class="lineno"> 1296</span>&#160;</div><div class="line"><a name="l01297"></a><span class="lineno"> 1297</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareSoftmaxBeta1WithReference, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a14632b64d972e828f2846b7c573deab9">CompareSoftmaxTest</a>, 1.0f)</div><div class="line"><a name="l01298"></a><span class="lineno"> 1298</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareSoftmaxBeta2WithReference, <a class="code" href="_softmax_test_impl_8cpp.xhtml#a14632b64d972e828f2846b7c573deab9">CompareSoftmaxTest</a>, 2.0f)</div><div class="line"><a name="l01299"></a><span class="lineno"> 1299</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareSoftmaxUint8, <a class="code" href="_softmax_test_impl_8cpp.xhtml#aec92c92c6f7285c4c59a6bbc7d7640d5">CompareSoftmaxUint8Test</a>, 1.0f)</div><div class="line"><a name="l01300"></a><span class="lineno"> 1300</span>&#160;</div><div class="line"><a name="l01301"></a><span class="lineno"> 1301</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareConv2dWithReference, <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a450ab121f9d99c26cfa82084b743ea6f">CompareConvolution2dTest</a>)</div><div class="line"><a name="l01302"></a><span class="lineno"> 1302</span>&#160;</div><div class="line"><a name="l01303"></a><span class="lineno"> 1303</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareDepthwiseConv2dWithReferenceFloat32,</div><div class="line"><a name="l01304"></a><span class="lineno"> 1304</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a91334b97ca9cf0a8e006653cd9b7ff16">CompareDepthwiseConvolution2dFloatTest</a>,</div><div class="line"><a name="l01305"></a><span class="lineno"> 1305</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01306"></a><span class="lineno"> 1306</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareDepthwiseConv2dWithReferenceUint8,</div><div class="line"><a name="l01307"></a><span class="lineno"> 1307</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a5d8371b1081cd00d8271524f6cd512f1">CompareDepthwiseConvolution2dUint8Test</a>,</div><div class="line"><a name="l01308"></a><span class="lineno"> 1308</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a6b99f356fe3b30a2a850b5ea897c289f">DataLayout::NCHW</a>)</div><div class="line"><a name="l01309"></a><span class="lineno"> 1309</span>&#160;</div><div class="line"><a name="l01310"></a><span class="lineno"> 1310</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareDepthwiseConv2dWithReferenceFloat32Nhwc,</div><div class="line"><a name="l01311"></a><span class="lineno"> 1311</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a91334b97ca9cf0a8e006653cd9b7ff16">CompareDepthwiseConvolution2dFloatTest</a>,</div><div class="line"><a name="l01312"></a><span class="lineno"> 1312</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01313"></a><span class="lineno"> 1313</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareDepthwiseConv2dWithReferenceUint8Nhwc,</div><div class="line"><a name="l01314"></a><span class="lineno"> 1314</span>&#160;                                 <a class="code" href="_conv2d_test_impl_8cpp.xhtml#a5d8371b1081cd00d8271524f6cd512f1">CompareDepthwiseConvolution2dUint8Test</a>,</div><div class="line"><a name="l01315"></a><span class="lineno"> 1315</span>&#160;                                 <a class="code" href="namespacearmnn.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ad066db54b89b0912e7e7c6da51e2da51">DataLayout::NHWC</a>)</div><div class="line"><a name="l01316"></a><span class="lineno"> 1316</span>&#160;</div><div class="line"><a name="l01317"></a><span class="lineno"> 1317</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareNormalizationWithinWithReference, <a class="code" href="_normalization_test_impl_8cpp.xhtml#ae870619402a115dba288c691958aec3c">CompareNormalizationTest</a>,</div><div class="line"><a name="l01318"></a><span class="lineno"> 1318</span>&#160;                                          <a class="code" href="namespacearmnn.xhtml#abe18a5033f2ab9c0de82c676b48f5437a37bac6dce4f46277d89bfa3003e2e39b">NormalizationAlgorithmChannel::Within</a>,</div><div class="line"><a name="l01319"></a><span class="lineno"> 1319</span>&#160;                                          <a class="code" href="namespacearmnn.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d">NormalizationAlgorithmMethod::LocalBrightness</a>)</div><div class="line"><a name="l01320"></a><span class="lineno"> 1320</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareNormalizationAcrossWithReference, <a class="code" href="_normalization_test_impl_8cpp.xhtml#ae870619402a115dba288c691958aec3c">CompareNormalizationTest</a>,</div><div class="line"><a name="l01321"></a><span class="lineno"> 1321</span>&#160;                                          <a class="code" href="namespacearmnn.xhtml#abe18a5033f2ab9c0de82c676b48f5437a810f43f3996922151c39b76143faeecc">NormalizationAlgorithmChannel::Across</a>,</div><div class="line"><a name="l01322"></a><span class="lineno"> 1322</span>&#160;                                          <a class="code" href="namespacearmnn.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9ac65d2e51c610dd3853a3c777aa8bfe9d">NormalizationAlgorithmMethod::LocalBrightness</a>)</div><div class="line"><a name="l01323"></a><span class="lineno"> 1323</span>&#160;</div><div class="line"><a name="l01324"></a><span class="lineno"> 1324</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareMaxPooling2dWithRef, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ac2d7d039990aea21189c39d5c721b488">ComparePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718a6a061313d22e51e0f25b7cd4dc065233">PoolingAlgorithm::Max</a>)</div><div class="line"><a name="l01325"></a><span class="lineno"> 1325</span>&#160;</div><div class="line"><a name="l01326"></a><span class="lineno"> 1326</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareAveragePooling2dWithRef,</div><div class="line"><a name="l01327"></a><span class="lineno"> 1327</span>&#160;                                          <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ac2d7d039990aea21189c39d5c721b488">ComparePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718ab1897515d548a960afe49ecf66a29021">PoolingAlgorithm::Average</a>)</div><div class="line"><a name="l01328"></a><span class="lineno"> 1328</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareAveragePooling2dWithRefUint8, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#a60a9b8d416252310b0fe082cdd8ef95f">ComparePooling2dUint8Test</a>,</div><div class="line"><a name="l01329"></a><span class="lineno"> 1329</span>&#160;                                          <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718ab1897515d548a960afe49ecf66a29021">PoolingAlgorithm::Average</a>)</div><div class="line"><a name="l01330"></a><span class="lineno"> 1330</span>&#160;</div><div class="line"><a name="l01331"></a><span class="lineno"> 1331</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareL2Pooling2dWithRef, <a class="code" href="_pooling2d_test_impl_8cpp.xhtml#ac2d7d039990aea21189c39d5c721b488">ComparePooling2dTest</a>, <a class="code" href="namespacearmnn.xhtml#a961bbfe1db71a848eff5a1f0ab775718a7e6aa2d53f6ee2b1a34b017fa403cb76">PoolingAlgorithm::L2</a>)</div><div class="line"><a name="l01332"></a><span class="lineno"> 1332</span>&#160;</div><div class="line"><a name="l01333"></a><span class="lineno"> 1333</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareAddition, <a class="code" href="_addition_test_impl_8cpp.xhtml#ac1b5a61a67e59c98458071a03c53d77a">CompareAdditionTest</a>)</div><div class="line"><a name="l01334"></a><span class="lineno"> 1334</span>&#160;</div><div class="line"><a name="l01335"></a><span class="lineno"> 1335</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareMultiplicationWithRef, <a class="code" href="_multiplication_test_impl_8cpp.xhtml#a3bdade8177c916a6b9e191e06eb6b728">CompareMultiplicationTest</a>)</div><div class="line"><a name="l01336"></a><span class="lineno"> 1336</span>&#160;</div><div class="line"><a name="l01337"></a><span class="lineno"> 1337</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareBatchNorm, <a class="code" href="_batch_normalization_test_impl_8cpp.xhtml#a89ebdd47ffb99633bb054124fe26c973">CompareBatchNormTest</a>)</div><div class="line"><a name="l01338"></a><span class="lineno"> 1338</span>&#160;</div><div class="line"><a name="l01339"></a><span class="lineno"> 1339</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareReLu1, <a class="code" href="_activation_test_impl_8cpp.xhtml#afabbbadee3467a572cac32e1253b073b">CompareBoundedReLuTest</a>, 1.0f, -1.0f)</div><div class="line"><a name="l01340"></a><span class="lineno"> 1340</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a>(CompareReLu6, <a class="code" href="_activation_test_impl_8cpp.xhtml#afabbbadee3467a572cac32e1253b073b">CompareBoundedReLuTest</a>, 6.0f, 0.0f)</div><div class="line"><a name="l01341"></a><span class="lineno"> 1341</span>&#160;</div><div class="line"><a name="l01342"></a><span class="lineno"> 1342</span>&#160;<span class="comment">// ============================================================================</span></div><div class="line"><a name="l01343"></a><span class="lineno"> 1343</span>&#160;<span class="comment">// FIXTURE tests</span></div><div class="line"><a name="l01344"></a><span class="lineno"> 1344</span>&#160;</div><div class="line"><a name="l01345"></a><span class="lineno"> 1345</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareSigmoidActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01346"></a><span class="lineno"> 1346</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa21eebb164e4b8b9bcf64fdb4d8d5dff4">ActivationFunction::Sigmoid</a>, 5u)</div><div class="line"><a name="l01347"></a><span class="lineno"> 1347</span>&#160;</div><div class="line"><a name="l01348"></a><span class="lineno"> 1348</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareTanhActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01349"></a><span class="lineno"> 1349</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa23b68da1de2b77d74da9da2635722a3e">ActivationFunction::TanH</a>, 5u)</div><div class="line"><a name="l01350"></a><span class="lineno"> 1350</span>&#160;</div><div class="line"><a name="l01351"></a><span class="lineno"> 1351</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareLinearActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01352"></a><span class="lineno"> 1352</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa32a843da6ea40ab3b17a3421ccdf671b">ActivationFunction::Linear</a>, 5u)</div><div class="line"><a name="l01353"></a><span class="lineno"> 1353</span>&#160;</div><div class="line"><a name="l01354"></a><span class="lineno"> 1354</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01355"></a><span class="lineno"> 1355</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa3d90c0a5ab3fcf8e6f6608cb3d3a1559">ActivationFunction::ReLu</a>, 5u)</div><div class="line"><a name="l01356"></a><span class="lineno"> 1356</span>&#160;</div><div class="line"><a name="l01357"></a><span class="lineno"> 1357</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareBoundedReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01358"></a><span class="lineno"> 1358</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaabc5a0f0d6e7cf7fca73299dcd46c0f0d">ActivationFunction::BoundedReLu</a>, 5u)</div><div class="line"><a name="l01359"></a><span class="lineno"> 1359</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareBoundedReLuActivationWithReferenceUint8, ActivationFixture,</div><div class="line"><a name="l01360"></a><span class="lineno"> 1360</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a98bbb7ff1347e911e6505cc5345b9b17">CompareActivationUint8Test</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaabc5a0f0d6e7cf7fca73299dcd46c0f0d">ActivationFunction::BoundedReLu</a>)</div><div class="line"><a name="l01361"></a><span class="lineno"> 1361</span>&#160;</div><div class="line"><a name="l01362"></a><span class="lineno"> 1362</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareSoftReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01363"></a><span class="lineno"> 1363</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa6bba7052636d1740303b1b2ef3b53fef">ActivationFunction::SoftReLu</a>, 5u)</div><div class="line"><a name="l01364"></a><span class="lineno"> 1364</span>&#160;</div><div class="line"><a name="l01365"></a><span class="lineno"> 1365</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareLeakyReLuActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01366"></a><span class="lineno"> 1366</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaacb7667f5ec2f6e8a5943b781ba6c2735">ActivationFunction::LeakyReLu</a>, 5u)</div><div class="line"><a name="l01367"></a><span class="lineno"> 1367</span>&#160;</div><div class="line"><a name="l01368"></a><span class="lineno"> 1368</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareAbsActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01369"></a><span class="lineno"> 1369</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaa1e34af023adeb7d5f484f8eb4b9826b6">ActivationFunction::Abs</a>, 5u)</div><div class="line"><a name="l01370"></a><span class="lineno"> 1370</span>&#160;</div><div class="line"><a name="l01371"></a><span class="lineno"> 1371</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareSqrtActivationWithReference, <a class="code" href="struct_positive_activation_fixture.xhtml">PositiveActivationFixture</a>,</div><div class="line"><a name="l01372"></a><span class="lineno"> 1372</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaae77f3ad25595e35b327334d89410054">ActivationFunction::Sqrt</a>, 5u)</div><div class="line"><a name="l01373"></a><span class="lineno"> 1373</span>&#160;</div><div class="line"><a name="l01374"></a><span class="lineno"> 1374</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareSquareActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01375"></a><span class="lineno"> 1375</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaceb46ca115d05c51aa5a16a8867c3304">ActivationFunction::Square</a>, 5u)</div><div class="line"><a name="l01376"></a><span class="lineno"> 1376</span>&#160;</div><div class="line"><a name="l01377"></a><span class="lineno"> 1377</span>&#160;<a class="code" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a>(CompareEluActivationWithReference, ActivationFixture,</div><div class="line"><a name="l01378"></a><span class="lineno"> 1378</span>&#160;                                    <a class="code" href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">CompareActivationTest</a>, <a class="code" href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaed67cf7d54c570e4c4891800f085f41d">ActivationFunction::Elu</a>, 5u)</div><div class="line"><a name="l01379"></a><span class="lineno"> 1379</span>&#160;</div><div class="line"><a name="l01380"></a><span class="lineno"> 1380</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l01381"></a><span class="lineno"> 1381</span>&#160;</div><div class="line"><a name="l01382"></a><span class="lineno"> 1382</span>&#160;<a class="code" href="_profiler_tests_8cpp.xhtml#af7f71af5c6c124222dd1c42c5df892f4">BOOST_AUTO_TEST_SUITE_END</a>()</div><div class="ttc" id="_convert_fp32_to_fp16_test_impl_8cpp_xhtml_a884d2a279334a299bfdb96b123f755fd"><div class="ttname"><a href="_convert_fp32_to_fp16_test_impl_8cpp.xhtml#a884d2a279334a299bfdb96b123f755fd">SimpleConvertFp32ToFp16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; SimpleConvertFp32ToFp16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_space_to_depth_test_impl_8cpp_xhtml_ac6d2b61b9e9446b45c94427d3038fe7e"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#ac6d2b61b9e9446b45c94427d3038fe7e">SpaceToDepthNhwcQSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToDepthNhwcQSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00254">SpaceToDepthTestImpl.cpp:254</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_a381fbeb039dc945ea711c8ecd9beed50"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#a381fbeb039dc945ea711c8ecd9beed50">SimplePermuteTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimplePermuteTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00059">PermuteTestImpl.hpp:59</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a0bbcbeb6102a5354028a18056e323b26"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a0bbcbeb6102a5354028a18056e323b26">L2Pooling2dSize3Stride1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize3Stride1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01708">Pooling2dTestImpl.cpp:1708</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_ac1d2db6153cebd24e1b0a7abec6b6796"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#ac1d2db6153cebd24e1b0a7abec6b6796">StackOutput5DFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; StackOutput5DFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00557">StackTestImpl.cpp:557</a></div></div>
<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a65ba472fb1d6550f1ae5fb937b23d0c5"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a65ba472fb1d6550f1ae5fb937b23d0c5">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_comparison_test_impl_8cpp_xhtml_ad35735bf5a42442c1cd19e6239b09f73"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ad35735bf5a42442c1cd19e6239b09f73">NotEqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l01009">ComparisonTestImpl.cpp:1009</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a3a53d279ba97472317514f009274e29d"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a3a53d279ba97472317514f009274e29d">MeanKeepDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; MeanKeepDimsTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00109">MeanTestImpl.hpp:109</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#l00056">ActivationFixture.hpp:56</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#l00021">ClWorkloadFactory.hpp:21</a></div></div>
<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_afbb0d5288fd45940575db1be8a9a0b7a"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#afbb0d5288fd45940575db1be8a9a0b7a">MinimumBroadcast1ElementTest1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MinimumBroadcast1ElementTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_lstm_test_impl_8cpp_xhtml_a8878c1a79890f404aac4c474204756c1"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a8878c1a79890f404aac4c474204756c1">LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgWithPeepholeWithProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02678">LstmTestImpl.cpp:2678</a></div></div>
<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_a89ebdd47ffb99633bb054124fe26c973"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a89ebdd47ffb99633bb054124fe26c973">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00606">BatchNormalizationTestImpl.cpp:606</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="_activation_test_impl_8cpp_xhtml_a98bbb7ff1347e911e6505cc5345b9b17"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a98bbb7ff1347e911e6505cc5345b9b17">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, armnn::ActivationFunction f)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01328">ActivationTestImpl.cpp:1328</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a49a8dcc10aadfa21288d704e9c0fd9ce"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ARMNN_AUTO_TEST_CASE_WITH_THF</a></div><div class="ttdeci">ARMNN_AUTO_TEST_CASE_WITH_THF(UnbiasedConvolution2dStride2x2Nhwc, SimpleConvolution2d3x3Stride2x2Test, false, DataLayout::NHWC) ARMNN_AUTO_TEST_CASE_WITH_THF(SimpleConvolution2dAsymmetricPadding</div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aff509d223f51a5d7ce024c7911f466f6"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aff509d223f51a5d7ce024c7911f466f6">Concat4dDiffShapeDim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim3Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02998">ConcatTestImpl.cpp:2998</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#l00265">SliceTestImpl.cpp:265</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a7af707c3a41c369982e8cfb564e1f52a"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a7af707c3a41c369982e8cfb564e1f52a">SpaceToBatchNdMultiChannelsNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiChannelsNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00514">SpaceToBatchNdTestImpl.cpp:514</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ae4c24060b33c16216f2faf4a7ef7c7ff"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ae4c24060b33c16216f2faf4a7ef7c7ff">Concat3dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02282">ConcatTestImpl.cpp:2282</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ac56cadc167dab69f6fd407d2084ed170"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ac56cadc167dab69f6fd407d2084ed170">Concat2dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02245">ConcatTestImpl.cpp:2245</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ac9907063df1d7bba86f9f086ecd96810"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ac9907063df1d7bba86f9f086ecd96810">SqrtTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SqrtTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00935">ActivationTestImpl.cpp:935</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#l00190">ClLayerTests.cpp:190</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_acbb4401d3616df08c74c8578d7ed56bb"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#acbb4401d3616df08c74c8578d7ed56bb">SimpleSigmoidTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleSigmoidTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00517">ActivationTestImpl.cpp:517</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a1662cadf61dca494a38d44fb32f116cc"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a1662cadf61dca494a38d44fb32f116cc">Concat4dDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02336">ConcatTestImpl.cpp:2336</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a69c813c952e47669c8d3cfa21ed0f2a3"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a69c813c952e47669c8d3cfa21ed0f2a3">GreaterOrEqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00682">ComparisonTestImpl.cpp:682</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a6f809255890507c526729e9eceb3e6cd"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a6f809255890507c526729e9eceb3e6cd">Pad2dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Pad2dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, 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="_strided_slice_test_impl_8cpp_xhtml_a2dee82ca20c9d28ddf6ef84c5f742d39"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a2dee82ca20c9d28ddf6ef84c5f742d39">StridedSlice3dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSlice3dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01193">StridedSliceTestImpl.cpp:1193</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#l00284">SliceTestImpl.cpp:284</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a2e952c053f3d7a035671a994352e2bc9"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a2e952c053f3d7a035671a994352e2bc9">ConcatTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; ConcatTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02111">ConcatTestImpl.cpp:2111</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ae2d87b32c8fde79841bdd44e5b07b220"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ae2d87b32c8fde79841bdd44e5b07b220">SoftReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SoftReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00692">ActivationTestImpl.cpp:692</a></div></div>
<div class="ttc" id="_constant_test_impl_8cpp_xhtml_aebc0ad3ae73f2e97f0ed7b71fa610e15"><div class="ttname"><a href="_constant_test_impl_8cpp.xhtml#aebc0ad3ae73f2e97f0ed7b71fa610e15">ConstantTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ConstantTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_constant_test_impl_8cpp_source.xhtml#l00126">ConstantTestImpl.cpp:126</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a0035d52bb64343a205f1e2702ed6f52a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a0035d52bb64343a205f1e2702ed6f52a">Concat3dDim0DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim0DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02911">ConcatTestImpl.cpp:2911</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#l00222">SliceTestImpl.cpp:222</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a235de40e90991c356897d4b3061ae814"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a235de40e90991c356897d4b3061ae814">StridedSliceShrinkAxisMaskCTSFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceShrinkAxisMaskCTSFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00913">StridedSliceTestImpl.cpp:913</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="_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#l00290">SliceTestImpl.cpp:290</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#l00050">Types.hpp:50</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_ae870619402a115dba288c691958aec3c"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#ae870619402a115dba288c691958aec3c">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, armnn::NormalizationAlgorithmChannel normChannel, armnn::NormalizationAlgorithmMethod normMethod)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00395">NormalizationTestImpl.cpp:395</a></div></div>
<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_a834305b5bfdbee9e753bb7ad299944cf"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#a834305b5bfdbee9e753bb7ad299944cf">FullyConnectedTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; FullyConnectedTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, 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="_strided_slice_test_impl_8cpp_xhtml_a79a22fee5f4034327913bbe4f5a6b3e3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a79a22fee5f4034327913bbe4f5a6b3e3">StridedSliceShrinkAxisMaskBitPosition2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition2Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01133">StridedSliceTestImpl.cpp:1133</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aac3177bca7c64de5d11fb881bfee3ba9"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aac3177bca7c64de5d11fb881bfee3ba9">EqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00382">ComparisonTestImpl.cpp:382</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a7a67d0748e00b7fce0afabb2db8ccfb9"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a7a67d0748e00b7fce0afabb2db8ccfb9">StridedSlice2dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSlice2dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01033">StridedSliceTestImpl.cpp:1033</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_abbfe0fe5c7d6778440bdac3e5983fe44"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#abbfe0fe5c7d6778440bdac3e5983fe44">Rsqrt3dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Rsqrt3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00042">RsqrtTestImpl.cpp:42</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1659c97f388b1b2afadc25e716ab53a1"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1659c97f388b1b2afadc25e716ab53a1">StridedSliceShrinkAxisMaskBitPosition3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01143">StridedSliceTestImpl.cpp:1143</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_a26fec59856c8f7f494e9687c88e7be83"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#a26fec59856c8f7f494e9687c88e7be83">SimpleTransposeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleTransposeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00060">TransposeTestImpl.hpp:60</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a61f14785fbec16c8820b55fd895fc763"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a61f14785fbec16c8820b55fd895fc763">IgnorePaddingAveragePooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingAveragePooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01642">Pooling2dTestImpl.cpp:1642</a></div></div>
<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_afb505feb224a201164ab815b8a6159cf"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#afb505feb224a201164ab815b8a6159cf">FullyConnectedFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; FullyConnectedFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, bool transposeWeights)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00253">FullyConnectedTestImpl.cpp:253</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_aceb716490f3f119744f06c67b234adbd"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#aceb716490f3f119744f06c67b234adbd">StridedSliceShrinkAxisMaskBitPosition3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00963">StridedSliceTestImpl.cpp:963</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_afff0859798daabbbacffc462b2876d9b"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#afff0859798daabbbacffc462b2876d9b">MaximumBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00062">MaximumTestImpl.cpp:62</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_afabbbadee3467a572cac32e1253b073b"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#afabbbadee3467a572cac32e1253b073b">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, float upperBound, float lowerBound)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00292">ActivationTestImpl.cpp:292</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_a1bc1aff00a67a4efb47226f8b5993c39"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a1bc1aff00a67a4efb47226f8b5993c39">ArgMaxSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMaxSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_concat_test_impl_8cpp_xhtml_a978768350bd24bb2d8b4a25459c265c7"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a978768350bd24bb2d8b4a25459c265c7">Concat4dDiffShapeDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02980">ConcatTestImpl.cpp:2980</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a2e6ce64cef93db0d06b69c4f249fac35"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a2e6ce64cef93db0d06b69c4f249fac35">Concat2dDim0DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim0DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02867">ConcatTestImpl.cpp:2867</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0a9fd1e643e6472c6e5a78353f5067d5"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0a9fd1e643e6472c6e5a78353f5067d5">GreaterOrEqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00617">ComparisonTestImpl.cpp:617</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a95ad313188cccfdd052c4620b4dc0743"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a95ad313188cccfdd052c4620b4dc0743">QLstmTest1</a></div><div class="ttdeci">LayerTestResult&lt; int8_t, 2 &gt; QLstmTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02910">LstmTestImpl.cpp:2910</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a5fbe57852fc6c2f2f79cd6d849678ad8"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a5fbe57852fc6c2f2f79cd6d849678ad8">SpaceToBatchNdMultiBlockNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiBlockNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00524">SpaceToBatchNdTestImpl.cpp:524</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_ab3c440cc96ac0f4edbe6e3c7cd243441"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#ab3c440cc96ac0f4edbe6e3c7cd243441">MultiplicationBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00133">MultiplicationTestImpl.cpp:133</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a9746d3b66711274be95c1528f6bc9b90"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a9746d3b66711274be95c1528f6bc9b90">MeanMultipleDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; MeanMultipleDimsTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00125">MeanTestImpl.hpp:125</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_a7e87c7e9921a797d90009031756d8e70"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#a7e87c7e9921a797d90009031756d8e70">TransposeValueSet2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; TransposeValueSet2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00161">TransposeTestImpl.hpp:161</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a33aeb82b9051e33b3bca1b2425931576"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a33aeb82b9051e33b3bca1b2425931576">ResizeNearestNeighborNopTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborNopTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00350">ResizeTestImpl.cpp:350</a></div></div>
<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a46a8c184be60c1ea18b2021772cf3b82"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a46a8c184be60c1ea18b2021772cf3b82">Gather1dParamsFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Gather1dParamsFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00312">GatherTestImpl.cpp:312</a></div></div>
<div class="ttc" id="_reduce_sum_test_impl_8cpp_xhtml_a8a4aafbdd465127430431e539b73f877"><div class="ttname"><a href="_reduce_sum_test_impl_8cpp.xhtml#a8a4aafbdd465127430431e539b73f877">ReduceSumSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceSumSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduce_sum_test_impl_8cpp_source.xhtml#l00080">ReduceSumTestImpl.cpp:80</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a128a2a4f7f352d959c48d739c4771e49"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a128a2a4f7f352d959c48d739c4771e49">LessBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00799">ComparisonTestImpl.cpp:799</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a24ba5e372ff9e8c7603cd380d3673bff"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a24ba5e372ff9e8c7603cd380d3673bff">Convolution2d2x3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d2x3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01159">Conv2dTestImpl.cpp:1159</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a19123a60691b44fe99d824cc0825c560"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a19123a60691b44fe99d824cc0825c560">NotEqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00996">ComparisonTestImpl.cpp:996</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a61af3b16b5e3a097460163c429930f43"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a61af3b16b5e3a097460163c429930f43">GreaterBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00473">ComparisonTestImpl.cpp:473</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a23e070d290a76ea49b3dc802c315f852"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a23e070d290a76ea49b3dc802c315f852">Concat3dDim1DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim1DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02919">ConcatTestImpl.cpp:2919</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a864514343bbc4bd546a49e787d39a18a"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a864514343bbc4bd546a49e787d39a18a">LessSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00773">ComparisonTestImpl.cpp:773</a></div></div>
<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_aaa54cb9a063b9453f453622c4521a035"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#aaa54cb9a063b9453f453622c4521a035">CopyViaSplitterFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; CopyViaSplitterFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00357">SplitterTestImpl.cpp:357</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa36dd3325483a70d872b4009321dcf40"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa36dd3325483a70d872b4009321dcf40">Concat3dDim2DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim2DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02928">ConcatTestImpl.cpp:2928</a></div></div>
<div class="ttc" id="_reduce_sum_test_impl_8cpp_xhtml_a3ced278cb6c563abf609d0f7462c5e3f"><div class="ttname"><a href="_reduce_sum_test_impl_8cpp.xhtml#a3ced278cb6c563abf609d0f7462c5e3f">ReduceSumSingleAxisTest1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceSumSingleAxisTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduce_sum_test_impl_8cpp_source.xhtml#l00113">ReduceSumTestImpl.cpp:113</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a6c607ea3a6688789e82b78298903e5d2"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a6c607ea3a6688789e82b78298903e5d2">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::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01449">Pooling2dTestImpl.cpp:1449</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a67be848714d39789245b5d526554bb12"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a67be848714d39789245b5d526554bb12">StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0Dim3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01103">StridedSliceTestImpl.cpp:1103</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a6c46911bc6f0e45e02f7c6e8f9571575"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a6c46911bc6f0e45e02f7c6e8f9571575">LessBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00786">ComparisonTestImpl.cpp:786</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_a61e85707eb6507a6f1b33e765a54ac2b"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a61e85707eb6507a6f1b33e765a54ac2b">DivisionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00104">DivisionTestImpl.cpp:104</a></div></div>
<div class="ttc" id="_convert_fp16_to_fp32_test_impl_8cpp_xhtml_a4f1046a0d16e2e9c9ecf720879557cd9"><div class="ttname"><a href="_convert_fp16_to_fp32_test_impl_8cpp.xhtml#a4f1046a0d16e2e9c9ecf720879557cd9">SimpleConvertFp16ToFp32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvertFp16ToFp32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_stack_test_impl_8cpp_xhtml_ad17f60bbe58795f68f60815f5f12a317"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#ad17f60bbe58795f68f60815f5f12a317">StackFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; StackFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00565">StackTestImpl.cpp:565</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a2289f9e7fac0ce47801448e873b04303"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a2289f9e7fac0ce47801448e873b04303">false</a></div><div class="ttdeci">DataLayout::NCHW false</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00135">ClLayerTests.cpp:135</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_af505ddff09864af91b9c88be14ae9d40"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#af505ddff09864af91b9c88be14ae9d40">IgnorePaddingSimpleL2Pooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleL2Pooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01832">Pooling2dTestImpl.cpp:1832</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a7dc05350adcafeb59f2b886c233f5574"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a7dc05350adcafeb59f2b886c233f5574">StridedSlice2dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSlice2dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01043">StridedSliceTestImpl.cpp:1043</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a9f8144a24685e25f1051d1ebe94b8cb0"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a9f8144a24685e25f1051d1ebe94b8cb0">SpaceToDepthNchwQSymm16Test</a></div><div class="ttdeci">LayerTestResult&lt; int16_t, 4 &gt; SpaceToDepthNchwQSymm16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00265">SpaceToDepthTestImpl.cpp:265</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="_splitter_test_impl_8cpp_xhtml_a10c1752ab78fd2f7fc58fda5e2836015"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a10c1752ab78fd2f7fc58fda5e2836015">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00341">SplitterTestImpl.cpp:341</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_aa6f67b5f6d9881b28c0ad27f3ac28429"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#aa6f67b5f6d9881b28c0ad27f3ac28429">SimpleMaxPooling2dSize3x3Stride2x4Uint8Test</a></div><div class="ttdeci">SimpleMaxPooling2dSize3x3Stride2x4Uint8Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00248">ClLayerTests.cpp:248</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="_strided_slice_test_impl_8cpp_xhtml_a7c812e6cf305a2bfb0e8251370d00474"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a7c812e6cf305a2bfb0e8251370d00474">StridedSliceSimpleRangeMaskFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceSimpleRangeMaskFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00893">StridedSliceTestImpl.cpp:893</a></div></div>
<div class="ttc" id="_reshape_test_impl_8cpp_xhtml_a27004e00b2de40a51e36bc977c12d3cd"><div class="ttname"><a href="_reshape_test_impl_8cpp.xhtml#a27004e00b2de40a51e36bc977c12d3cd">ReshapeBooleanTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; ReshapeBooleanTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_test_impl_8cpp_source.xhtml#l00173">ReshapeTestImpl.cpp:173</a></div></div>
<div class="ttc" id="_unit_tests_8hpp_xhtml_a2d0f84912baa7b88f72c8df1b904aa20"><div class="ttname"><a href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF</a></div><div class="ttdeci">#define ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF(TestName, TestFunction,...)</div><div class="ttdef"><b>Definition:</b> <a href="_unit_tests_8hpp_source.xhtml#l00149">UnitTests.hpp:149</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a6c06ab6f3153c690d39f9a88120c2645"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a6c06ab6f3153c690d39f9a88120c2645">IgnorePaddingL2Pooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingL2Pooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01868">Pooling2dTestImpl.cpp:1868</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_a6e7cf17bea3cc66f9b44510b443fbef7"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a6e7cf17bea3cc66f9b44510b443fbef7">DivisionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00062">DivisionTestImpl.cpp:62</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#l00234">SliceTestImpl.cpp:234</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a824634ec1d8f6d7ccdbffa571f6be213"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a824634ec1d8f6d7ccdbffa571f6be213">LogicalAndBroadcast1Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalAndBroadcast1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00467">LogicalTestImpl.cpp:467</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_ae1aa4e77d8acb41289cf00b9d7b235eb"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#ae1aa4e77d8acb41289cf00b9d7b235eb">L2Normalization4dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization4dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00810">L2NormalizationTestImpl.cpp:810</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6dcfe04840950ab1bcf8f1790aa05502"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6dcfe04840950ab1bcf8f1790aa05502">Concat2dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02253">ConcatTestImpl.cpp:2253</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="_minimum_test_impl_8cpp_xhtml_ad0d6a66720576a313eed34244f98948c"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#ad0d6a66720576a313eed34244f98948c">MinimumBroadcast1ElementTest2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MinimumBroadcast1ElementTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00046">MinimumTestImpl.cpp:46</a></div></div>
<div class="ttc" id="_exp_test_impl_8cpp_xhtml_adfdbf959603c8b870722d362016e13d4"><div class="ttname"><a href="_exp_test_impl_8cpp.xhtml#adfdbf959603c8b870722d362016e13d4">ExpNegativeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; ExpNegativeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_exp_test_impl_8cpp_source.xhtml#l00103">ExpTestImpl.cpp:103</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a016976a68397c0546dc99dcd25aed28b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a016976a68397c0546dc99dcd25aed28b">StridedSliceShrinkAxisMaskBitPosition2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00953">StridedSliceTestImpl.cpp:953</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a80c04e457e56741a208b6d84d77bae66"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a80c04e457e56741a208b6d84d77bae66">Concat4dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02946">ConcatTestImpl.cpp:2946</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a3ca648bd28b5f0b835868282409b3458"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a3ca648bd28b5f0b835868282409b3458">QLstmTest</a></div><div class="ttdeci">LayerTestResult&lt; int8_t, 2 &gt; QLstmTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02894">LstmTestImpl.cpp:2894</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a38a8471de26d70e7bcc13861948b009a"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a38a8471de26d70e7bcc13861948b009a">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, armnn::ActivationFunction f, unsigned int batchSize)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01314">ActivationTestImpl.cpp:1314</a></div></div>
<div class="ttc" id="_reduction_test_impl_8cpp_xhtml_a4a112c6c1adc0c3d1043717bfa7d5fff"><div class="ttname"><a href="_reduction_test_impl_8cpp.xhtml#a4a112c6c1adc0c3d1043717bfa7d5fff">ReduceMaxSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceMaxSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduction_test_impl_8cpp_source.xhtml#l00082">ReductionTestImpl.cpp:82</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a2dec4d947835569aff03a4b7864ba295"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a2dec4d947835569aff03a4b7864ba295">StridedSliceShrinkAxisMaskFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00903">StridedSliceTestImpl.cpp:903</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a4d3ce31fe572451e18fea5add8543bf4"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a4d3ce31fe572451e18fea5add8543bf4">SimpleConvolution2d3x3NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x3NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03332">Conv2dTestImpl.cpp:3332</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="_multiplication_test_impl_8cpp_xhtml_a20ecf3acbd6431b09baa62012ddf4818"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a20ecf3acbd6431b09baa62012ddf4818">MultiplicationBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00247">MultiplicationTestImpl.cpp:247</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a854b1d1211061a45f14cbab50e6f81fd"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a854b1d1211061a45f14cbab50e6f81fd">IgnorePaddingL2Pooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingL2Pooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01859">Pooling2dTestImpl.cpp:1859</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa101efe51ecfbd0e64eeba18ffa49f52"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa101efe51ecfbd0e64eeba18ffa49f52">Concat2dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02851">ConcatTestImpl.cpp:2851</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a833a95ed2bcd611e9503b5823a4624ad"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a833a95ed2bcd611e9503b5823a4624ad">GreaterBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00512">ComparisonTestImpl.cpp:512</a></div></div>
<div class="ttc" id="_ref_layer_tests_8cpp_xhtml_a929e4d1011d7ae19424f99dcbe25cff9"><div class="ttname"><a href="_ref_layer_tests_8cpp.xhtml#a929e4d1011d7ae19424f99dcbe25cff9">InstanceNormFloat32Test</a></div><div class="ttdeci">false false IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test false InstanceNormFloat32Test</div><div class="ttdef"><b>Definition:</b> <a href="_ref_layer_tests_8cpp_source.xhtml#l00461">RefLayerTests.cpp:461</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a6c39ee38ff9ba4a4d2a773cc59d874d5"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a6c39ee38ff9ba4a4d2a773cc59d874d5">ConstantLinearActivationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ConstantLinearActivationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00378">ActivationTestImpl.cpp:378</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_a11ca1bd35ac14d3b8e52bf668f09409d"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#a11ca1bd35ac14d3b8e52bf668f09409d">RsqrtNegativeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; RsqrtNegativeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00102">RsqrtTestImpl.cpp:102</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="_pad_test_impl_8cpp_xhtml_a3d33148611360a0755e7c437e2e683fd"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a3d33148611360a0755e7c437e2e683fd">PadFloat322dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; PadFloat322dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00577">PadTestImpl.cpp:577</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_aa84e31895ca42da6a5ba6268ee247dec"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#aa84e31895ca42da6a5ba6268ee247dec">Pad4dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Pad4dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, float qScale, int32_t qOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00181">PadTestImpl.cpp:181</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a274df4ac67d2571c89e6c3618f827f49"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a274df4ac67d2571c89e6c3618f827f49">LessSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00696">ComparisonTestImpl.cpp:696</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a2fd88fdec828db84fbd1cfeae587b15f"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a2fd88fdec828db84fbd1cfeae587b15f">StridedSlice2dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSlice2dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01217">StridedSliceTestImpl.cpp:1217</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#l00272">SliceTestImpl.cpp:272</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a870d6847e8bbf66f96353118f3a343b1"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a870d6847e8bbf66f96353118f3a343b1">GreaterOrEqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00669">ComparisonTestImpl.cpp:669</a></div></div>
<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a7b400b7f9c064495a1d30b9ce0d22bae"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a7b400b7f9c064495a1d30b9ce0d22bae">Gather1dParamsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Gather1dParamsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00330">GatherTestImpl.cpp:330</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_acaa6a2b8cd4ed7551397111e14bc4bae"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#acaa6a2b8cd4ed7551397111e14bc4bae">GreaterBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00564">ComparisonTestImpl.cpp:564</a></div></div>
<div class="ttc" id="_prelu_test_impl_8hpp_xhtml_a269479f4ad6389f5b40462954ecfdf8d"><div class="ttname"><a href="_prelu_test_impl_8hpp.xhtml#a269479f4ad6389f5b40462954ecfdf8d">PreluTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PreluTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_prelu_test_impl_8hpp_source.xhtml#l00024">PreluTestImpl.hpp:24</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="_arg_min_max_test_impl_8cpp_xhtml_a9b1c558709dc0f83ab07dfccd5f71654"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a9b1c558709dc0f83ab07dfccd5f71654">ArgMaxHeightTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMaxHeightTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00192">ArgMinMaxTestImpl.cpp:192</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_aa439f3d72fad64e1c0a55874a47a1b89"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#aa439f3d72fad64e1c0a55874a47a1b89">SimpleSoftmaxUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; SimpleSoftmaxUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00613">SoftmaxTestImpl.cpp:613</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="_activation_test_impl_8cpp_xhtml_a8368a9f279a3480e87c693688686227a"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a8368a9f279a3480e87c693688686227a">ReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00598">ActivationTestImpl.cpp:598</a></div></div>
<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_a0d1b3e17a64fecd7170ff7093f697795"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#a0d1b3e17a64fecd7170ff7093f697795">InstanceNormFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; InstanceNormFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00260">InstanceNormalizationTestImpl.cpp:260</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a06290d393dfb595552fc39fd894d964a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a06290d393dfb595552fc39fd894d964a">Concat2dDim1DiffInputDimsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim1DiffInputDimsUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02876">ConcatTestImpl.cpp:2876</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a79c356d8f1e3b0585635ee9b5a9e41a3"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a79c356d8f1e3b0585635ee9b5a9e41a3">Concat4dDiffShapeDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02379">ConcatTestImpl.cpp:2379</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_a499f55b0bc3bd9544cc6c0d612101a65"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#a499f55b0bc3bd9544cc6c0d612101a65">SimpleTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00221">TransposeConvolution2dTestImpl.cpp:221</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_aec0529cbc32e7cfe1784c1c2e6a1f156"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#aec0529cbc32e7cfe1784c1c2e6a1f156">MeanVts1Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 1 &gt; MeanVts1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00142">MeanTestImpl.hpp:142</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ad89767b400c345ca8f2b35c5b57e4d45"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ad89767b400c345ca8f2b35c5b57e4d45">IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01624">Pooling2dTestImpl.cpp:1624</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_aaacc6fcc5b3c8596f666cd1bc101de05"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#aaacc6fcc5b3c8596f666cd1bc101de05">PermuteValueSet2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00160">PermuteTestImpl.hpp:160</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa6de98235dbd3060d428f6bb77b428ce"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa6de98235dbd3060d428f6bb77b428ce">Concat3dDim1DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim1DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02317">ConcatTestImpl.cpp:2317</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_aec92c92c6f7285c4c59a6bbc7d7640d5"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#aec92c92c6f7285c4c59a6bbc7d7640d5">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00726">SoftmaxTestImpl.cpp:726</a></div></div>
<div class="ttc" id="namespacearmnn_xhtml"><div class="ttname"><a href="namespacearmnn.xhtml">armnn</a></div><div class="ttdoc">Copyright (c) 2021 ARM Limited and Contributors. </div><div class="ttdef"><b>Definition:</b> <a href="01__00__software__tools_8dox_source.xhtml#l00006">01_00_software_tools.dox:6</a></div></div>
<div class="ttc" id="_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#l00124">ClLayerTests.cpp:124</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#l00253">SliceTestImpl.cpp:253</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_afb1206869a66e32514d875963fe4b67a"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#afb1206869a66e32514d875963fe4b67a">LessBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00747">ComparisonTestImpl.cpp:747</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aff037d7f2c7f531c81567072f1f3c56d"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aff037d7f2c7f531c81567072f1f3c56d">LessOrEqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00813">ComparisonTestImpl.cpp:813</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aa3e57d4e48a91435d73487dabacc091b"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aa3e57d4e48a91435d73487dabacc091b">SimpleMaxPooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleMaxPooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01439">Pooling2dTestImpl.cpp:1439</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a0d9ea4d93e7e42c82c1285188652cc11"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a0d9ea4d93e7e42c82c1285188652cc11">LogicalOrIntTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalOrIntTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00450">LogicalTestImpl.cpp:450</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="_addition_test_impl_8cpp_xhtml_a5e9b2ce84031d422f4d7c3e8f5b50caa"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a5e9b2ce84031d422f4d7c3e8f5b50caa">AdditionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00022">AdditionTestImpl.cpp:22</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a47f85f2efb30c1bbefa26b5870cb679a"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a47f85f2efb30c1bbefa26b5870cb679a">ResizeNearestNeighborSqMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborSqMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00424">ResizeTestImpl.cpp:424</a></div></div>
<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_afda8a7d3fc944c251bc05b1d579df312"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#afda8a7d3fc944c251bc05b1d579df312">InstanceNormFloat16Test2</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; InstanceNormFloat16Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00269">InstanceNormalizationTestImpl.cpp:269</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ab8a589490e332bc749972d21b7dff9a4"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ab8a589490e332bc749972d21b7dff9a4">Concat3dDim2DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim2DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02326">ConcatTestImpl.cpp:2326</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a5f456ed27ee2cf7b8c573e1ecd10954f"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a5f456ed27ee2cf7b8c573e1ecd10954f">StridedSlice3dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSlice3dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01013">StridedSliceTestImpl.cpp:1013</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aa8b8f5d705317e1a7f7530dd2e7987a0"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aa8b8f5d705317e1a7f7530dd2e7987a0">GreaterSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00499">ComparisonTestImpl.cpp:499</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a6402c1931f5a62e12525c39dadc4c5bc"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a6402c1931f5a62e12525c39dadc4c5bc">LessBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00760">ComparisonTestImpl.cpp:760</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a049aad68ad14b9a35996fb1f3e8e15c1"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a049aad68ad14b9a35996fb1f3e8e15c1">StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; StridedSliceShrinkAxisMaskBitPosition0And1And3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01003">StridedSliceTestImpl.cpp:1003</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a9430a21e270156f9ba1b64b63d5b4a84"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a9430a21e270156f9ba1b64b63d5b4a84">NotEqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00970">ComparisonTestImpl.cpp:970</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a50af9d3062e9a65532009182882a9346"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a50af9d3062e9a65532009182882a9346">L2Pooling2dSize9Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize9Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01806">Pooling2dTestImpl.cpp:1806</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a4634d963bf040eba3fe4107d889df581"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a4634d963bf040eba3fe4107d889df581">StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01173">StridedSliceTestImpl.cpp:1173</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a08ce8f24f5339c8dd7f88fd6d457f52f"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a08ce8f24f5339c8dd7f88fd6d457f52f">SpaceToBatchNdPaddingNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdPaddingNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00534">SpaceToBatchNdTestImpl.cpp:534</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_acecd68548cb0db4915cba3f3e07474a5"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#acecd68548cb0db4915cba3f3e07474a5">StridedSliceShrinkAxisMaskBitPosition0Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition0Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00933">StridedSliceTestImpl.cpp:933</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0839f274000551c2646d3039105190ae"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0839f274000551c2646d3039105190ae">GreaterOrEqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00656">ComparisonTestImpl.cpp:656</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_adfe7aa108b8822b9ecbd89c19181d453"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#adfe7aa108b8822b9ecbd89c19181d453">StackAxis0Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackAxis0Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00517">StackTestImpl.cpp:517</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a2cf15f90d138a0d77b7d1b7f36f16a5e"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a2cf15f90d138a0d77b7d1b7f36f16a5e">SimpleResizeNearestNeighborTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleResizeNearestNeighborTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00384">ResizeTestImpl.cpp:384</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a6d16c5d5b4c62bd1a80cd048c0b9bef1"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6d16c5d5b4c62bd1a80cd048c0b9bef1">SpaceToBatchNdMultiChannelsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiChannelsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00394">SpaceToBatchNdTestImpl.cpp:394</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#l00176">DequantizeTestImpl.cpp:176</a></div></div>
<div class="ttc" id="_exp_test_impl_8cpp_xhtml_ab1b811e03edfeb30ef0730be55cccc5b"><div class="ttname"><a href="_exp_test_impl_8cpp.xhtml#ab1b811e03edfeb30ef0730be55cccc5b">Exp3dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Exp3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_exp_test_impl_8cpp_source.xhtml#l00041">ExpTestImpl.cpp:41</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_ade747e134209563d6f022dc9e649fa2d"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#ade747e134209563d6f022dc9e649fa2d">MaximumBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00088">MaximumTestImpl.cpp:88</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#l00158">DepthToSpaceTestImpl.cpp:158</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_aeee65049ea82a6b08ab70c45e8693973"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aeee65049ea82a6b08ab70c45e8693973">SpaceToBatchNdPaddingUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdPaddingUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00414">SpaceToBatchNdTestImpl.cpp:414</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aabc630d91335c6dfafbeac571afb6ccb"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aabc630d91335c6dfafbeac571afb6ccb">GreaterOrEqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00591">ComparisonTestImpl.cpp:591</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a90593545ca3e24d365fa54b90659fb9f"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a90593545ca3e24d365fa54b90659fb9f">EqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00447">ComparisonTestImpl.cpp:447</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a251f81f5d1df367432bbf78e657946bd"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a251f81f5d1df367432bbf78e657946bd">NotEqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l01035">ComparisonTestImpl.cpp:1035</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_ac1b5a61a67e59c98458071a03c53d77a"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#ac1b5a61a67e59c98458071a03c53d77a">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00641">AdditionTestImpl.cpp:641</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ac222f8d0e05afd4cb187d2bafde9b46f"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ac222f8d0e05afd4cb187d2bafde9b46f">Concat4dDim3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim3Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02962">ConcatTestImpl.cpp:2962</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_aa8e37b566b2e5c533fb357eb560e1834"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#aa8e37b566b2e5c533fb357eb560e1834">Concat2dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; Concat2dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02859">ConcatTestImpl.cpp:2859</a></div></div>
<div class="ttc" id="_abs_test_impl_8cpp_xhtml_a5731943a4832c5cab5245791e636f9fd"><div class="ttname"><a href="_abs_test_impl_8cpp.xhtml#a5731943a4832c5cab5245791e636f9fd">Abs3dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Abs3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_abs_test_impl_8cpp_source.xhtml#l00044">AbsTestImpl.cpp:44</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aae6d5bc49e628f04ca789a099e86d140"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aae6d5bc49e628f04ca789a099e86d140">LessOrEqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00891">ComparisonTestImpl.cpp:891</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a832e2e0b30c5730a3185a6cf630eba80"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a832e2e0b30c5730a3185a6cf630eba80">LogicalNotIntTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalNotIntTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00384">LogicalTestImpl.cpp:384</a></div></div>
<div class="ttc" id="_reshape_test_impl_8cpp_xhtml_abbb388623c736a39bbc9d81e2d54f0c1"><div class="ttname"><a href="_reshape_test_impl_8cpp.xhtml#abbb388623c736a39bbc9d81e2d54f0c1">SimpleReshapeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleReshapeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_test_impl_8cpp_source.xhtml#l00058">ReshapeTestImpl.cpp:58</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a716ac8b594c1f6b9fa2bbde4597756d5"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a716ac8b594c1f6b9fa2bbde4597756d5">L2Pooling2dSize3Stride1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize3Stride1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01699">Pooling2dTestImpl.cpp:1699</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a6edf2eff0e61eb4225ccbcb856bc5a3a"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a6edf2eff0e61eb4225ccbcb856bc5a3a">StridedSlice2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSlice2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01209">StridedSliceTestImpl.cpp:1209</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_a815290bdf107ed8361bce58a966396be"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#a815290bdf107ed8361bce58a966396be">MultiChannelTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; MultiChannelTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00492">TransposeConvolution2dTestImpl.cpp:492</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_add4e120720dcb11922c35ef356ff56b0"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#add4e120720dcb11922c35ef356ff56b0">ResizeNearestNeighborMagTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborMagTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, 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#l00504">ResizeTestImpl.cpp:504</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a3e863f692b93f2f36ae0787a0421c952"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a3e863f692b93f2f36ae0787a0421c952">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::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</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="_resize_test_impl_8cpp_xhtml_a4119b16ebc3a6d284994fb31bc1bae5c"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a4119b16ebc3a6d284994fb31bc1bae5c">SimpleResizeBilinearTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleResizeBilinearTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00185">ResizeTestImpl.cpp:185</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a2d9926a44fde4b3bd4596b1996ec9c45"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a2d9926a44fde4b3bd4596b1996ec9c45">StackOutput4DAxis3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00541">StackTestImpl.cpp:541</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a77181b765579ebe9b057f87c3994f472"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a77181b765579ebe9b057f87c3994f472">SubtractionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00131">SubtractionTestImpl.cpp:131</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_ae344cdea661f767813ade7bf8206e45b"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#ae344cdea661f767813ade7bf8206e45b">SubtractionBroadcastUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionBroadcastUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00081">SubtractionTestImpl.cpp:81</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ae54a09fc50794b15e98e5b21d905cb81"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae54a09fc50794b15e98e5b21d905cb81">LessOrEqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00878">ComparisonTestImpl.cpp:878</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_aa2db2e196bb06946a3daf8175a14c13d"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#aa2db2e196bb06946a3daf8175a14c13d">ResizeBilinearNopTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearNopTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00151">ResizeTestImpl.cpp:151</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a4b253a23a15c15fdd9c8c5b1b2ce582c"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a4b253a23a15c15fdd9c8c5b1b2ce582c">MeanVts2Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; MeanVts2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00160">MeanTestImpl.hpp:160</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a71ae12f61c946554c49aaa709c81ffa9"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a71ae12f61c946554c49aaa709c81ffa9">SqrtNNTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; SqrtNNTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00841">ActivationTestImpl.cpp:841</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a712c14035a69b62f6b954e35b0ed728d"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a712c14035a69b62f6b954e35b0ed728d">PadUint84dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; PadUint84dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00569">PadTestImpl.cpp:569</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a60a9b8d416252310b0fe082cdd8ef95f"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a60a9b8d416252310b0fe082cdd8ef95f">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, armnn::PoolingAlgorithm poolingType)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01925">Pooling2dTestImpl.cpp:1925</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a6ae9d15484317daa691ce776d8620568"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a6ae9d15484317daa691ce776d8620568">LogicalAndBroadcast3Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalAndBroadcast3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00539">LogicalTestImpl.cpp:539</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a7a436a28cde062fb1e7bb5c8d08edbd0"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a7a436a28cde062fb1e7bb5c8d08edbd0">GreaterOrEqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00604">ComparisonTestImpl.cpp:604</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_ac9be9d6ceade6762608ad33a7cc59f30"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#ac9be9d6ceade6762608ad33a7cc59f30">L2Normalization3dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00759">L2NormalizationTestImpl.cpp:759</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a6028a25e1e50b8aba0d0f67afd3eebe4"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a6028a25e1e50b8aba0d0f67afd3eebe4">StridedSliceShrinkAxisMaskBitPosition0And3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00993">StridedSliceTestImpl.cpp:993</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a68a0575f46e49f1c0ddd6e8978c703f2"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a68a0575f46e49f1c0ddd6e8978c703f2">LessSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00734">ComparisonTestImpl.cpp:734</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a84253a0be59acfd80d588141c07d4170"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a84253a0be59acfd80d588141c07d4170">LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32WithCifgWithPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02661">LstmTestImpl.cpp:2661</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ae5d658100a21ed977774a5c63d807d6e"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ae5d658100a21ed977774a5c63d807d6e">SpaceToBatchNdMultiBlockUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdMultiBlockUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00404">SpaceToBatchNdTestImpl.cpp:404</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_afe55def4bbb37395f3e188a44faef83e"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#afe55def4bbb37395f3e188a44faef83e">L2Normalization1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization1dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00597">L2NormalizationTestImpl.cpp:597</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_ab06eef1a3385ff1aa8914372a9e9c3a4"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ab06eef1a3385ff1aa8914372a9e9c3a4">TanhTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; TanhTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01060">ActivationTestImpl.cpp:1060</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aa4bc368a4e78d01a9b7daaad2a2dbd51"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aa4bc368a4e78d01a9b7daaad2a2dbd51">SimpleL2Pooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleL2Pooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01669">Pooling2dTestImpl.cpp:1669</a></div></div>
<div class="ttc" id="_exp_test_impl_8cpp_xhtml_afb55b8f85fabecc14f57ace539f45e4c"><div class="ttname"><a href="_exp_test_impl_8cpp.xhtml#afb55b8f85fabecc14f57ace539f45e4c">ExpZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; ExpZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_exp_test_impl_8cpp_source.xhtml#l00074">ExpTestImpl.cpp:74</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="_pooling2d_test_impl_8cpp_xhtml_a01ba3efd925240328de48bc75a8cc076"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a01ba3efd925240328de48bc75a8cc076">L2Pooling2dSize3Stride3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize3Stride3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01726">Pooling2dTestImpl.cpp:1726</a></div></div>
<div class="ttc" id="_splitter_test_impl_8cpp_xhtml_a288952c7a06bf77dfaddaf70ba03f2f5"><div class="ttname"><a href="_splitter_test_impl_8cpp.xhtml#a288952c7a06bf77dfaddaf70ba03f2f5">CopyViaSplitterUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; CopyViaSplitterUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_splitter_test_impl_8cpp_source.xhtml#l00381">SplitterTestImpl.cpp:381</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a8a532ef3dc9c0f9bab278408613c2d3c"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a8a532ef3dc9c0f9bab278408613c2d3c">L2Pooling2dSize3Stride4Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize3Stride4Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01761">Pooling2dTestImpl.cpp:1761</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ac5403385f2ee51c4181f8d29d16d41af"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ac5403385f2ee51c4181f8d29d16d41af">StridedSliceShrinkAxisMaskBitPosition0And1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00973">StridedSliceTestImpl.cpp:973</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#l00247">SliceTestImpl.cpp:247</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_ad9f554c96f1a06b7e490a1a881ce127b"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#ad9f554c96f1a06b7e490a1a881ce127b">SpaceToDepthNchwAsymmQ8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToDepthNchwAsymmQ8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00173">SpaceToDepthTestImpl.cpp:173</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a21d31885c6fe6a340cc0d6d3b1371124"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a21d31885c6fe6a340cc0d6d3b1371124">GreaterBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00551">ComparisonTestImpl.cpp:551</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#l00185">DepthToSpaceTestImpl.cpp:185</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a8d53c98177956fcac78ebff5839294ce"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a8d53c98177956fcac78ebff5839294ce">LogicalOrBroadcast2Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalOrBroadcast2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00521">LogicalTestImpl.cpp:521</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a37fb7480d960917baf48e8d06f7b2b66"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a37fb7480d960917baf48e8d06f7b2b66">Concat2dDim0DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim0DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02261">ConcatTestImpl.cpp:2261</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aed343f2941bd0f7f23239cbc4f23855b"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aed343f2941bd0f7f23239cbc4f23855b">LessBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00708">ComparisonTestImpl.cpp:708</a></div></div>
<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_adf93d9ba440800e945a46146480201b8"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#adf93d9ba440800e945a46146480201b8">QuantizeClampUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; QuantizeClampUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00141">QuantizeTestImpl.cpp:141</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_ab66bc6b631130221e5bb9cd28ab1364f"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ARMNN_AUTO_TEST_CASE</a></div><div class="ttdeci">ARMNN_AUTO_TEST_CASE(DepthToSpaceNchwFloat32_1, DepthToSpaceTest1&lt; DataType::Float32 &gt;, DataLayout::NCHW)</div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_a3a2f8cb0c8adaa822297e0530136f358"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a3a2f8cb0c8adaa822297e0530136f358">ArgMinChannelTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMinChannelTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00120">ArgMinMaxTestImpl.cpp:120</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_aff0eabfd7144785d8c5bdc8cf2ff3c46"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#aff0eabfd7144785d8c5bdc8cf2ff3c46">PadUint83dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; PadUint83dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00561">PadTestImpl.cpp:561</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a0cb4300605f392d642d3c7a646a7fd08"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a0cb4300605f392d642d3c7a646a7fd08">NotEqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00931">ComparisonTestImpl.cpp:931</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="_activation_test_impl_8cpp_xhtml_ab265bbfc98785482a41bb9780b6858d0"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#ab265bbfc98785482a41bb9780b6858d0">BoundedReLuUpperAndLowerBoundTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BoundedReLuUpperAndLowerBoundTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00094">ActivationTestImpl.cpp:94</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a5c575efd091f068ea728501323095c85"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a5c575efd091f068ea728501323095c85">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#l00212">ClLayerTests.cpp:212</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#l00134">DequantizeTestImpl.cpp:134</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_aa249e11eff5c350df76595219ca7144c"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#aa249e11eff5c350df76595219ca7144c">SpaceToDepthNhwcFloat32Test1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNhwcFloat32Test1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00208">SpaceToDepthTestImpl.cpp:208</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_accfdb82fd769711b16e4433cfe563d73"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#accfdb82fd769711b16e4433cfe563d73">LessOrEqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00904">ComparisonTestImpl.cpp:904</a></div></div>
<div class="ttc" id="_log_softmax_test_impl_8cpp_xhtml_a6af11a15c44a0b33f97c466a34fa63d2"><div class="ttname"><a href="_log_softmax_test_impl_8cpp.xhtml#a6af11a15c44a0b33f97c466a34fa63d2">LogSoftmaxTest1</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; LogSoftmaxTest1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_log_softmax_test_impl_8cpp_source.xhtml#l00071">LogSoftmaxTestImpl.cpp:71</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a2a0bad554a0733d7af21b9d0eca627d7"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a2a0bad554a0733d7af21b9d0eca627d7">LargeTensorsAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; LargeTensorsAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01562">Pooling2dTestImpl.cpp:1562</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a1707b469feb738364ba4a567aa986bcd"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a1707b469feb738364ba4a567aa986bcd">NotEqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00957">ComparisonTestImpl.cpp:957</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_aff159b47bd0934a35f495734a85fb11c"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aff159b47bd0934a35f495734a85fb11c">EqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00395">ComparisonTestImpl.cpp:395</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a71ddcc5b0a641c035988a5e9df441c3a"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a71ddcc5b0a641c035988a5e9df441c3a">Pad3dTestCommon</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Pad3dTestCommon(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, float qScale, int32_t qOffset)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00095">PadTestImpl.cpp:95</a></div></div>
<div class="ttc" id="_rank_test_impl_8cpp_xhtml_af327a8ac609f00fd2ca956991d9496e7"><div class="ttname"><a href="_rank_test_impl_8cpp.xhtml#af327a8ac609f00fd2ca956991d9496e7">RankDimSize4Test</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 1 &gt; RankDimSize4Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_rank_test_impl_8cpp_source.xhtml#l00095">RankTestImpl.cpp:95</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ace5d07b4866c0c0a7d6c20a1608c3213"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ace5d07b4866c0c0a7d6c20a1608c3213">SimpleAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</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="_neg_test_impl_8cpp_xhtml_af4ed63d417ec638a7c926d73ca4e7c62"><div class="ttname"><a href="_neg_test_impl_8cpp.xhtml#af4ed63d417ec638a7c926d73ca4e7c62">Neg3dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; Neg3dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_neg_test_impl_8cpp_source.xhtml#l00042">NegTestImpl.cpp:42</a></div></div>
<div class="ttc" id="_reduction_test_impl_8cpp_xhtml_a39491d7698cc195ca77e8698d479e0e4"><div class="ttname"><a href="_reduction_test_impl_8cpp.xhtml#a39491d7698cc195ca77e8698d479e0e4">ReduceMinNegativeAxisTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceMinNegativeAxisTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduction_test_impl_8cpp_source.xhtml#l00245">ReductionTestImpl.cpp:245</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a587b1550cc5479deb48bbe14c7eded17"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a587b1550cc5479deb48bbe14c7eded17">SquareTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SquareTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00996">ActivationTestImpl.cpp:996</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a930715e04e1f3339a4fb12884400cd1f"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">AlignCornersResizeBilinearTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; AlignCornersResizeBilinearTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00588">ResizeTestImpl.cpp:588</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_af7f056114246f292a474bf744668c102"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#af7f056114246f292a474bf744668c102">SimpleNormalizationAcrossNhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationAcrossNhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00384">NormalizationTestImpl.cpp:384</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a23c0f7c8c79ce30cccbd65f39d692ed6"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a23c0f7c8c79ce30cccbd65f39d692ed6">Concat3dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02290">ConcatTestImpl.cpp:2290</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_a49324d8aa9cb05dc56a6bbf3624b39f8"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#a49324d8aa9cb05dc56a6bbf3624b39f8">TransposeValueSet1Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; TransposeValueSet1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00110">TransposeTestImpl.hpp:110</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_aa65827cf232a0b5791b20eb8b03d9c5c"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#aa65827cf232a0b5791b20eb8b03d9c5c">PadUint82dTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; PadUint82dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00544">PadTestImpl.cpp:544</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_a7f97f5b07f21acb14a44f1d7536d01db"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#a7f97f5b07f21acb14a44f1d7536d01db">PermuteValueSet1Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00109">PermuteTestImpl.hpp:109</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a6e05c1f0877310caac35214456502cd5"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a6e05c1f0877310caac35214456502cd5">IgnorePaddingSimpleAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01597">Pooling2dTestImpl.cpp:1597</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_ab42d04977a10c05c753cea5d7a0eb286"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#ab42d04977a10c05c753cea5d7a0eb286">DepthwiseConvolution2dDepthMul1Uint8Test</a></div><div class="ttdeci">DataLayout::NCHW DepthwiseConvolution2dDepthMul1Uint8Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00194">ClLayerTests.cpp:194</a></div></div>
<div class="ttc" id="_abs_test_impl_8cpp_xhtml_a0f6b8b8b21f393829a412312dc4af4cb"><div class="ttname"><a href="_abs_test_impl_8cpp.xhtml#a0f6b8b8b21f393829a412312dc4af4cb">AbsZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; AbsZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_abs_test_impl_8cpp_source.xhtml#l00076">AbsTestImpl.cpp:76</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_adb38933cffca98d6a43ef4c87aa7a869"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#adb38933cffca98d6a43ef4c87aa7a869">StridedSliceShrinkAxisMaskBitPosition0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition0Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01113">StridedSliceTestImpl.cpp:1113</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_a422af9587ccbe21c277e63bc81eb84ab"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#a422af9587ccbe21c277e63bc81eb84ab">StridedTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; StridedTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00401">TransposeConvolution2dTestImpl.cpp:401</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ad7fc813bd227163c8d6e4e65c1235048"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad7fc813bd227163c8d6e4e65c1235048">SpaceToBatchNdSimpleNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdSimpleNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00424">SpaceToBatchNdTestImpl.cpp:424</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a972c1ddee6e494e695dc10e0982142b5"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a972c1ddee6e494e695dc10e0982142b5">Concat4dDiffShapeDim0Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim0Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02370">ConcatTestImpl.cpp:2370</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a73da7517b63c3a8ea6046124c258e158"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a73da7517b63c3a8ea6046124c258e158">BoundedReLuUpperBoundOnlyTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BoundedReLuUpperBoundOnlyTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00126">ActivationTestImpl.cpp:126</a></div></div>
<div class="ttc" id="_fill_test_impl_8cpp_xhtml_a385b249394b34450d9fa3760a9f5183d"><div class="ttname"><a href="_fill_test_impl_8cpp.xhtml#a385b249394b34450d9fa3760a9f5183d">SimpleFillTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleFillTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_fill_test_impl_8cpp_source.xhtml#l00015">FillTestImpl.cpp:15</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_afbe8d8d875c8571507fde1e4c9e8df16"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#afbe8d8d875c8571507fde1e4c9e8df16">AdditionBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00374">AdditionTestImpl.cpp:374</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_a5d15c2248b235f4d514e27193d7c321c"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#a5d15c2248b235f4d514e27193d7c321c">DivisionByZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionByZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_comparison_test_impl_8cpp_xhtml_aa514a2bd2baac5defc1b46eeac1d273b"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#aa514a2bd2baac5defc1b46eeac1d273b">GreaterBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00486">ComparisonTestImpl.cpp:486</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_aede50105e28116d2f3dee8e560ae386a"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#aede50105e28116d2f3dee8e560ae386a">L2Pooling2dSize7Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize7Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01779">Pooling2dTestImpl.cpp:1779</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a4c7305105ff0e1bffee5620c2a526478"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a4c7305105ff0e1bffee5620c2a526478">StridedSlice4dFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSlice4dFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00863">StridedSliceTestImpl.cpp:863</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a750432d87407e86727bdf75a8d6db785"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a750432d87407e86727bdf75a8d6db785">StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; StridedSliceShrinkAxisMaskBitPosition0And1And3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01183">StridedSliceTestImpl.cpp:1183</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a524caea1eae3b8eafdee606771d024b8"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a524caea1eae3b8eafdee606771d024b8">MaximumSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MaximumSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_batch_normalization_test_impl_8cpp_xhtml_a4fcbc56f59eb2024f846912cbc92622b"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#a4fcbc56f59eb2024f846912cbc92622b">BatchNormFloat32NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BatchNormFloat32NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00258">BatchNormalizationTestImpl.cpp:258</a></div></div>
<div class="ttc" id="_reduction_test_impl_8cpp_xhtml_af85a7c6ef0792a589e6bd36e8edce62a"><div class="ttname"><a href="_reduction_test_impl_8cpp.xhtml#af85a7c6ef0792a589e6bd36e8edce62a">ReduceMinSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceMinSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduction_test_impl_8cpp_source.xhtml#l00205">ReductionTestImpl.cpp:205</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="_conv2d_test_impl_8cpp_xhtml_af541c93dcb094c01b52b99658704c500"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#af541c93dcb094c01b52b99658704c500">SimpleConvolution2d3x5Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x5Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03299">Conv2dTestImpl.cpp:3299</a></div></div>
<div class="ttc" id="_instance_normalization_test_impl_8cpp_xhtml_a1d0464078374ed58fca1094d13caa081"><div class="ttname"><a href="_instance_normalization_test_impl_8cpp.xhtml#a1d0464078374ed58fca1094d13caa081">InstanceNormFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; armnn::Half, 4 &gt; InstanceNormFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_instance_normalization_test_impl_8cpp_source.xhtml#l00251">InstanceNormalizationTestImpl.cpp:251</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a04e67f517f6c414c2da165045e36c148"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a04e67f517f6c414c2da165045e36c148">L2Pooling2dSize9Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize9Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01815">Pooling2dTestImpl.cpp:1815</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a98fb30cd2a40f84c1a9ea29b7606857a"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a98fb30cd2a40f84c1a9ea29b7606857a">GreaterOrEqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00630">ComparisonTestImpl.cpp:630</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#l00141">DequantizeTestImpl.cpp:141</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a45d9c3a12963c35f60741eacc077ed97"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a45d9c3a12963c35f60741eacc077ed97">GreaterSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_pad_test_impl_8cpp_xhtml_a556815dada60a2ed3d40cfe6aefc0459"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a556815dada60a2ed3d40cfe6aefc0459">PadFloat324dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; PadFloat324dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00602">PadTestImpl.cpp:602</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a5b9bb5494576fbcafb75bca9ac0bb14f"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a5b9bb5494576fbcafb75bca9ac0bb14f">L2Normalization2dShapeTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; L2Normalization2dShapeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00699">L2NormalizationTestImpl.cpp:699</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_aa6dccc291eaf62b56655c7ae392f0d25"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#aa6dccc291eaf62b56655c7ae392f0d25">EluTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; EluTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l01124">ActivationTestImpl.cpp:1124</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a8d9469ec08347dd451d782f102a6c8fa"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a8d9469ec08347dd451d782f102a6c8fa">QuantizedLstmTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; QuantizedLstmTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02877">LstmTestImpl.cpp:2877</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a45728e94871f867e565a9733bfe685fc"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a45728e94871f867e565a9733bfe685fc">ReLuUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ReLuUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00590">ActivationTestImpl.cpp:590</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a1dd634880d3a67fe2e143498bc76abe7"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a1dd634880d3a67fe2e143498bc76abe7">AdditionUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00401">AdditionTestImpl.cpp:401</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a262348ba0508e8a407f2713903bc7842"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a262348ba0508e8a407f2713903bc7842">MaximumUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00230">MaximumTestImpl.cpp:230</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ae140b52d035f8250217b316986003f11"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae140b52d035f8250217b316986003f11">EqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00344">ComparisonTestImpl.cpp:344</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#l00108">DepthToSpaceTestImpl.cpp:108</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_aa5b3a6ec2af5b1278b9f3e804b8056f2"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#aa5b3a6ec2af5b1278b9f3e804b8056f2">Rsqrt2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Rsqrt2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_activation_test_impl_8cpp_xhtml_a50acd207f416e7df36c17d333b9a0801"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a50acd207f416e7df36c17d333b9a0801">BoundedReLuUint8UpperBoundOnlyTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BoundedReLuUint8UpperBoundOnlyTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00158">ActivationTestImpl.cpp:158</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a5a51ed98de719f2d7677d73570e0cfef"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a5a51ed98de719f2d7677d73570e0cfef">StridedSliceShrinkAxisMaskBitPosition1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSliceShrinkAxisMaskBitPosition1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01123">StridedSliceTestImpl.cpp:1123</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_a3bdade8177c916a6b9e191e06eb6b728"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#a3bdade8177c916a6b9e191e06eb6b728">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00525">MultiplicationTestImpl.cpp:525</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_afb2587380a0f243fee920d181f35fd97"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#afb2587380a0f243fee920d181f35fd97">MultiplicationBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00159">MultiplicationTestImpl.cpp:159</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ae0683139ba76b335575fe37d96a26e2a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ae0683139ba76b335575fe37d96a26e2a">Concat4dDiffShapeDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDiffShapeDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02971">ConcatTestImpl.cpp:2971</a></div></div>
<div class="ttc" id="_reduce_sum_test_impl_8cpp_xhtml_a11b78283446c7bd2dfa9cd01f0661aac"><div class="ttname"><a href="_reduce_sum_test_impl_8cpp.xhtml#a11b78283446c7bd2dfa9cd01f0661aac">ReduceSumSingleAxisTest3</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceSumSingleAxisTest3(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduce_sum_test_impl_8cpp_source.xhtml#l00213">ReduceSumTestImpl.cpp:213</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a6c6b75b8666fab92de438be79ca9ed64"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a6c6b75b8666fab92de438be79ca9ed64">IgnorePaddingAveragePooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingAveragePooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01651">Pooling2dTestImpl.cpp:1651</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a87075aa041ea71db03f8715c876d935f"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a87075aa041ea71db03f8715c876d935f">L2Pooling2dSize3Stride4Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Pooling2dSize3Stride4Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01752">Pooling2dTestImpl.cpp:1752</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_afcf67ea94facd8c1f2dafa0835907882"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#afcf67ea94facd8c1f2dafa0835907882">LogicalNotTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalNotTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00369">LogicalTestImpl.cpp:369</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a706a85d2963d41f8f1bf2333c92cea20"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a706a85d2963d41f8f1bf2333c92cea20">StridedSlice3dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; StridedSlice3dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01201">StridedSliceTestImpl.cpp:1201</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ac2d7d039990aea21189c39d5c721b488"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ac2d7d039990aea21189c39d5c721b488">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, armnn::PoolingAlgorithm poolingType)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01913">Pooling2dTestImpl.cpp:1913</a></div></div>
<div class="ttc" id="_batch_normalization_test_impl_8cpp_xhtml_aa14c8756f74be01bacef39bcb85fa6e8"><div class="ttname"><a href="_batch_normalization_test_impl_8cpp.xhtml#aa14c8756f74be01bacef39bcb85fa6e8">BatchNormFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; BatchNormFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_batch_normalization_test_impl_8cpp_source.xhtml#l00210">BatchNormalizationTestImpl.cpp:210</a></div></div>
<div class="ttc" id="_rsqrt_test_impl_8cpp_xhtml_a068e767e84b997c988c11ff807f5541f"><div class="ttname"><a href="_rsqrt_test_impl_8cpp.xhtml#a068e767e84b997c988c11ff807f5541f">RsqrtZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; RsqrtZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_rsqrt_test_impl_8cpp_source.xhtml#l00073">RsqrtTestImpl.cpp:73</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_acc0d633a4318e7ee7e47413ef60a474c"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#acc0d633a4318e7ee7e47413ef60a474c">MultiplicationBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00281">MultiplicationTestImpl.cpp:281</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_aabb0e5ec6ed562109b454bf014998ddd"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#aabb0e5ec6ed562109b454bf014998ddd">MeanVts3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; MeanVts3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00178">MeanTestImpl.hpp:178</a></div></div>
<div class="ttc" id="_abs_test_impl_8cpp_xhtml_a74df565b7bdca25ead7233748829add7"><div class="ttname"><a href="_abs_test_impl_8cpp.xhtml#a74df565b7bdca25ead7233748829add7">Abs2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Abs2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_comparison_test_impl_8cpp_xhtml_a6e369e04bcc61e94a1ba6cfb6f71a65c"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a6e369e04bcc61e94a1ba6cfb6f71a65c">EqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00356">ComparisonTestImpl.cpp:356</a></div></div>
<div class="ttc" id="_unit_tests_8hpp_xhtml_a27949c8e47f407cf0d135c96ed969cf9"><div class="ttname"><a href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF</a></div><div class="ttdeci">#define ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF(TestName, Fixture, TestFunction,...)</div><div class="ttdef"><b>Definition:</b> <a href="_unit_tests_8hpp_source.xhtml#l00161">UnitTests.hpp:161</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_a8129f578b6cd108953ae54a6a7d118f4"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#a8129f578b6cd108953ae54a6a7d118f4">SimpleNormalizationAcrossTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationAcrossTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00364">NormalizationTestImpl.cpp:364</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="_resize_test_impl_8cpp_xhtml_a0fb2443480d1dfe96d56934d5bc881ef"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a0fb2443480d1dfe96d56934d5bc881ef">ResizeNearestNeighborMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeNearestNeighborMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00465">ResizeTestImpl.cpp:465</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad9172e664679c6174261e811c017071d"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad9172e664679c6174261e811c017071d">Concat3dDim1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim1Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02893">ConcatTestImpl.cpp:2893</a></div></div>
<div class="ttc" id="_reduction_test_impl_8cpp_xhtml_a789bc3da0ac4a4b9262a690ac34ab5da"><div class="ttname"><a href="_reduction_test_impl_8cpp.xhtml#a789bc3da0ac4a4b9262a690ac34ab5da">ReduceMaxNegativeAxisTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceMaxNegativeAxisTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduction_test_impl_8cpp_source.xhtml#l00122">ReductionTestImpl.cpp:122</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_af787d7e79d1e8c23c97267a116e934ee"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#af787d7e79d1e8c23c97267a116e934ee">LeakyReLuTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; LeakyReLuTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00755">ActivationTestImpl.cpp:755</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a4e40e8762c9877ba27e31e2252965c42"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a4e40e8762c9877ba27e31e2252965c42">PadUint82dCustomPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; PadUint82dCustomPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00552">PadTestImpl.cpp:552</a></div></div>
<div class="ttc" id="_rank_test_impl_8cpp_xhtml_a2f7ba0e0b23b39cfd943273eca5f3ff7"><div class="ttname"><a href="_rank_test_impl_8cpp.xhtml#a2f7ba0e0b23b39cfd943273eca5f3ff7">RankDimSize2Test</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 1 &gt; RankDimSize2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_rank_test_impl_8cpp_source.xhtml#l00067">RankTestImpl.cpp:67</a></div></div>
<div class="ttc" id="_rank_test_impl_8cpp_xhtml_a4c66ad74beb6df454d48614e762293e5"><div class="ttname"><a href="_rank_test_impl_8cpp.xhtml#a4c66ad74beb6df454d48614e762293e5">RankDimSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 1 &gt; RankDimSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_rank_test_impl_8cpp_source.xhtml#l00081">RankTestImpl.cpp:81</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a3ae0ac93173ddba4f948e6154eee8e4e"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a3ae0ac93173ddba4f948e6154eee8e4e">LogicalAndTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalAndTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00399">LogicalTestImpl.cpp:399</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a15d723fdf9c3c80f6b5deb2e66240622"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a15d723fdf9c3c80f6b5deb2e66240622">SimpleMaxPooling2dSize3x3Stride2x4Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleMaxPooling2dSize3x3Stride2x4Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool forceNoPadding)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01409">Pooling2dTestImpl.cpp:1409</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a347d60d5d81c1c5dfdae562b998503f9"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a347d60d5d81c1c5dfdae562b998503f9">LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgNoPeepholeNoProjectionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02701">LstmTestImpl.cpp:2701</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a47256d5dd1d5c65c719c40b2bfc7cc96"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a47256d5dd1d5c65c719c40b2bfc7cc96">Concat3dDim2Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim2Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02298">ConcatTestImpl.cpp:2298</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a77b1cece2aaacd904283a1f17ed67cbf"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a77b1cece2aaacd904283a1f17ed67cbf">StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0Dim3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00923">StridedSliceTestImpl.cpp:923</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a83f1c6962bed25bbad0ff2eb5a0cfd24"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a83f1c6962bed25bbad0ff2eb5a0cfd24">StridedSliceShrinkAxisMaskBitPosition1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSliceShrinkAxisMaskBitPosition1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_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#l00191">DequantizeTestImpl.cpp:191</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a5826b33b3a2901a1bde281f889877465"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a5826b33b3a2901a1bde281f889877465">SubtractionBroadcastTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionBroadcastTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00157">SubtractionTestImpl.cpp:157</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_ad49417dc85c34867037162e3343a84b2"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#ad49417dc85c34867037162e3343a84b2">StackOutput4DAxis1Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis1Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_l2_normalization_test_impl_8cpp_xhtml_a5bec5db178d76568317f94daf40893c0"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a5bec5db178d76568317f94daf40893c0">L2NormalizationDefaultEpsilonTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2NormalizationDefaultEpsilonTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00558">L2NormalizationTestImpl.cpp:558</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a05421422776540e524c371ec5e6ffa7f"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a05421422776540e524c371ec5e6ffa7f">LessOrEqualBroadcast1dVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1dVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00917">ComparisonTestImpl.cpp:917</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a14632b64d972e828f2846b7c573deab9"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a14632b64d972e828f2846b7c573deab9">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00714">SoftmaxTestImpl.cpp:714</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a3f28f588088eee189083910b9288fbbe"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a3f28f588088eee189083910b9288fbbe">HalfPixelCentersResizeBilinearTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; HalfPixelCentersResizeBilinearTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00550">ResizeTestImpl.cpp:550</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a9966f7b9070f4eb34deeb8fc3cb3d277"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a9966f7b9070f4eb34deeb8fc3cb3d277">SimpleConvolution2d3x3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleConvolution2d3x3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03365">Conv2dTestImpl.cpp:3365</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a819b7c4c8d06799ac603e468e09bcc1b"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a819b7c4c8d06799ac603e468e09bcc1b">EqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00434">ComparisonTestImpl.cpp:434</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a29aba9f6379f5751a2697fa103e363dd"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a29aba9f6379f5751a2697fa103e363dd">StridedSlice3dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StridedSlice3dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01023">StridedSliceTestImpl.cpp:1023</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#l00228">SliceTestImpl.cpp:228</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_aa6f3dcc7c975f294bbe9d988174f7d52"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#aa6f3dcc7c975f294bbe9d988174f7d52">AdditionAfterMaxPoolTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionAfterMaxPoolTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00533">AdditionTestImpl.cpp:533</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a1c22cdfa99117a1cdbc4b25064fd4c25"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a1c22cdfa99117a1cdbc4b25064fd4c25">SimpleConvolution2d3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03321">Conv2dTestImpl.cpp:3321</a></div></div>
<div class="ttc" id="_division_test_impl_8cpp_xhtml_ac19b2754b5542534e92e9fbc127c1d9a"><div class="ttname"><a href="_division_test_impl_8cpp.xhtml#ac19b2754b5542534e92e9fbc127c1d9a">DivisionBroadcast1DVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DivisionBroadcast1DVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_division_test_impl_8cpp_source.xhtml#l00130">DivisionTestImpl.cpp:130</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_a6e6556796cdc26d6c2d55eab69cf6945"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#a6e6556796cdc26d6c2d55eab69cf6945">BoundedReLuUint8UpperAndLowerBoundTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; BoundedReLuUint8UpperAndLowerBoundTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00190">ActivationTestImpl.cpp:190</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_adf037837c113c10547cd4cfa1718edea"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#adf037837c113c10547cd4cfa1718edea">MaximumBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00268">MaximumTestImpl.cpp:268</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a9785b1ac7f2ced9f363ef02fa35e7ab3"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a9785b1ac7f2ced9f363ef02fa35e7ab3">StridedSlice4dReverseUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSlice4dReverseUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01063">StridedSliceTestImpl.cpp:1063</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a3866f2b4ec73327bf8c10ad4a4267790"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a3866f2b4ec73327bf8c10ad4a4267790">SubtractionUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="namespacearmnn_xhtml_a56297e0f7b215eea46c818cb7528d9eaaed67cf7d54c570e4c4891800f085f41d"><div class="ttname"><a href="namespacearmnn.xhtml#a56297e0f7b215eea46c818cb7528d9eaaed67cf7d54c570e4c4891800f085f41d">armnn::ActivationFunction::Elu</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a36771bf29b95121565b31f6fc198cbeb"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a36771bf29b95121565b31f6fc198cbeb">StridedSliceShrinkAxisMaskBitPosition0And2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00983">StridedSliceTestImpl.cpp:983</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a0192d5e1143e77fb9c07f43cac008aa5"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a0192d5e1143e77fb9c07f43cac008aa5">Convolution2d3x3Dilation3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d3x3Dilation3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01101">Conv2dTestImpl.cpp:1101</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6e54f02f06e0a3eac39e726a091290df"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6e54f02f06e0a3eac39e726a091290df">Concat4dDim1Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim1Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02344">ConcatTestImpl.cpp:2344</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_acd8d3e699b4f15f0ee82d5bdef47dccf"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#acd8d3e699b4f15f0ee82d5bdef47dccf">StackOutput4DAxis2Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StackOutput4DAxis2Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00533">StackTestImpl.cpp:533</a></div></div>
<div class="ttc" id="_stack_test_impl_8cpp_xhtml_a3b4b3f173b6a4527f576a2ade7eb8458"><div class="ttname"><a href="_stack_test_impl_8cpp.xhtml#a3b4b3f173b6a4527f576a2ade7eb8458">StackOutput3DInputs3Float32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; StackOutput3DInputs3Float32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_stack_test_impl_8cpp_source.xhtml#l00549">StackTestImpl.cpp:549</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="_gather_test_impl_8cpp_xhtml_aaa4ae68776c678e111deb9571e7bcb39"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#aaa4ae68776c678e111deb9571e7bcb39">GatherMultiDimParamsFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; GatherMultiDimParamsFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00357">GatherTestImpl.cpp:357</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a6d1ceb4646bbb7aef19c0276b6c823f4"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a6d1ceb4646bbb7aef19c0276b6c823f4">SpaceToBatchNdSimpleFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdSimpleFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00304">SpaceToBatchNdTestImpl.cpp:304</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a8260222560c2abfbea0f87869ae22062"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a8260222560c2abfbea0f87869ae22062">Concat3dDim0DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; Concat3dDim0DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02308">ConcatTestImpl.cpp:2308</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_af2f5d449f05421b21cb686d6b341e75a"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#af2f5d449f05421b21cb686d6b341e75a">IgnorePaddingSimpleMaxPooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleMaxPooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01477">Pooling2dTestImpl.cpp:1477</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a7fde274ea5d168e2941e90ff6475262b"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a7fde274ea5d168e2941e90ff6475262b">Convolution1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Convolution1dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03419">Conv2dTestImpl.cpp:3419</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_ab6c56ff0b93e3d1b0ebb45d32fd107c0"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#ab6c56ff0b93e3d1b0ebb45d32fd107c0">ResizeBilinearMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00266">ResizeTestImpl.cpp:266</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a31c4b8822a180267a815500066522d1e"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a31c4b8822a180267a815500066522d1e">LessOrEqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00865">ComparisonTestImpl.cpp:865</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a06e8e0aff46bf24d79475f60a611b9ef"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a06e8e0aff46bf24d79475f60a611b9ef">AdditionBroadcastTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionBroadcastTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00329">AdditionTestImpl.cpp:329</a></div></div>
<div class="ttc" id="_reshape_test_impl_8cpp_xhtml_a3e0405da9aaae45a40114d7913df1dd6"><div class="ttname"><a href="_reshape_test_impl_8cpp.xhtml#a3e0405da9aaae45a40114d7913df1dd6">Reshape5dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 5 &gt; Reshape5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reshape_test_impl_8cpp_source.xhtml#l00111">ReshapeTestImpl.cpp:111</a></div></div>
<div class="ttc" id="_activation_test_impl_8cpp_xhtml_aa56d52a539e33972bb9c9f83be6a3fae"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#aa56d52a539e33972bb9c9f83be6a3fae">SimpleSigmoidUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SimpleSigmoidUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00526">ActivationTestImpl.cpp:526</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a410d43ad354ebb8995b7d9bc5b2c686c"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a410d43ad354ebb8995b7d9bc5b2c686c">Concat4dDim3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDim3Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02360">ConcatTestImpl.cpp:2360</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a3b8c319c895ac738290d754f913471cd"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a3b8c319c895ac738290d754f913471cd">IgnorePaddingMaxPooling2dSize3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingMaxPooling2dSize3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01504">Pooling2dTestImpl.cpp:1504</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a29042a4c219c128b04eebf06e98c179f"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a29042a4c219c128b04eebf06e98c179f">AdditionBroadcastUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; AdditionBroadcastUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00338">AdditionTestImpl.cpp:338</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_aeb6f20ff65cd6c5fa68a70a2f3d27788"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#aeb6f20ff65cd6c5fa68a70a2f3d27788">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::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03680">Conv2dTestImpl.cpp:3680</a></div></div>
<div class="ttc" id="_reduction_test_impl_8cpp_xhtml_a9712f70d06bd0672dd66d703423af0cf"><div class="ttname"><a href="_reduction_test_impl_8cpp.xhtml#a9712f70d06bd0672dd66d703423af0cf">ReduceMaxSimpleTest2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceMaxSimpleTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduction_test_impl_8cpp_source.xhtml#l00163">ReductionTestImpl.cpp:163</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_a997567716b084a181a143f5f89eaa8b8"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#a997567716b084a181a143f5f89eaa8b8">SubtractionTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SubtractionTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00107">SubtractionTestImpl.cpp:107</a></div></div>
<div class="ttc" id="_minimum_test_impl_8cpp_xhtml_a821d46ff2da8a7b28ba9d598ccac6e9e"><div class="ttname"><a href="_minimum_test_impl_8cpp.xhtml#a821d46ff2da8a7b28ba9d598ccac6e9e">MinimumBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MinimumBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_minimum_test_impl_8cpp_source.xhtml#l00072">MinimumTestImpl.cpp:72</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_adc827a4ccbc19d4fec584120c7b56089"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#adc827a4ccbc19d4fec584120c7b56089">SpaceToBatchNdPaddingNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdPaddingNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00454">SpaceToBatchNdTestImpl.cpp:454</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#l00278">SliceTestImpl.cpp:278</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a334b79a8f152daa9c51be2a8ef29b98e"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a334b79a8f152daa9c51be2a8ef29b98e">PadFloat322dCustomPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; PadFloat322dCustomPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00585">PadTestImpl.cpp:585</a></div></div>
<div class="ttc" id="_floor_test_impl_8cpp_xhtml_a6b4681f0b4842e80284c5ea398078509"><div class="ttname"><a href="_floor_test_impl_8cpp.xhtml#a6b4681f0b4842e80284c5ea398078509">SimpleFloorTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; SimpleFloorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_resize_test_impl_8cpp_xhtml_a92001d5535a952b1662208b56e4c1a0d"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a92001d5535a952b1662208b56e4c1a0d">ResizeBilinearSqMinTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; ResizeBilinearSqMinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00225">ResizeTestImpl.cpp:225</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ade050660fe0a2557ba60130c40f40017"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ade050660fe0a2557ba60130c40f40017">IgnorePaddingMaxPooling2dSize3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingMaxPooling2dSize3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01495">Pooling2dTestImpl.cpp:1495</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_af1cc210d3bec3960b6f7e3eb23c3a128"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#af1cc210d3bec3960b6f7e3eb23c3a128">LogicalAndBroadcast2Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalAndBroadcast2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00503">LogicalTestImpl.cpp:503</a></div></div>
<div class="ttc" id="_transpose_test_impl_8hpp_xhtml_af9109ab4803c04b81b551efdb759ec40"><div class="ttname"><a href="_transpose_test_impl_8hpp.xhtml#af9109ab4803c04b81b551efdb759ec40">TransposeValueSet3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; TransposeValueSet3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_test_impl_8hpp_source.xhtml#l00212">TransposeTestImpl.hpp:212</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_aafef158279b909750a201d2862ba8676"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#aafef158279b909750a201d2862ba8676">MeanSimpleAxisTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; MeanSimpleAxisTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00093">MeanTestImpl.hpp:93</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="_strided_slice_test_impl_8cpp_xhtml_ab3ba59776e40cc99fb573729feb14f57"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ab3ba59776e40cc99fb573729feb14f57">StridedSlice4dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSlice4dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01053">StridedSliceTestImpl.cpp:1053</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_adbfedf414aac270a5e285d057bfb58b6"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#adbfedf414aac270a5e285d057bfb58b6">Concat3dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02885">ConcatTestImpl.cpp:2885</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_af3abba0d43f447a69ea4de9369218f05"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#af3abba0d43f447a69ea4de9369218f05">SpaceToDepthNhwcFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNhwcFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00231">SpaceToDepthTestImpl.cpp:231</a></div></div>
<div class="ttc" id="_fully_connected_test_impl_8cpp_xhtml_aa50f043364dd453338261e82397c3e1b"><div class="ttname"><a href="_fully_connected_test_impl_8cpp.xhtml#aa50f043364dd453338261e82397c3e1b">FullyConnectedLargeTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; FullyConnectedLargeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool transposeWeights)</div><div class="ttdef"><b>Definition:</b> <a href="_fully_connected_test_impl_8cpp_source.xhtml#l00352">FullyConnectedTestImpl.cpp:352</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a26149ca8ea27196c868aff2ccf59d6e6"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a26149ca8ea27196c868aff2ccf59d6e6">GreaterOrEqualSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00578">ComparisonTestImpl.cpp:578</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_ab44037c9f2fa62c4dc2490fc14a78e89"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#ab44037c9f2fa62c4dc2490fc14a78e89">IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</a></div><div class="ttdeci">true IgnorePaddingSimpleAveragePooling2dNoPaddingUint8Test IgnorePaddingAveragePooling2dSize3x2Stride2x2Test</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00283">ClLayerTests.cpp:283</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_af4c98332c88145ad01fea7a2e0a18937"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#af4c98332c88145ad01fea7a2e0a18937">StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And2Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01163">StridedSliceTestImpl.cpp:1163</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_afd808a5a4d47078e50ff3f370edd49fc"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#afd808a5a4d47078e50ff3f370edd49fc">LogicalAndIntTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalAndIntTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00433">LogicalTestImpl.cpp:433</a></div></div>
<div class="ttc" id="_subtraction_test_impl_8cpp_xhtml_ab8fecd5082f2af971a2d21444dcb5076"><div class="ttname"><a href="_subtraction_test_impl_8cpp.xhtml#ab8fecd5082f2af971a2d21444dcb5076">SubtractionBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SubtractionBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_subtraction_test_impl_8cpp_source.xhtml#l00049">SubtractionTestImpl.cpp:49</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a067fe71e3d2b0989fc0cdb8dc97af04b"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a067fe71e3d2b0989fc0cdb8dc97af04b">SpaceToBatchNdMultiBlockFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiBlockFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00324">SpaceToBatchNdTestImpl.cpp:324</a></div></div>
<div class="ttc" id="_pad_test_impl_8cpp_xhtml_a162b712570127a53c764f0a90d45e8a8"><div class="ttname"><a href="_pad_test_impl_8cpp.xhtml#a162b712570127a53c764f0a90d45e8a8">PadFloat323dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 3 &gt; PadFloat323dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pad_test_impl_8cpp_source.xhtml#l00594">PadTestImpl.cpp:594</a></div></div>
<div class="ttc" id="_neg_test_impl_8cpp_xhtml_ac3cdc40fe5b65bd3d1278bfc6f9b6786"><div class="ttname"><a href="_neg_test_impl_8cpp.xhtml#ac3cdc40fe5b65bd3d1278bfc6f9b6786">NegZeroTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; NegZeroTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_neg_test_impl_8cpp_source.xhtml#l00073">NegTestImpl.cpp:73</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a4332f7562287037bac9aed90d11a2db9"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a4332f7562287037bac9aed90d11a2db9">ConcatUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; ConcatUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02569">ConcatTestImpl.cpp:2569</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ab299304c85c1a9b7a8fb4cfd5453cc62"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab299304c85c1a9b7a8fb4cfd5453cc62">NotEqualBroadcast1ElementUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1ElementUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l01022">ComparisonTestImpl.cpp:1022</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a94d2e3c097aab8771018335fcd5dc245"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a94d2e3c097aab8771018335fcd5dc245">AdditionBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AdditionBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00365">AdditionTestImpl.cpp:365</a></div></div>
<div class="ttc" id="_neg_test_impl_8cpp_xhtml_ab73fccf5227d841343bb81245d3c69f7"><div class="ttname"><a href="_neg_test_impl_8cpp.xhtml#ab73fccf5227d841343bb81245d3c69f7">Neg2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Neg2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_neg_test_impl_8cpp_source.xhtml#l00011">NegTestImpl.cpp:11</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ad3d1e6175529a26ba9698955b7cc0d8e"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ad3d1e6175529a26ba9698955b7cc0d8e">Concat1dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 1 &gt; Concat1dUint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02843">ConcatTestImpl.cpp:2843</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a5e7803092126fd2862fdd8a2ed90e32a"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a5e7803092126fd2862fdd8a2ed90e32a">Concat2dDim1DiffInputDimsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; Concat2dDim1DiffInputDimsTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02270">ConcatTestImpl.cpp:2270</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="_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="_pooling2d_test_impl_8cpp_xhtml_a1cfcbf24e161da40af56add364386513"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a1cfcbf24e161da40af56add364386513">LargeTensorsAveragePooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LargeTensorsAveragePooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01571">Pooling2dTestImpl.cpp:1571</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="_logical_test_impl_8cpp_xhtml_acce4d24bfc069740b462d5e9d3ca703b"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#acce4d24bfc069740b462d5e9d3ca703b">LogicalOrTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalOrTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00416">LogicalTestImpl.cpp:416</a></div></div>
<div class="ttc" id="_constant_test_impl_8cpp_xhtml_ae67d8e1a86950591f2ef572ae0310a10"><div class="ttname"><a href="_constant_test_impl_8cpp.xhtml#ae67d8e1a86950591f2ef572ae0310a10">ConstantUint8SimpleQuantizationScaleNoOffsetTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; ConstantUint8SimpleQuantizationScaleNoOffsetTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_constant_test_impl_8cpp_source.xhtml#l00142">ConstantTestImpl.cpp:142</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="_comparison_test_impl_8cpp_xhtml_ae8eaa1a540a3f427313a5a10b7b7419d"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae8eaa1a540a3f427313a5a10b7b7419d">EqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00408">ComparisonTestImpl.cpp:408</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ae9488183b3dc79abe459aaea83524d0a"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ae9488183b3dc79abe459aaea83524d0a">DepthwiseConvolution2dDepthNhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; DepthwiseConvolution2dDepthNhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03556">Conv2dTestImpl.cpp:3556</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_ac882f58604273a64c05f572aa1dabbed"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#ac882f58604273a64c05f572aa1dabbed">L2Pooling2dSize3Stride3Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize3Stride3Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01735">Pooling2dTestImpl.cpp:1735</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a91334b97ca9cf0a8e006653cd9b7ff16"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a91334b97ca9cf0a8e006653cd9b7ff16">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::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03789">Conv2dTestImpl.cpp:3789</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_af089eef6b8fd167fe95899a3af69aa32"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#af089eef6b8fd167fe95899a3af69aa32">SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleDepthwiseConvolution2d3x3Dilation3x3NhwcTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03644">Conv2dTestImpl.cpp:3644</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a1bda4aafec3a8bd83255d7be85b5908b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a1bda4aafec3a8bd83255d7be85b5908b">StridedSliceSimpleStrideUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSliceSimpleStrideUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01073">StridedSliceTestImpl.cpp:1073</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ab52896465a1f078b2833fbd4cafc8864"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ab52896465a1f078b2833fbd4cafc8864">GreaterBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00525">ComparisonTestImpl.cpp:525</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_afbb3d6e16938473c96b1751b3f914e79"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#afbb3d6e16938473c96b1751b3f914e79">IgnorePaddingSimpleL2Pooling2dUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; IgnorePaddingSimpleL2Pooling2dUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01841">Pooling2dTestImpl.cpp:1841</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="_comparison_test_impl_8cpp_xhtml_a55cdc65d75b6e65fecd971838e0f6f5a"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a55cdc65d75b6e65fecd971838e0f6f5a">LessOrEqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00839">ComparisonTestImpl.cpp:839</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_a656352d139bbe8dd7adec8cb37fffc73"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a656352d139bbe8dd7adec8cb37fffc73">ArgMinSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMinSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00092">ArgMinMaxTestImpl.cpp:92</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a0fa96bdee9e4e1b84b1ead192e4d37d3"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a0fa96bdee9e4e1b84b1ead192e4d37d3">IgnorePaddingSimpleAveragePooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleAveragePooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01588">Pooling2dTestImpl.cpp:1588</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#l00169">DequantizeTestImpl.cpp:169</a></div></div>
<div class="ttc" id="_gather_test_impl_8cpp_xhtml_a22df26b6f2a056897f4638659515996f"><div class="ttname"><a href="_gather_test_impl_8cpp.xhtml#a22df26b6f2a056897f4638659515996f">GatherMultiDimParamsUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; GatherMultiDimParamsUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_gather_test_impl_8cpp_source.xhtml#l00375">GatherTestImpl.cpp:375</a></div></div>
<div class="ttc" id="_addition_test_impl_8cpp_xhtml_a7cc38e93be531f230a994a5f1c5d1a55"><div class="ttname"><a href="_addition_test_impl_8cpp.xhtml#a7cc38e93be531f230a994a5f1c5d1a55">Addition5dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; Addition5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_addition_test_impl_8cpp_source.xhtml#l00092">AdditionTestImpl.cpp:92</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a215edf54a620bbc0ce27c3f7cc30ffea"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a215edf54a620bbc0ce27c3f7cc30ffea">SpaceToDepthNchwFloat32Test1</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNchwFloat32Test1(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00219">SpaceToDepthTestImpl.cpp:219</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ac254ad319f8916cc53fb9b1c376d1e94"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ac254ad319f8916cc53fb9b1c376d1e94">SpaceToBatchNdMultiBlockNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiBlockNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00444">SpaceToBatchNdTestImpl.cpp:444</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a8ea02afa5072ae475b4fa19e9674796d"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a8ea02afa5072ae475b4fa19e9674796d">IgnorePaddingSimpleAveragePooling2dNoPaddingTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleAveragePooling2dNoPaddingTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_space_to_batch_nd_test_impl_8cpp_xhtml_aa10a7740f4cae3a4455e670fd9f3812c"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#aa10a7740f4cae3a4455e670fd9f3812c">SpaceToBatchNdSimpleNhwcUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdSimpleNhwcUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00504">SpaceToBatchNdTestImpl.cpp:504</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a25d83e467cf12d92fc0fded2ec9c44f2"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a25d83e467cf12d92fc0fded2ec9c44f2">SpaceToBatchNdMultiChannelsFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiChannelsFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00314">SpaceToBatchNdTestImpl.cpp:314</a></div></div>
<div class="ttc" id="_maximum_test_impl_8cpp_xhtml_a745259ebc0b6c24354051bef81aab1dc"><div class="ttname"><a href="_maximum_test_impl_8cpp.xhtml#a745259ebc0b6c24354051bef81aab1dc">MaximumBroadcast1DVectorUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MaximumBroadcast1DVectorUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_maximum_test_impl_8cpp_source.xhtml#l00302">MaximumTestImpl.cpp:302</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#l00259">SliceTestImpl.cpp:259</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="_comparison_test_impl_8cpp_xhtml_a1ae012da4093d60d32c5504ea6f97890"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a1ae012da4093d60d32c5504ea6f97890">NotEqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00944">ComparisonTestImpl.cpp:944</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_af92b9ee5ac2c53128d6e02bb26f7fcb8"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#af92b9ee5ac2c53128d6e02bb26f7fcb8">StridedSliceSimpleStrideFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSliceSimpleStrideFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l00883">StridedSliceTestImpl.cpp:883</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a5e24e02459c6972aec7c7ce135025bc1"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a5e24e02459c6972aec7c7ce135025bc1">SpaceToBatchNdPaddingFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdPaddingFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00334">SpaceToBatchNdTestImpl.cpp:334</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="_activation_test_impl_8cpp_xhtml_afa1af28f33ae8978b6df0b170561f787"><div class="ttname"><a href="_activation_test_impl_8cpp.xhtml#afa1af28f33ae8978b6df0b170561f787">AbsTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; AbsTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_activation_test_impl_8cpp_source.xhtml#l00817">ActivationTestImpl.cpp:817</a></div></div>
<div class="ttc" id="_pooling2d_test_impl_8cpp_xhtml_a8f8edbf4d70c91dcfefeb6bcfc48dfb4"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a8f8edbf4d70c91dcfefeb6bcfc48dfb4">IgnorePaddingSimpleMaxPooling2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; IgnorePaddingSimpleMaxPooling2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01468">Pooling2dTestImpl.cpp:1468</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a64d9b9a6cd29cd7a7f4bbf514fde01d5"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a64d9b9a6cd29cd7a7f4bbf514fde01d5">LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; LstmLayerFloat32NoCifgWithPeepholeWithProjectionWithLayerNormTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02719">LstmTestImpl.cpp:2719</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a5104ccaff55b0c7c4af1628c996146bf"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a5104ccaff55b0c7c4af1628c996146bf">GreaterSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00538">ComparisonTestImpl.cpp:538</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#l00079">DepthToSpaceTestImpl.cpp:79</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a46b542d0b84d7a41d28f15699c65d397"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a46b542d0b84d7a41d28f15699c65d397">LessOrEqualSimpleFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualSimpleFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00852">ComparisonTestImpl.cpp:852</a></div></div>
<div class="ttc" id="_softmax_test_impl_8cpp_xhtml_a561da5cae6f7d7f9648c94e9807bee19"><div class="ttname"><a href="_softmax_test_impl_8cpp.xhtml#a561da5cae6f7d7f9648c94e9807bee19">SimpleSoftmaxTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 2 &gt; SimpleSoftmaxTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, float beta)</div><div class="ttdef"><b>Definition:</b> <a href="_softmax_test_impl_8cpp_source.xhtml#l00310">SoftmaxTestImpl.cpp:310</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a450ab121f9d99c26cfa82084b743ea6f"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a450ab121f9d99c26cfa82084b743ea6f">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, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03534">Conv2dTestImpl.cpp:3534</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_abd791cd48bbef1c52ad52e5fea0bb299"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#abd791cd48bbef1c52ad52e5fea0bb299">StridedSliceSimpleRangeMaskUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; StridedSliceSimpleRangeMaskUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01083">StridedSliceTestImpl.cpp:1083</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#l00220">ClLayerTests.cpp:220</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a9aa3bdf558634703ddb446407b9df729"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a9aa3bdf558634703ddb446407b9df729">LogicalOrBroadcast3Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalOrBroadcast3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00557">LogicalTestImpl.cpp:557</a></div></div>
<div class="ttc" id="_neg_test_impl_8cpp_xhtml_a7300860aca3aab150cd155133344ace4"><div class="ttname"><a href="_neg_test_impl_8cpp.xhtml#a7300860aca3aab150cd155133344ace4">NegNegativeTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; NegNegativeTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_neg_test_impl_8cpp_source.xhtml#l00102">NegTestImpl.cpp:102</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_ae8b0de60ee1ba3c2d5e4507195496399"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#ae8b0de60ee1ba3c2d5e4507195496399">Concat3dDim2Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 3 &gt; Concat3dDim2Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02901">ConcatTestImpl.cpp:2901</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a460c8d79a829f1ed16f088c12acf41f3"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a460c8d79a829f1ed16f088c12acf41f3">ConcatDifferentInputOutputQParamTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 3 &gt; ConcatDifferentInputOutputQParamTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l01952">ConcatTestImpl.cpp:1952</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_a8d3b2f100fb15428af112ec85184d7f7"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a8d3b2f100fb15428af112ec85184d7f7">StridedSlice4dReverseFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; StridedSlice4dReverseFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="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="_comparison_test_impl_8cpp_xhtml_a7e5dd57f30d26bc926490f184a0d04e5"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a7e5dd57f30d26bc926490f184a0d04e5">NotEqualBroadcast1ElementFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; NotEqualBroadcast1ElementFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00983">ComparisonTestImpl.cpp:983</a></div></div>
<div class="ttc" id="_permute_test_impl_8hpp_xhtml_aaa0a38d3b1114f92194c1629eab4af64"><div class="ttname"><a href="_permute_test_impl_8hpp.xhtml#aaa0a38d3b1114f92194c1629eab4af64">PermuteValueSet3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PermuteValueSet3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_permute_test_impl_8hpp_source.xhtml#l00211">PermuteTestImpl.hpp:211</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_ad9d59c03ac9109db34b4f4befb76d5f7"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#ad9d59c03ac9109db34b4f4befb76d5f7">MultiplicationUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; MultiplicationUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00195">MultiplicationTestImpl.cpp:195</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a3e0ba1035cfa2cd7f070f2ae9f01f65f"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a3e0ba1035cfa2cd7f070f2ae9f01f65f">Convolution2dPerAxisQuantTest</a></div><div class="ttdeci">DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW DataLayout::NCHW Convolution2dPerAxisQuantTest</div><div class="ttdef"><b>Definition:</b> <a href="_cl_layer_tests_8cpp_source.xhtml#l00183">ClLayerTests.cpp:183</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_ab16021183e750594aa3308f6b15f43c5"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#ab16021183e750594aa3308f6b15f43c5">Multiplication5dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 5 &gt; Multiplication5dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00061">MultiplicationTestImpl.cpp:61</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_a2ba1ab96c229cb98604c2e78704f9415"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#a2ba1ab96c229cb98604c2e78704f9415">HalfPixelCentersResizeNearestNeighbourTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; HalfPixelCentersResizeNearestNeighbourTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00617">ResizeTestImpl.cpp:617</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_ad6cb698b70730378052d3244616c7bd1"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#ad6cb698b70730378052d3244616c7bd1">SpaceToBatchNdSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToBatchNdSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_space_to_depth_test_impl_8cpp_xhtml_a224a9eafb034dc7836a0df0f466026cb"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a224a9eafb034dc7836a0df0f466026cb">SpaceToDepthNchwFloat32Test2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToDepthNchwFloat32Test2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</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="_conv2d_test_impl_8cpp_xhtml_a5d8371b1081cd00d8271524f6cd512f1"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a5d8371b1081cd00d8271524f6cd512f1">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::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::ITensorHandleFactory &amp;refTensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03801">Conv2dTestImpl.cpp:3801</a></div></div>
<div class="ttc" id="_space_to_depth_test_impl_8cpp_xhtml_a8a2be2a7ee0bc7117052778e88d33445"><div class="ttname"><a href="_space_to_depth_test_impl_8cpp.xhtml#a8a2be2a7ee0bc7117052778e88d33445">SpaceToDepthNhwcAsymmQ8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; SpaceToDepthNhwcAsymmQ8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_depth_test_impl_8cpp_source.xhtml#l00162">SpaceToDepthTestImpl.cpp:162</a></div></div>
<div class="ttc" id="_quantize_test_impl_8cpp_xhtml_a9055cac790ab923ce97556f64f5bee9a"><div class="ttname"><a href="_quantize_test_impl_8cpp.xhtml#a9055cac790ab923ce97556f64f5bee9a">QuantizeSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; QuantizeSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_quantize_test_impl_8cpp_source.xhtml#l00133">QuantizeTestImpl.cpp:133</a></div></div>
<div class="ttc" id="_neon_layer_tests_8cpp_xhtml_aac92d20f1ce8c5d145326633b6eb5cd8"><div class="ttname"><a href="_neon_layer_tests_8cpp.xhtml#aac92d20f1ce8c5d145326633b6eb5cd8">SimpleAveragePooling2dUint8Test</a></div><div class="ttdeci">true SimpleAveragePooling2dUint8Test</div><div class="ttdef"><b>Definition:</b> <a href="_neon_layer_tests_8cpp_source.xhtml#l00420">NeonLayerTests.cpp:420</a></div></div>
<div class="ttc" id="_strided_slice_test_impl_8cpp_xhtml_ae56682dde738ea4c19f615ac8d9c7d57"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#ae56682dde738ea4c19f615ac8d9c7d57">StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskBitPosition0And1Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01153">StridedSliceTestImpl.cpp:1153</a></div></div>
<div class="ttc" id="_logical_test_impl_8cpp_xhtml_a9405e5bb7134cf16012a466e32991baf"><div class="ttname"><a href="_logical_test_impl_8cpp.xhtml#a9405e5bb7134cf16012a466e32991baf">LogicalOrBroadcast1Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LogicalOrBroadcast1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_logical_test_impl_8cpp_source.xhtml#l00485">LogicalTestImpl.cpp:485</a></div></div>
<div class="ttc" id="_reduce_sum_test_impl_8cpp_xhtml_a77588249964577f35b2dfabe86d16327"><div class="ttname"><a href="_reduce_sum_test_impl_8cpp.xhtml#a77588249964577f35b2dfabe86d16327">ReduceSumSingleAxisTest2</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; ReduceSumSingleAxisTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_reduce_sum_test_impl_8cpp_source.xhtml#l00154">ReduceSumTestImpl.cpp:154</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a63a31f32393eda0ec427511ab8da5e55"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a63a31f32393eda0ec427511ab8da5e55">Concat4dDiffShapeDim3Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; Concat4dDiffShapeDim3Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool useSubtensor)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02397">ConcatTestImpl.cpp:2397</a></div></div>
<div class="ttc" id="_arg_min_max_test_impl_8cpp_xhtml_a7ba8a46b4b43fd967423d3dffc6c7f33"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#a7ba8a46b4b43fd967423d3dffc6c7f33">ArgMinWidthTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMinWidthTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00228">ArgMinMaxTestImpl.cpp:228</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_afc881fff20745a31065e74be62b33346"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#afc881fff20745a31065e74be62b33346">Concat4dDim0Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; Concat4dDim0Uint8Test(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02938">ConcatTestImpl.cpp:2938</a></div></div>
<div class="ttc" id="_cl_layer_tests_8cpp_xhtml_a88d84cc49602ca19491dea9c998035fe"><div class="ttname"><a href="_cl_layer_tests_8cpp.xhtml#a88d84cc49602ca19491dea9c998035fe">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#l00212">ClLayerTests.cpp:212</a></div></div>
<div class="ttc" id="_multiplication_test_impl_8cpp_xhtml_ab7950f4e2ffcdf27eb2b81408c47c720"><div class="ttname"><a href="_multiplication_test_impl_8cpp.xhtml#ab7950f4e2ffcdf27eb2b81408c47c720">MultiplicationTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; MultiplicationTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_multiplication_test_impl_8cpp_source.xhtml#l00020">MultiplicationTestImpl.cpp:20</a></div></div>
<div class="ttc" id="_normalization_test_impl_8cpp_xhtml_a1169ece80ac33a2ebde5f572ee7a7183"><div class="ttname"><a href="_normalization_test_impl_8cpp.xhtml#a1169ece80ac33a2ebde5f572ee7a7183">SimpleNormalizationWithinTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleNormalizationWithinTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_normalization_test_impl_8cpp_source.xhtml#l00374">NormalizationTestImpl.cpp:374</a></div></div>
<div class="ttc" id="_transpose_convolution2d_test_impl_8cpp_xhtml_accf2086de99f67e8b883ce3f95e8a248"><div class="ttname"><a href="_transpose_convolution2d_test_impl_8cpp.xhtml#accf2086de99f67e8b883ce3f95e8a248">PaddedTransposeConvolution2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; PaddedTransposeConvolution2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_transpose_convolution2d_test_impl_8cpp_source.xhtml#l00310">TransposeConvolution2dTestImpl.cpp:310</a></div></div>
<div class="ttc" id="_mean_test_impl_8hpp_xhtml_a69b8c28d02d85743f838a3885db82325"><div class="ttname"><a href="_mean_test_impl_8hpp.xhtml#a69b8c28d02d85743f838a3885db82325">MeanSimpleTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 1 &gt; MeanSimpleTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_mean_test_impl_8hpp_source.xhtml#l00077">MeanTestImpl.hpp:77</a></div></div>
<div class="ttc" id="_concat_test_impl_8cpp_xhtml_a6b08fab8b8a00113a020b10b311f745e"><div class="ttname"><a href="_concat_test_impl_8cpp.xhtml#a6b08fab8b8a00113a020b10b311f745e">Concat1dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 1 &gt; Concat1dTest(IWorkloadFactory &amp;workloadFactory, const IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_concat_test_impl_8cpp_source.xhtml#l02237">ConcatTestImpl.cpp:2237</a></div></div>
<div class="ttc" id="_lstm_test_impl_8cpp_xhtml_a017dcda811d5b5dc185f8c1d2e9b29f3"><div class="ttname"><a href="_lstm_test_impl_8cpp.xhtml#a017dcda811d5b5dc185f8c1d2e9b29f3">QLstmTest2</a></div><div class="ttdeci">LayerTestResult&lt; int8_t, 2 &gt; QLstmTest2(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_lstm_test_impl_8cpp_source.xhtml#l02926">LstmTestImpl.cpp:2926</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a4b0e5c2df069fd1cc61d5caca677e3cf"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a4b0e5c2df069fd1cc61d5caca677e3cf">LessBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00721">ComparisonTestImpl.cpp:721</a></div></div>
<div class="ttc" id="_resize_test_impl_8cpp_xhtml_ac09a538acbdd15c12ba5e141ce3d2c6c"><div class="ttname"><a href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">AlignCornersResizeNearestNeighbourTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; AlignCornersResizeNearestNeighbourTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout dataLayout)</div><div class="ttdef"><b>Definition:</b> <a href="_resize_test_impl_8cpp_source.xhtml#l00648">ResizeTestImpl.cpp:648</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a4efba9c7f9105865c27d5ac7c189d00e"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a4efba9c7f9105865c27d5ac7c189d00e">L2Normalization2dTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2Normalization2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00648">L2NormalizationTestImpl.cpp:648</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_ae2ff16eaa4065a804d42516b3ad6e59b"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#ae2ff16eaa4065a804d42516b3ad6e59b">EqualBroadcast1dVectorTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualBroadcast1dVectorTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00369">ComparisonTestImpl.cpp:369</a></div></div>
<div class="ttc" id="_l2_normalization_test_impl_8cpp_xhtml_a265a05fe57d12783bce5c63e8fbd5f8d"><div class="ttname"><a href="_l2_normalization_test_impl_8cpp.xhtml#a265a05fe57d12783bce5c63e8fbd5f8d">L2NormalizationNonDefaultEpsilonTest</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; L2NormalizationNonDefaultEpsilonTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_l2_normalization_test_impl_8cpp_source.xhtml#l00579">L2NormalizationTestImpl.cpp:579</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="_pooling2d_test_impl_8cpp_xhtml_a4d1af0ebb95be7492f9fe9fd0cb500e3"><div class="ttname"><a href="_pooling2d_test_impl_8cpp.xhtml#a4d1af0ebb95be7492f9fe9fd0cb500e3">L2Pooling2dSize7Uint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; L2Pooling2dSize7Uint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_pooling2d_test_impl_8cpp_source.xhtml#l01788">Pooling2dTestImpl.cpp:1788</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_ad232d77972b88a751dbf6ecd594b0faa"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#ad232d77972b88a751dbf6ecd594b0faa">SimpleConvolution2d3x3Stride2x2Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SimpleConvolution2d3x3Stride2x2Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l03348">Conv2dTestImpl.cpp:3348</a></div></div>
<div class="ttc" id="_rank_test_impl_8cpp_xhtml_a58c7965124ff428a553d825e15d1bb41"><div class="ttname"><a href="_rank_test_impl_8cpp.xhtml#a58c7965124ff428a553d825e15d1bb41">RankDimSize1Test</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 1 &gt; RankDimSize1Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_rank_test_impl_8cpp_source.xhtml#l00053">RankTestImpl.cpp:53</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#l00240">SliceTestImpl.cpp:240</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_af9d979fd83a13eaa86ded08f632ac29e"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#af9d979fd83a13eaa86ded08f632ac29e">GreaterOrEqualBroadcast1dVectorFloat16Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; GreaterOrEqualBroadcast1dVectorFloat16Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00643">ComparisonTestImpl.cpp:643</a></div></div>
<div class="ttc" id="_conv2d_test_impl_8cpp_xhtml_a130df3a88eb9a5bf1aaec61642a702d0"><div class="ttname"><a href="_conv2d_test_impl_8cpp.xhtml#a130df3a88eb9a5bf1aaec61642a702d0">Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test</a></div><div class="ttdeci">LayerTestResult&lt; T, 4 &gt; Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory, bool biasEnabled, const armnn::DataLayout layout)</div><div class="ttdef"><b>Definition:</b> <a href="_conv2d_test_impl_8cpp_source.xhtml#l01232">Conv2dTestImpl.cpp:1232</a></div></div>
<div class="ttc" id="_space_to_batch_nd_test_impl_8cpp_xhtml_a45c6e2d71c3ac4406374e3e59902fd2c"><div class="ttname"><a href="_space_to_batch_nd_test_impl_8cpp.xhtml#a45c6e2d71c3ac4406374e3e59902fd2c">SpaceToBatchNdMultiChannelsNhwcFloat32Test</a></div><div class="ttdeci">LayerTestResult&lt; float, 4 &gt; SpaceToBatchNdMultiChannelsNhwcFloat32Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_space_to_batch_nd_test_impl_8cpp_source.xhtml#l00434">SpaceToBatchNdTestImpl.cpp:434</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a842da9721fc907299296ef1b6fe5436f"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a842da9721fc907299296ef1b6fe5436f">LessOrEqualBroadcast1ElementTest</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; LessOrEqualBroadcast1ElementTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00826">ComparisonTestImpl.cpp:826</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="_arg_min_max_test_impl_8cpp_xhtml_aaf3bdf97c63a99b26d4f84370720e86b"><div class="ttname"><a href="_arg_min_max_test_impl_8cpp.xhtml#aaf3bdf97c63a99b26d4f84370720e86b">ArgMaxChannelTest</a></div><div class="ttdeci">LayerTestResult&lt; int32_t, 3 &gt; ArgMaxChannelTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_arg_min_max_test_impl_8cpp_source.xhtml#l00156">ArgMinMaxTestImpl.cpp:156</a></div></div>
<div class="ttc" id="_exp_test_impl_8cpp_xhtml_ae57d8eb39cb9d7fa2822205f86140294"><div class="ttname"><a href="_exp_test_impl_8cpp.xhtml#ae57d8eb39cb9d7fa2822205f86140294">Exp2dTest</a></div><div class="ttdeci">LayerTestResult&lt; T, 2 &gt; Exp2dTest(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_exp_test_impl_8cpp_source.xhtml#l00010">ExpTestImpl.cpp:10</a></div></div>
<div class="ttc" id="_comparison_test_impl_8cpp_xhtml_a8ba9e53c3c6e0b5a1ee51e4693d38121"><div class="ttname"><a href="_comparison_test_impl_8cpp.xhtml#a8ba9e53c3c6e0b5a1ee51e4693d38121">EqualSimpleUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 4 &gt; EqualSimpleUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_comparison_test_impl_8cpp_source.xhtml#l00421">ComparisonTestImpl.cpp:421</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_a4c361c981541c88fd3bfb82e53deb18b"><div class="ttname"><a href="_strided_slice_test_impl_8cpp.xhtml#a4c361c981541c88fd3bfb82e53deb18b">StridedSliceShrinkAxisMaskUint8Test</a></div><div class="ttdeci">LayerTestResult&lt; uint8_t, 2 &gt; StridedSliceShrinkAxisMaskUint8Test(armnn::IWorkloadFactory &amp;workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr &amp;memoryManager, const armnn::ITensorHandleFactory &amp;tensorHandleFactory)</div><div class="ttdef"><b>Definition:</b> <a href="_strided_slice_test_impl_8cpp_source.xhtml#l01093">StridedSliceTestImpl.cpp:1093</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 Thu Feb 25 2021 17:27:52 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>