aboutsummaryrefslogtreecommitdiff
path: root/21.02/globals.xhtml
blob: 27caa0997008ec707c1bc2f503b0f128d69a9b50 (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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
<!-- 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: File Members</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('globals.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="contents">
<div class="textblock">Here is a list of all file members with links to the files they belong to:</div>

<h3><a id="index_a"></a>- a -</h3><ul>
<li>Abs2dTest()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a74df565b7bdca25ead7233748829add7">AbsTestImpl.cpp</a>
, <a class="el" href="_abs_test_impl_8hpp.xhtml#a74df565b7bdca25ead7233748829add7">AbsTestImpl.hpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a4ed8cca50672007fc177f269f4f1c35a">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#ab66dbfe350a5da1ccfea1772ca1ff930">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a3d4d5b290d327adaeef94397011352e7">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a605046783c9fa631484b611434902d36">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#ac7e9ba10c9f5ac568a16b2925242f2a3">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a0fc4814ea1d5d7411735b1e1391439ba">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a5731943a4832c5cab5245791e636f9fd">AbsTestImpl.cpp</a>
, <a class="el" href="_abs_test_impl_8hpp.xhtml#a5731943a4832c5cab5245791e636f9fd">AbsTestImpl.hpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a22c72595543b1972f23331a1de99da81">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a8211e2d7b6d260c748c562cabfb2bf44">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a2c972330396423c4d2dd0cfb535560a8">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#aa2682a4cc5d1048fc9cdcf399f7da9cb">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a81735e35c169a0d129083b8d49fc5f2e">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#adc9e3f6099d1bf126629dbe09dcf4e9b">AbsTestImpl.cpp</a>
</li>
<li>AbsInt16Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#aa21484e44ff8ce2a751654d123fc9d0a">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#aa21484e44ff8ce2a751654d123fc9d0a">ActivationTestImpl.hpp</a>
</li>
<li>AbsTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#afa1af28f33ae8978b6df0b170561f787">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#afa1af28f33ae8978b6df0b170561f787">ActivationTestImpl.hpp</a>
</li>
<li>AbsTestCommon()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a3987d62d2efea44da3ca8e9b1dc3be21">ActivationTestImpl.cpp</a>
</li>
<li>AbsUint8Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a60f58fb3975d3fdfb64dfb3279e1e518">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a60f58fb3975d3fdfb64dfb3279e1e518">ActivationTestImpl.hpp</a>
</li>
<li>AbsZeroTest()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a0f6b8b8b21f393829a412312dc4af4cb">AbsTestImpl.cpp</a>
, <a class="el" href="_abs_test_impl_8hpp.xhtml#a0f6b8b8b21f393829a412312dc4af4cb">AbsTestImpl.hpp</a>
</li>
<li>AbsZeroTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#afc67c8a84a213be2dc75ba52b099562a">AbsTestImpl.cpp</a>
</li>
<li>AbsZeroTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#acf585ff77e15a209a61a86c2aff65e92">AbsTestImpl.cpp</a>
</li>
<li>AbsZeroTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a3ee34ab1a156e7d62cc23ffedbdc2d72">AbsTestImpl.cpp</a>
</li>
<li>AddBroadcastReshapeLayerOptimizerTest()
: <a class="el" href="_add_broadcast_reshape_layer_tests_8cpp.xhtml#ab75069cd2a9a703e51ef97895355306b">AddBroadcastReshapeLayerTests.cpp</a>
</li>
<li>Addition5dTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a7cc38e93be531f230a994a5f1c5d1a55">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a7cc38e93be531f230a994a5f1c5d1a55">AdditionTestImpl.hpp</a>
</li>
<li>AdditionAfterMaxPoolTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#aa6f3dcc7c975f294bbe9d988174f7d52">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#aa6f3dcc7c975f294bbe9d988174f7d52">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcast1ElementInt16Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a612240a642be1c0b3e32e3894710f3f7">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a612240a642be1c0b3e32e3894710f3f7">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcast1ElementInt32Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a75e41122abc41d49eb4b477e6320c0d6">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a75e41122abc41d49eb4b477e6320c0d6">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcast1ElementTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a94d2e3c097aab8771018335fcd5dc245">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a94d2e3c097aab8771018335fcd5dc245">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcast1ElementTestImpl()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a5a91c24a6bd6c93b70b8e4f9826a4cb3">AdditionTestImpl.cpp</a>
</li>
<li>AdditionBroadcast1ElementUint8Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#afbe8d8d875c8571507fde1e4c9e8df16">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#afbe8d8d875c8571507fde1e4c9e8df16">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastInt16Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#aa8644e61da138bbf5467efec809bb507">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#aa8644e61da138bbf5467efec809bb507">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastInt32Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a0333f12bc64d47ac349a38ebe47fc432">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a0333f12bc64d47ac349a38ebe47fc432">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a06e8e0aff46bf24d79475f60a611b9ef">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a06e8e0aff46bf24d79475f60a611b9ef">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastTestImpl()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#af8dcf242a8b53fb21b81687fd9e9014d">AdditionTestImpl.cpp</a>
</li>
<li>AdditionBroadcastUint8Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a29042a4c219c128b04eebf06e98c179f">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a29042a4c219c128b04eebf06e98c179f">AdditionTestImpl.hpp</a>
</li>
<li>AdditionInt16Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a79a80b0dcf71cb9830d023bb87a9fece">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a79a80b0dcf71cb9830d023bb87a9fece">AdditionTestImpl.hpp</a>
</li>
<li>AdditionInt32Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a973d6c9b8bc4d27bc0dd1242178fa805">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a973d6c9b8bc4d27bc0dd1242178fa805">AdditionTestImpl.hpp</a>
</li>
<li>AdditionTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a5e9b2ce84031d422f4d7c3e8f5b50caa">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#ace86014a30aa441ef7c6a3b988d88bf9">AdditionTestImpl.hpp</a>
</li>
<li>AdditionUint8Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a1dd634880d3a67fe2e143498bc76abe7">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a1dd634880d3a67fe2e143498bc76abe7">AdditionTestImpl.hpp</a>
</li>
<li>AlignCornersResizeBilinearTest()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">ResizeTestImpl.cpp</a>
, <a class="el" href="_resize_test_impl_8hpp.xhtml#a930715e04e1f3339a4fb12884400cd1f">ResizeTestImpl.hpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#aba22808a988605dfe7cc27f94759f9ac">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#ac5cab7e79762afc9a8424383fe8f8ecf">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#aac050eff7f2444b301fb578064dcf92a">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#af6871205e9f8cd9d0a7948909880fc2b">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a0288b680fd04221dc8df2410001e3812">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">ResizeTestImpl.cpp</a>
, <a class="el" href="_resize_test_impl_8hpp.xhtml#ac09a538acbdd15c12ba5e141ce3d2c6c">ResizeTestImpl.hpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a67e47bc7f0c8d35f9f6b851a4a3d7e6a">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#ab97b5e89a2264e0a89710ee71e1d42fb">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#aceb2f1e4c7d633d4b99eb1f6d4a42296">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#aab2f9b2c6e4b1834df6cdcc63ffc2315">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a614955c9293bc2e465ef035e40d82936">ResizeTestImpl.cpp</a>
</li>
<li>AllocateAndCopyDataToITensorHandle()
: <a class="el" href="_tensor_copy_utils_8cpp.xhtml#afaaca8c3f3a467d124bba44067d2afa8">TensorCopyUtils.cpp</a>
, <a class="el" href="_tensor_copy_utils_8hpp.xhtml#afaaca8c3f3a467d124bba44067d2afa8">TensorCopyUtils.hpp</a>
</li>
<li>anchors()
: <a class="el" href="_neon_end_to_end_tests_8cpp.xhtml#ac0981848e4ae57729f14f72bd4caa9f8">NeonEndToEndTests.cpp</a>
</li>
<li>anchorsInfo
: <a class="el" href="_neon_end_to_end_tests_8cpp.xhtml#a358cb7cd3c0647b25be049fd734b8c22">NeonEndToEndTests.cpp</a>
</li>
<li>ApplyBias()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#aa1f4ce02e0904dc8cf1b7f42bc34d346">Conv2dTestImpl.cpp</a>
</li>
<li>AreEqual()
: <a class="el" href="_common_test_utils_8hpp.xhtml#a551d3e8e273f6ff0f4fc4b0b56e1895d">CommonTestUtils.hpp</a>
</li>
<li>AreMatchingPair()
: <a class="el" href="_json_printer_test_impl_8cpp.xhtml#af4fbcd510b99d7be74238e971987b66e">JsonPrinterTestImpl.cpp</a>
</li>
<li>AreParenthesesMatching()
: <a class="el" href="_json_printer_test_impl_8cpp.xhtml#a18a8f8518a9f180f987fed2b7b4706b0">JsonPrinterTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#aaf3bdf97c63a99b26d4f84370720e86b">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#aaf3bdf97c63a99b26d4f84370720e86b">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a671d4b5dd252b1b4f48e1db185c5a30d">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#aea07b7756c0ca02d19a733eb754944a8">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a25e74630293ef23515b51c6f09ee2692">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a64a7acd216fca515db423fa1edbb4962">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a2bbbb635206fd67813298653dd6d3703">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a14984b84f0b3653f5e0145dd65c0ca38">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a9b1c558709dc0f83ab07dfccd5f71654">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a9b1c558709dc0f83ab07dfccd5f71654">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a7feda8fda9cb53e023f49fdab72af9a5">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a5cce141a853e7dcff2fc55e39a36dee3">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a86255c73929dedfffdaacab32fc0f234">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#aca1bbf08fd351dbedbfc4fb8cb827562">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a1537bbcfdd0da37f6b85ee36d5c629ff">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a1bc1aff00a67a4efb47226f8b5993c39">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a1bc1aff00a67a4efb47226f8b5993c39">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a79e7379a83ad8ea3d2076dc4da9d1623">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a8471bacc34662f1b587ba9a6385fda16">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a55307b25f0edf4b4de1b67927e1f916e">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ab9c285b775e2835f230f615e5e4dd5df">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a6005410441a48d38d454ec5eed53e890">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ab518bbb6d0146f317b858c9f988d2693">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a3a2f8cb0c8adaa822297e0530136f358">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a3a2f8cb0c8adaa822297e0530136f358">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#adc63d8db1e185a4e13a9be87cddcc02c">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ac020d852312ea8caca8ac77e5d351f2c">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a681c85ad95189296f08aa88d66e15815">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ad7bcda45cbd095d5c593230145b2b565">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a01d7291d1066b029d7ffb4726605063c">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a2d035dd83a2bdf60a1b10bb476cb2b47">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinMaxInferOutputShape1dTest()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#a005b7c03146e5a090de781966172c6e1">InferOutputTests.hpp</a>
</li>
<li>ArgMinMaxInferOutputShape2dTest()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#ae58e3f211ae2a124b13290c8b89aa87b">InferOutputTests.hpp</a>
</li>
<li>ArgMinMaxInferOutputShape3dTest()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#a5eba187ee3dcec0db603b27b0954cec9">InferOutputTests.hpp</a>
</li>
<li>ArgMinMaxInferOutputShape4dTest()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#a61f78d19deeaf960ac03ed4a7db98b8d">InferOutputTests.hpp</a>
</li>
<li>ArgMinMaxInferOutputShapeImpl()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#a673e4af24225bb5d4e5e502befdaf122">InferOutputTests.hpp</a>
</li>
<li>ArgMinSimpleTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a656352d139bbe8dd7adec8cb37fffc73">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a656352d139bbe8dd7adec8cb37fffc73">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ade9ca768a2703f77db3d991086b0ca13">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a305d8e3356253be776caa2a291314505">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a6d210af569feaa065adc28149f0162a1">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ab921106921e62b9e08c876f4fad6f721">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a941fff4ef65df2195da6340e988fc972">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a427f04094277de4bbdb206f66e632ae6">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest()
: <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a7ba8a46b4b43fd967423d3dffc6c7f33">ArgMinMaxTestImpl.hpp</a>
, <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a7ba8a46b4b43fd967423d3dffc6c7f33">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a7a230909328d99c6627b5d550a1bec41">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ac96f5e864b3898eab2e9844836199464">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a9e6b663698245a3f33ffec877738a74f">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a8abebb7c54764d2cc9ae1007b1c853f2">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a1948639e7af78c8c29b7caab64758b41">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ARMNN_ASSERT
: <a class="el" href="_assert_8hpp.xhtml#a5698be69cbd5dfe6c28fcd9867e8cbed">Assert.hpp</a>
</li>
<li>ARMNN_ASSERT_MSG
: <a class="el" href="_assert_8hpp.xhtml#a91c4dfde57907d7698c7531785690a7f">Assert.hpp</a>
</li>
<li>ARMNN_AUTO_TEST_CASE()
: <a class="el" href="_ref_layer_tests_8cpp.xhtml#a03c473ae995ff60aef73b2d752eb56d7">RefLayerTests.cpp</a>
, <a class="el" href="_unit_tests_8hpp.xhtml#ae6ce9102495fab6e3957f61281238e3d">UnitTests.hpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a00ea61ffa1cea24da798031c206756c8">RefLayerTests.cpp</a>
</li>
<li>ARMNN_AUTO_TEST_CASE_WITH_THF()
: <a class="el" href="_neon_layer_tests_8cpp.xhtml#a7a569308762bf91184813d3bbe63bf06">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#acaa76cc308abd2d12e7517455582d5a8">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a7e3b72b21660b2e83c1bc760bc27d372">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a9ea7e6fa686ed15496e32a8a32e538b7">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a437dd226cad15f25c2b9ff4f2c961895">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a01d598e79a1d23a80ca921753ae9b082">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a318ac700c1d5c43957b427ca2860562a">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a541c19799a71095255e24c195394762f">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a8f05b1303cad5427161617ec1db8cb47">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ae0313d613ea0dfe00e719f04676c5a26">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a2f4500e13447f8c95a75e50c4215b5e1">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af4ee5a0d674b279a15916ee9c2d29660">RefLayerTests.cpp</a>
, <a class="el" href="_unit_tests_8hpp.xhtml#a0ab6cdd4f66de9300527359858cbe5af">UnitTests.hpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a086f3a561ca2f13cb6015818555129ae">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a26f9acbb7629c31164662633b10bcd50">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ac4f734a768fbca191bec795287bc374e">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a9eb1cbf067cf6dffba383621b19818a5">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a6e38e822f3ca7ae0487d02ba11940629">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a6c67987c8949a6dd2553e00a720524b6">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#abc8856adb27195b70de865a0b3f31f77">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a047b98f60805a1f25d73b9b014bf41fa">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a62d0e25925d20a6e54351832a1672677">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#acbc1ccb230b6e406a83ac4b1869efa1a">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a249ac7fc5a0352dc28114881c29d6133">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#abed319d7a8d2b7bcc396067fc6f31813">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a859121c036404aedb8d9eb9cdae6d557">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#af92c7c8d098214accc4ddb9e197a8fe9">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aedc87144ef76322d9a31d9065532c276">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a68bf4d2967f8cc8e54258e611eddd765">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#add1034c274e24d8fd55c6aeb27a4ed90">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a31364ee02a860d68c5bc869576161c63">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a0322b9da191df997c17832166a9ab863">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a1781727ee60ed8577a6e4688e113c980">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ad69068dd3105e976282f86283f5077e0">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aaff3c04bb566bc3bfb9599aebd82b194">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#af42a43b71413b526f4ca7d3a17d8413c">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a112944590cf501d2bc46d261fd5d8997">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ac9028e17706d0af3adfc48609e3c5618">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a77fb88678150080928ef9963ca899565">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aad1aee952484fb65144b7ca1b780e539">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a4563a4cf3166bb08623dc2c6125031b2">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#af033ad9a4af47eecf7c099f0240c4cda">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa8ebfc8f8ade4b392534494b65220bae">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a4fbdce20e79c015b14d79629e3ef0404">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a41c2c088d9baf3643bb64eeaa7285168">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a102624ba2b65c2c8ea28bccab1769a05">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a345d0ad65acd9469c693f41dbc9533ef">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#afd93307ac382b4fd16c08525125fc519">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a497d5d46760b7fc6e0de64e2b0e14c96">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a5c6d005921c043fa4d5f4190574c83de">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a932f63ddb4a4b3af76a24aa1324225ad">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a41c2c088d9baf3643bb64eeaa7285168">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aced83b23f17b0a07d836f3ca7977f390">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a8bbb6d8d53344dfd26498fe876272031">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aa0615d09ee2389c55cffc145d4916dd4">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a8822f6a6b169be711d976c8035d09e39">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aa28efad1e05e18694e36dfde6987e1df">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a4cc866f73af705c99be2efe029f4117b">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a12ef9146d1b40670336c4882f485ba09">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aa80a33af9fb70731ca08f3108c76b953">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aebf860d258ea01affc18a9135e033bb9">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a3df60de2f3c465b36cb808279e92a93c">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af19f1ba633acc01ebed580ff2a3183a9">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#afd93307ac382b4fd16c08525125fc519">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a1a4e7cefe66194e315ac841f49b3b0a8">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ad05f14c48cfde3ee065121791c6ef7fe">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a872966ee80c274a929e7a9ad6d618fe8">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a93fc545c0a79ce852324e626dcf451ee">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a7fee8683bc44512ed72e7f3008cb0471">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a04a0ddc70519999d22e6dde499ae6561">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af1891b804d3438901cf50234d35ea4e0">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aaaa4f493782234c60d7bfb7e1d903d1f">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a308814ceecd96173f9a5757bff62dcd5">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a5e7a9dadadaf120652a62bc111595ea4">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a9df1a327986b9043f0299bf55c92219a">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ad1fb69a6836793d5bdda81ba24b0c2e3">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a1720d8bc6d9ab509dc81231d82ca2a4f">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ac9028e17706d0af3adfc48609e3c5618">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ad54d4140a7c1e5dc04fa1c688adaf210">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a629ecfdc16b262dad8231f9213dd4288">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a13b612ba3045d484ebc61d39b74e5f4e">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ae5057df257fdcebb94a69de28ef0c7a5">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a17031ed6b41c5f2fa38c6b4bbdb2c1a5">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab4a3c567ac1119b37d6178cdaed92066">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a7e032373fb9171e3ed215a2d9e9d8d4d">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a01a4f9f8090d39c8c4fb36a51363bf17">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a549eb3f91ca1e6f38999207e2ce1bada">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab702ecc9c4c2db70a315433c4ab1d69e">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a62d10b2b27516d098c15698b689138c4">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ae1da3caf44f444226f8c74f29c043608">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a170d11eb180d793955237f705f7aad2a">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ac70227e450a08b18c833f6e797e345c8">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a64ece5741096028b8fa658a6652cfda6">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ad69068dd3105e976282f86283f5077e0">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a4cb5de8fc523b38f1b071c8b8d5b2a95">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ac99b63b311ebfae2bb13c9e8cf5e1347">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a3560488f3d69d6cc5f308c31f1b2a2f9">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a23957452fe0685065f5e34952d918d91">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ac474c9bff883dc587876d4359bbc3a27">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a43a422a3566e4fc3a92aea2d6f5b9bea">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a11a39db3e2335cf212fe0376c3c2183f">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a488dea0e0bc62627a1bee857abf2a91f">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a7fe676d27db9f5459eeb4e2486e12f6a">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a6a5cb4c897957a8a2ce215990b2c1a20">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a49900b9c79f71180ef6552d269fef737">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aa5a07e48138a52e898b2299dd1d0d381">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a8dbef79887a4d672c902c1ff56e947c1">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a82e830875937ccac2d2a4fb083f09bfa">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5b8e5e1122247b359d2ffbc8e0f37240">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a962e3933ae8d7113a57783b4c7ebf812">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#afd9285928a051f69abac29786e228ac6">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#af383a15e1fc6e5eb3840ccd4aff314a6">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a4152ccd3e4276d85770fd3cbfe0ec21f">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aa70f2a5e9abc1ebb3c0e595582a0f1cd">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aaceaf5d3fc80969d29b8d1731a46d46c">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aaa2827b8ef206228f922f08b2c7f1c69">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a3b58e806705ed7c8ee8a0d2cd3168adc">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#acd916a6432029488075544a453897332">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a46e1af3901a9326667d9203f060f9c4a">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#afd79d70e7a8daf44edf4f4cc11c623dd">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5e2e94ba0b9b39196d07e3acf0584bf8">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab843f8de1e0674cac2ea07d1f4dacabf">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ae48f0f9809bdd185aedf8340ecfc84a2">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#adf3563823b0c29a7deec92e25c103878">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a1cefd707e29eb817bc47bc78c357afbe">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ac3117204625645c2aed82221e347649c">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aab37e1d30648733f02b4c7a0c18f8acb">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a15cb01c0c25b4d6aba6626e6bc6be9d2">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aee6284fa415488e42aee2441c425f5bd">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#adb5a32010593bc5ad92518623d1337df">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a769d8f25e3b1088c53b7d5b1287bd4de">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a8d52220427d2a2cf4ed76ab34ee526a9">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ae36329497ed97455daef8e57058d57ba">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a1bab22cdb7bd804d74f0f0eba2a3c283">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#adce76faf12c16b13048be66862d8cae8">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a462ed8009ea4be48e1800cad0b957c75">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aebc1a35c79617f4555af877045a5a48b">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a76de3981fb7676f6b6648e8f00d0593d">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5e7a9dadadaf120652a62bc111595ea4">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab1bfb19bce3e99e487b97b997880e8bd">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a88ec4931f27a8a7b2024de3d41d1d39a">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a97ef5bb6798e41040ae0b79195e39d8b">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a31f1f63e97c2cefc698443a25c75ac13">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#abe97e1026d7606e145ce6b085ad03b38">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a2388ef9083232c628ec662e23d7a23ab">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a1d17c8b07e561f30f0c97ce8e823273d">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a982167e4ae2fd10189959c70b846bbca">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a8822f6a6b169be711d976c8035d09e39">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a02344f01abe4d517addc35f363e8fa62">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#acd752ed295d367cb1a1bcd8ac65d2eac">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a57b9504b8dd52a2837038de860f23f68">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a336ed7b435d94e1cd3d71f21cdcb4908">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a9b0f988d47ece8c5c841975face9a799">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#afed38e4644dbb8898587b7f5c9b10747">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab9267cd0c3211016b3fb5cf9f670fe54">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a23f15330bd29ea54a16019cc0d688f61">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ae19b8bbe1af5b70db9a5702f7920e4fa">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5fc34f9b6654199fe1d70947004ec20b">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a63e8dbd2a27d8c56d966641727f45f15">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a62bfcf3b03799ccd353e0f518f052236">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a49a8dcc10aadfa21288d704e9c0fd9ce">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a8e3d9e92935fa98af32062af4e36a1ec">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a1132c1b7ea455e4fbc686fcc4c7d9695">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5b07098d7082b4b2967fd3621d1d357b">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a1bdc24136076f103cd33120e1465a582">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a13d4184e7bc4762d2f4864c6f692ea84">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ad06ac4010a41bf60c0ff687cb966d5e7">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#acd7bd4bb1b87ca52be20307166b8321d">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ade0be481b6bd3a62c77f6f636a51cf68">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a62b0f03d7c1348b3cab98743287aca8f">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a21cf6b0c9aeb534160532d9368883046">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a41e28efd55838072d85b2657c1ab785a">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a00e3260cf20014d0727965e8c1ac9955">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a4563a4cf3166bb08623dc2c6125031b2">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a2d3f0f8acf56b7e62f7d57d010123c4b">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ad50d1f1d4c1686af273f3fe0b0a926c0">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a81141833de96b30ca211d0a97d2f7078">NeonLayerTests.cpp</a>
</li>
<li>ARMNN_BYTES_LEAKED_IN_SCOPE
: <a class="el" href="_leak_checking_8hpp.xhtml#a469b092b942872fb939dbf2684d7e8e5">LeakChecking.hpp</a>
</li>
<li>ARMNN_COMPARE_REF_AUTO_TEST_CASE
: <a class="el" href="_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">UnitTests.hpp</a>
</li>
<li>ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF
: <a class="el" href="_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">UnitTests.hpp</a>
</li>
<li>ARMNN_COMPARE_REF_FIXTURE_TEST_CASE
: <a class="el" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">UnitTests.hpp</a>
</li>
<li>ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF
: <a class="el" href="_unit_tests_8hpp.xhtml#a27949c8e47f407cf0d135c96ed969cf9">UnitTests.hpp</a>
</li>
<li>ARMNN_DEPRECATED
: <a class="el" href="_deprecated_8hpp.xhtml#a8c75b095bdac041c0049d4a3089446fa">Deprecated.hpp</a>
</li>
<li>ARMNN_DEPRECATED_ENUM
: <a class="el" href="_deprecated_8hpp.xhtml#afa734d5599f0494b4590bfa9b35b2d95">Deprecated.hpp</a>
</li>
<li>ARMNN_DEPRECATED_ENUM_MSG
: <a class="el" href="_deprecated_8hpp.xhtml#a086b9723704bff3477c44f0141652c9c">Deprecated.hpp</a>
</li>
<li>ARMNN_DEPRECATED_MSG
: <a class="el" href="_deprecated_8hpp.xhtml#a76fb13a018f8e01087a7ae0eb23509e1">Deprecated.hpp</a>
</li>
<li>ARMNN_DISABLE_LEAK_CHECKING_IN_SCOPE
: <a class="el" href="_leak_checking_8hpp.xhtml#a9aaa2dcae10ed75233b511c29bccc086">LeakChecking.hpp</a>
</li>
<li>ARMNN_DLLEXPORT
: <a class="el" href="_dll_export_8hpp.xhtml#a935d9ad2f22d42a703b8b31465796137">DllExport.hpp</a>
</li>
<li>ARMNN_FALLTHROUGH
: <a class="el" href="_utils_8hpp.xhtml#abbf421eb1186af0d505648ed2ea54a00">Utils.hpp</a>
</li>
<li>ARMNN_LEAK_CHECKER_IS_ACTIVE
: <a class="el" href="_leak_checking_8hpp.xhtml#a5a5dabd7febb3bf4702e197cd460db31">LeakChecking.hpp</a>
</li>
<li>ARMNN_LOCAL_LEAK_CHECKING_ONLY
: <a class="el" href="_leak_checking_8hpp.xhtml#af8ba618202cf984cf165cbf2a36f3423">LeakChecking.hpp</a>
</li>
<li>ARMNN_LOG
: <a class="el" href="_logging_8hpp.xhtml#a7b6ad073975f437ec38ca7d20154727f">Logging.hpp</a>
</li>
<li>ARMNN_MAJOR_VERSION
: <a class="el" href="include_2armnn_2_version_8hpp.xhtml#a16c0008e2647e2f123165ce5cf18a6fa">Version.hpp</a>
</li>
<li>ARMNN_MINOR_VERSION
: <a class="el" href="include_2armnn_2_version_8hpp.xhtml#ad26f5c26e73f264b0e343babd0bb5d37">Version.hpp</a>
</li>
<li>ARMNN_NO_CONVERSION_WARN_BEGIN
: <a class="el" href="_conversion_8hpp.xhtml#aeaf555aa7f39f7ba192a3812cb1b7d07">Conversion.hpp</a>
</li>
<li>ARMNN_NO_CONVERSION_WARN_END
: <a class="el" href="_conversion_8hpp.xhtml#a71cf574f1296e09d0ce16157bdeb6619">Conversion.hpp</a>
</li>
<li>ARMNN_NO_DEPRECATE_WARN_BEGIN
: <a class="el" href="_deprecated_8hpp.xhtml#ab66a241a0ed3ee89c866e777b035d0ed">Deprecated.hpp</a>
</li>
<li>ARMNN_NO_DEPRECATE_WARN_END
: <a class="el" href="_deprecated_8hpp.xhtml#ad762b11b48e5c1d1c1743f529485728a">Deprecated.hpp</a>
</li>
<li>ARMNN_NO_LEAKS_IN_SCOPE
: <a class="el" href="_leak_checking_8hpp.xhtml#adaae3648a8a125ec0ffe5e9aefd2a17e">LeakChecking.hpp</a>
</li>
<li>ARMNN_NUMERIC_CAST_CHECK
: <a class="el" href="_numeric_cast_8hpp.xhtml#a242e8e7e20f157c7301f4babcc120750">NumericCast.hpp</a>
</li>
<li>ARMNN_NUMERIC_CAST_TESTABLE
: <a class="el" href="_utility_tests_8cpp.xhtml#a399b20063c50329f7f7078d26e9cac4e">UtilityTests.cpp</a>
</li>
<li>ARMNN_OBJECTS_LEAKED_IN_SCOPE
: <a class="el" href="_leak_checking_8hpp.xhtml#ad47a18b9752f3dad8d4b15351913211c">LeakChecking.hpp</a>
</li>
<li>ARMNN_PATCH_VERSION
: <a class="el" href="include_2armnn_2_version_8hpp.xhtml#a5412c36de79475c72f82d58e9cdcc816">Version.hpp</a>
</li>
<li>ARMNN_POLYMORPHIC_CAST_CHECK
: <a class="el" href="_polymorphic_downcast_8hpp.xhtml#a816fdb1ce84860c918a1915b3ea23459">PolymorphicDowncast.hpp</a>
</li>
<li>ARMNN_POLYMORPHIC_CAST_CHECK_METHOD
: <a class="el" href="_polymorphic_downcast_8hpp.xhtml#a0849536b79d8d3f3d62b21e04f820bce">PolymorphicDowncast.hpp</a>
</li>
<li>ARMNN_POLYMORPHIC_CAST_TESTABLE
: <a class="el" href="_utility_tests_8cpp.xhtml#a9c8843f2e977396dc97773ea9e7f0591">UtilityTests.cpp</a>
</li>
<li>ARMNN_SCOPED_HEAP_PROFILING
: <a class="el" href="_heap_profiling_8hpp.xhtml#aeeb927880fc4ffc2eea754a67d884a53">HeapProfiling.hpp</a>
</li>
<li>ARMNN_SCOPED_LEAK_CHECKER
: <a class="el" href="_leak_checking_8hpp.xhtml#a36be82c2b683b814469300800e05a20c">LeakChecking.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT
: <a class="el" href="_profiling_8hpp.xhtml#a5ccc65e2c464ac05ce311fdae7ede03a">Profiling.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_CL
: <a class="el" href="_cl_workload_utils_8hpp.xhtml#a9166fc90a3ea47a2c9499a810b204daf">ClWorkloadUtils.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_NEON
: <a class="el" href="_neon_workload_utils_8hpp.xhtml#a8bf91fd5e5875631bcf6abbcd97fe2f4">NeonWorkloadUtils.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS
: <a class="el" href="_profiling_8hpp.xhtml#a1a638e817a4bf185cd95dc61f8cca62c">Profiling.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS_UNIQUE_LOC
: <a class="el" href="_profiling_8hpp.xhtml#aafe12e2ab6c42b62466a8e4d6f9dc5bc">Profiling.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS_UNIQUE_LOC_INNER
: <a class="el" href="_profiling_8hpp.xhtml#abf950f66309182de79de30d6c8b02e9b">Profiling.hpp</a>
</li>
<li>ARMNN_SIMPLE_TEST_CASE
: <a class="el" href="_unit_tests_8hpp.xhtml#a44ea827d997f1aa0e39d9a6d6675465c">UnitTests.hpp</a>
, <a class="el" href="_dynamic_backend_tests_8cpp.xhtml#ae52d6c594e37e47bd039cf1a709f3956">DynamicBackendTests.cpp</a>
</li>
<li>ARMNN_SUPRESS_CONVERSION_WARNING
: <a class="el" href="_conversion_8hpp.xhtml#a85b7e884f79874d95d68c4a6a42ee313">Conversion.hpp</a>
</li>
<li>ARMNN_SUPRESS_DEPRECATE_WARNING
: <a class="el" href="_deprecated_8hpp.xhtml#a447b0a83c8ed48a1b173609f044c2180">Deprecated.hpp</a>
</li>
<li>ARMNN_THROW_PARSE_EXCEPTION
: <a class="el" href="_tf_lite_parser_8cpp.xhtml#a5fc762bb40634f39ff6ff4e23005a3a9">TfLiteParser.cpp</a>
</li>
<li>ARMNN_VERSION
: <a class="el" href="include_2armnn_2_version_8hpp.xhtml#a50bf0553d5c4b76d18a3d37e155b4d11">Version.hpp</a>
</li>
<li>AssignScopedCpuTensorHandle()
: <a class="el" href="_lstm_utils_8cpp.xhtml#a1aef5d233d1f569f34d6c36bdf5ae9e5">LstmUtils.cpp</a>
, <a class="el" href="_lstm_utils_8hpp.xhtml#a1aef5d233d1f569f34d6c36bdf5ae9e5">LstmUtils.hpp</a>
</li>
<li>AsymmetricNonSquarePooling2dInt16Test()
: <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a4c4f3be262de9165bd65893e2c8b4046">Pooling2dTestImpl.cpp</a>
, <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a4c4f3be262de9165bd65893e2c8b4046">Pooling2dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquarePooling2dTest()
: <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a5f7af512644b76af39b8ca0601c1e4f6">Pooling2dTestImpl.cpp</a>
, <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a5f7af512644b76af39b8ca0601c1e4f6">Pooling2dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquarePooling2dUint8Test()
: <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a7db36aeba6b21f71a358e7045c8170f6">Pooling2dTestImpl.hpp</a>
, <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a7db36aeba6b21f71a358e7045c8170f6">Pooling2dTestImpl.cpp</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Thu Feb 25 2021 17:28:04 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>