aboutsummaryrefslogtreecommitdiff
path: root/22.08/globals.xhtml
blob: ef77c823d68b40bb652c5cdf1e36a77237540f68 (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
<!-- 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">22.08</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>AcrossChannelNormalizationTest()
: <a class="el" href="_normalization_test_impl_8cpp.xhtml#a0d83b2b692f561f895044cb64c857489">NormalizationTestImpl.cpp</a>
, <a class="el" href="_normalization_test_impl_8hpp.xhtml#a663bc5013dd54bfc82a35743adaac73f">NormalizationTestImpl.hpp</a>
</li>
<li>Addition5dTest()
: <a class="el" href="_addition_test_impl_8hpp.xhtml#a7cc38e93be531f230a994a5f1c5d1a55">AdditionTestImpl.hpp</a>
, <a class="el" href="_addition_test_impl_8cpp.xhtml#a7cc38e93be531f230a994a5f1c5d1a55">AdditionTestImpl.cpp</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="include_2armnn_test_utils_2_tensor_copy_utils_8hpp.xhtml#afaaca8c3f3a467d124bba44067d2afa8">TensorCopyUtils.hpp</a>
, <a class="el" href="_tensor_copy_utils_8cpp.xhtml#afaaca8c3f3a467d124bba44067d2afa8">TensorCopyUtils.cpp</a>
</li>
<li>ApplyBias()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#aa1f4ce02e0904dc8cf1b7f42bc34d346">Conv2dTestImpl.cpp</a>
</li>
<li>ApplyBiasToData()
: <a class="el" href="_conv3d_test_impl_8cpp.xhtml#a41dde9c18d90c8dea2980e477d22a7fe">Conv3dTestImpl.cpp</a>
</li>
<li>AreEqual()
: <a class="el" href="armnn_test_utils_2_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="est_utils_2_unit_tests_8hpp.xhtml#ae6ce9102495fab6e3957f61281238e3d">UnitTests.hpp</a>
</li>
<li>ARMNN_AUTO_TEST_CASE_WITH_THF
: <a class="el" href="est_utils_2_unit_tests_8hpp.xhtml#a0ab6cdd4f66de9300527359858cbe5af">UnitTests.hpp</a>
</li>
<li>ARMNN_AUTO_TEST_FIXTURE
: <a class="el" href="est_utils_2_unit_tests_8hpp.xhtml#a4628f323c7af33f559cb2642d94f0194">UnitTests.hpp</a>
</li>
<li>ARMNN_AUTO_TEST_FIXTURE_WITH_THF
: <a class="el" href="est_utils_2_unit_tests_8hpp.xhtml#aceaf1e66bde6deb47e5243c3d03b8fd4">UnitTests.hpp</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="est_utils_2_unit_tests_8hpp.xhtml#a07e04849fc0700facf91fecce71ff733">UnitTests.hpp</a>
</li>
<li>ARMNN_COMPARE_REF_AUTO_TEST_CASE_WITH_THF
: <a class="el" href="est_utils_2_unit_tests_8hpp.xhtml#a2d0f84912baa7b88f72c8df1b904aa20">UnitTests.hpp</a>
</li>
<li>ARMNN_COMPARE_REF_FIXTURE_TEST_CASE
: <a class="el" href="est_utils_2_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">UnitTests.hpp</a>
</li>
<li>ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF
: <a class="el" href="est_utils_2_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_DEPRECATED_MSG_CHANGE_DATE
: <a class="el" href="_deprecated_8hpp.xhtml#a9d4e820f84d78cb85b1194164c8f8d8d">Deprecated.hpp</a>
</li>
<li>ARMNN_DEPRECATED_MSG_REMOVAL_DATE
: <a class="el" href="_deprecated_8hpp.xhtml#af16119336bd0dfbfbc83fc283151067e">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_REPORT_PROFILING_WORKLOAD_DESC
: <a class="el" href="_profiling_8hpp.xhtml#a786492a3881a4c760ab1eec2149f4aba">Profiling.hpp</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_CL_GUID
: <a class="el" href="_cl_workload_utils_8hpp.xhtml#ae96fe8349d05e83e891129d63d8e2263">ClWorkloadUtils.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_ETHOSN
: <a class="el" href="_ethosn_ref_workload_utils_8hpp.xhtml#ab441fa3a91efb880b7c1a5949682707b">EthosnRefWorkloadUtils.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_GUID
: <a class="el" href="_profiling_8hpp.xhtml#a20704df665aaf54d02d1aa477f5fc956">Profiling.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_NEON_GUID
: <a class="el" href="_neon_workload_utils_8hpp.xhtml#a9165e41bcaf1b90f9ff91ef681e88c4f">NeonWorkloadUtils.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS
: <a class="el" href="_profiling_8hpp.xhtml#a1d6c14f3b73fa7a440ebaf53afa53266">Profiling.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS_UNIQUE_LOC
: <a class="el" href="_profiling_8hpp.xhtml#a42a0735f9160bf902380fa61de31c36e">Profiling.hpp</a>
</li>
<li>ARMNN_SCOPED_PROFILING_EVENT_WITH_INSTRUMENTS_UNIQUE_LOC_INNER
: <a class="el" href="_profiling_8hpp.xhtml#a4cdafc65083cb710486a87b7eb07ad49">Profiling.hpp</a>
</li>
<li>ARMNN_SIMPLE_TEST_CASE
: <a class="el" href="est_utils_2_unit_tests_8hpp.xhtml#a44ea827d997f1aa0e39d9a6d6675465c">UnitTests.hpp</a>
</li>
<li>ARMNN_SUPPRESS_DEPRECATE_WARNING
: <a class="el" href="_deprecated_8hpp.xhtml#a90359488b89729403b0245dcee714cf0">Deprecated.hpp</a>
</li>
<li>ARMNN_SUPRESS_CONVERSION_WARNING
: <a class="el" href="_conversion_8hpp.xhtml#a85b7e884f79874d95d68c4a6a42ee313">Conversion.hpp</a>
</li>
<li>ARMNN_TEST_UTILS_MAJOR_VERSION
: <a class="el" href="include_2armnn_test_utils_2_version_8hpp.xhtml#a7759e5d9f514fe8124b66ce232ed3980">Version.hpp</a>
</li>
<li>ARMNN_TEST_UTILS_MINOR_VERSION
: <a class="el" href="include_2armnn_test_utils_2_version_8hpp.xhtml#ad449673d68e2ac89f9f6a279c6b3edbf">Version.hpp</a>
</li>
<li>ARMNN_TEST_UTILS_PATCH_VERSION
: <a class="el" href="include_2armnn_test_utils_2_version_8hpp.xhtml#aef604b4a65e070ce1d70150492569c16">Version.hpp</a>
</li>
<li>ARMNN_TEST_UTILS_VERSION
: <a class="el" href="include_2armnn_test_utils_2_version_8hpp.xhtml#aff313e515bec9a22e749d407c29615b6">Version.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>AssignScopedTensorHandle()
: <a class="el" href="_lstm_utils_8cpp.xhtml#a8618ae0c77638e01069fdb0063cabb3f">LstmUtils.cpp</a>
, <a class="el" href="_lstm_utils_8hpp.xhtml#a8618ae0c77638e01069fdb0063cabb3f">LstmUtils.hpp</a>
</li>
<li>AsymmetricNonSquareAveragePooling3dInt16Test()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a57cfba0b9b80f67475c4f6b0b96d8423">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a57cfba0b9b80f67475c4f6b0b96d8423">Pooling3dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquareAveragePooling3dTest()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a5f24275f64705dddafba8d3e40897df5">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a5f24275f64705dddafba8d3e40897df5">Pooling3dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquareAveragePooling3dUint8Test()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a077ef1d9855f1f01e39e1038592279f1">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a077ef1d9855f1f01e39e1038592279f1">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareAveragePooling3dWithPaddingOnlyPoolInt16Test()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#aa1ad7980ff33d273d4fe120ddf9a62a2">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#aa1ad7980ff33d273d4fe120ddf9a62a2">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareAveragePooling3dWithPaddingOnlyPoolTest()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a5f85dd7625c723d4f03e3748ee8b9eee">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a5f85dd7625c723d4f03e3748ee8b9eee">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareAveragePooling3dWithPaddingOnlyPoolUint8Test()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#ad36f6c8d77f6b9421ca1fe690e7642d1">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#ad36f6c8d77f6b9421ca1fe690e7642d1">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareL2Pooling3dInt16Test()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#ac1e853982455f420c41264b9876aea49">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#ac1e853982455f420c41264b9876aea49">Pooling3dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquareL2Pooling3dTest()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a4cdd0f9e63f7c6f8fe2f6b4305bec810">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a4cdd0f9e63f7c6f8fe2f6b4305bec810">Pooling3dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquareL2Pooling3dUint8Test()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#aa50a277f8205311e49aa4e058cfbe12f">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#aa50a277f8205311e49aa4e058cfbe12f">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareL2Pooling3dWithPaddingOnlyPoolInt16Test()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#ab25e3d38d7f7571a752e2e5316bd3552">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#ab25e3d38d7f7571a752e2e5316bd3552">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareL2Pooling3dWithPaddingOnlyPoolTest()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a127e1fbfe9d65ed27fac3bb23dc0f9eb">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a127e1fbfe9d65ed27fac3bb23dc0f9eb">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareL2Pooling3dWithPaddingOnlyPoolUint8Test()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a7f4821b789598767f339cb171cfa2c03">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a7f4821b789598767f339cb171cfa2c03">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareMaxPooling3dInt16Test()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#af84080f2b921b0ef3f963a78f14789ca">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#af84080f2b921b0ef3f963a78f14789ca">Pooling3dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquareMaxPooling3dTest()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a642d9c0e572496c14e902a2adacf1a9a">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a642d9c0e572496c14e902a2adacf1a9a">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareMaxPooling3dUint8Test()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a2f4302cc72b9f06cc88633d908490c88">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a26cc18a22b38e552e248464d8acdfee7">Pooling3dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquareMaxPooling3dWithPaddingOnlyPoolInt16Test()
: <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#ad9d55bde5c97cfe79b9ce163139a6697">Pooling3dTestImpl.hpp</a>
, <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#ad9d55bde5c97cfe79b9ce163139a6697">Pooling3dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquareMaxPooling3dWithPaddingOnlyPoolTest()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#a2ab63f0c2a397e656e1f28a92e200246">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#a2ab63f0c2a397e656e1f28a92e200246">Pooling3dTestImpl.hpp</a>
</li>
<li>AsymmetricNonSquareMaxPooling3dWithPaddingOnlyPoolUint8Test()
: <a class="el" href="_pooling3d_test_impl_8cpp.xhtml#ac3aa149de32f66ef5c5f07f58c0e26d3">Pooling3dTestImpl.cpp</a>
, <a class="el" href="_pooling3d_test_impl_8hpp.xhtml#adffb721fa8d3e3f68c8a672a15db3e15">Pooling3dTestImpl.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_8hpp.xhtml#a5f7af512644b76af39b8ca0601c1e4f6">Pooling2dTestImpl.hpp</a>
, <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a5f7af512644b76af39b8ca0601c1e4f6">Pooling2dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquarePooling2dUint8Test()
: <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a7db36aeba6b21f71a358e7045c8170f6">Pooling2dTestImpl.cpp</a>
, <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a7db36aeba6b21f71a358e7045c8170f6">Pooling2dTestImpl.hpp</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 Fri Aug 19 2022 14:38:43 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>