aboutsummaryrefslogtreecommitdiff
path: root/20.08/globals.xhtml
blob: 86a182802eea1c01bf7c998fedcfd34fd0409b41 (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
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
<!-- 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">20.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#a9d1980473dc382b0a840e54c63524cc3">AbsTestImpl.cpp</a>
, <a class="el" href="_abs_test_impl_8hpp.xhtml#a9d1980473dc382b0a840e54c63524cc3">AbsTestImpl.hpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#acd29d32f042478ea9b02653f19d4025d">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#ac6228495ce083985f40b847cfbabd1e3">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a4422e80b5e5e1ef7b178b2e302692b00">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a868250ee91c040701d64013a3d50c139">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#abcff4bd61bbed066e1d7361b870abb7c">AbsTestImpl.cpp</a>
</li>
<li>Abs2dTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a31ec64863a26094b5ab113c8e16bed90">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a2fc5839a20265070a0e5c9c3d4527218">AbsTestImpl.cpp</a>
, <a class="el" href="_abs_test_impl_8hpp.xhtml#a2fc5839a20265070a0e5c9c3d4527218">AbsTestImpl.hpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a5ad3959a2f3743c88ba436a0c3b8da0f">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a0db935da1bcda876948088ab2e075c9d">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a1ca6f7ecb40a40f6400c1c20c83d5915">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#ac7a7123f3a5fc3a138a8e133ffd8ffef">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#ab3e1a22c27c1d456adcd532184c78ba0">AbsTestImpl.cpp</a>
</li>
<li>Abs3dTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a817e023b948305eb9fa6a859a110ab2c">AbsTestImpl.cpp</a>
</li>
<li>AbsInt16Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a8dd4b2ac72e85dcfeb8540b7d5649b47">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a8dd4b2ac72e85dcfeb8540b7d5649b47">ActivationTestImpl.hpp</a>
</li>
<li>AbsTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a31872d5729b4d7734c1eb0d189a0eece">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a31872d5729b4d7734c1eb0d189a0eece">ActivationTestImpl.hpp</a>
</li>
<li>AbsTestCommon()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#aa8c2d170a4b51447f575183cee9579ab">ActivationTestImpl.cpp</a>
</li>
<li>AbsUint8Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a11baf4886951944fcf149e2a92197e58">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a11baf4886951944fcf149e2a92197e58">ActivationTestImpl.hpp</a>
</li>
<li>AbsZeroTest()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a42d603bfb2ab47753dc345621a0ef86e">AbsTestImpl.cpp</a>
, <a class="el" href="_abs_test_impl_8hpp.xhtml#a42d603bfb2ab47753dc345621a0ef86e">AbsTestImpl.hpp</a>
</li>
<li>AbsZeroTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a4f2d8436e97dbc2c7df87f7513f72bf2">AbsTestImpl.cpp</a>
</li>
<li>AbsZeroTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a5c8fa3058b1850148a9b5dd842f9c821">AbsTestImpl.cpp</a>
</li>
<li>AbsZeroTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_abs_test_impl_8cpp.xhtml#a4b54bd97e3971b22c27a1132427212dc">AbsTestImpl.cpp</a>
</li>
<li>Addition5dTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#ab102e5bc3a3b04360a0f42e25ab3c898">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#ab102e5bc3a3b04360a0f42e25ab3c898">AdditionTestImpl.hpp</a>
</li>
<li>AdditionAfterMaxPoolTest()
: <a class="el" href="_addition_test_impl_8hpp.xhtml#aa11fe3b8a07854e2bb9dd3ccecaa96e4">AdditionTestImpl.hpp</a>
, <a class="el" href="_addition_test_impl_8cpp.xhtml#aa11fe3b8a07854e2bb9dd3ccecaa96e4">AdditionTestImpl.cpp</a>
</li>
<li>AdditionBroadcast1ElementInt16Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a97579bb78890452730fff4d1e3e6fb4a">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a97579bb78890452730fff4d1e3e6fb4a">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcast1ElementInt32Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a642ae54e1693f26f65a18c87ca0fdec9">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a642ae54e1693f26f65a18c87ca0fdec9">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcast1ElementTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a4bff97bff3f9fb4cf473812dee810de0">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a4bff97bff3f9fb4cf473812dee810de0">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcast1ElementTestImpl()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#ad6a320dc43ad2384cf2d7288cf9c0823">AdditionTestImpl.cpp</a>
</li>
<li>AdditionBroadcast1ElementUint8Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#ad71ffd0e8547900b92a5d471f01cd69b">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#ad71ffd0e8547900b92a5d471f01cd69b">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastInt16Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a470ed90260ed36c02adc91df184fcc82">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a470ed90260ed36c02adc91df184fcc82">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastInt32Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a7ea42d7fde58f0aace730d757c90e0d4">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a7ea42d7fde58f0aace730d757c90e0d4">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a9591268a5a6c7d0a0b91098deab4fe34">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a9591268a5a6c7d0a0b91098deab4fe34">AdditionTestImpl.hpp</a>
</li>
<li>AdditionBroadcastTestImpl()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#add789f43d728a34fccf9aea235179342">AdditionTestImpl.cpp</a>
</li>
<li>AdditionBroadcastUint8Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a0946a9b1b8cf99591b03ea7f5f7e725f">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a0946a9b1b8cf99591b03ea7f5f7e725f">AdditionTestImpl.hpp</a>
</li>
<li>AdditionInt16Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#ae087613cdb8319fbab07d44e6eaf217d">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#ae087613cdb8319fbab07d44e6eaf217d">AdditionTestImpl.hpp</a>
</li>
<li>AdditionInt32Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#aebc3be70ed70b822de9dfe9788e0d8ce">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#aebc3be70ed70b822de9dfe9788e0d8ce">AdditionTestImpl.hpp</a>
</li>
<li>AdditionTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a108165b4957f3790332ae0afedf37ccd">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a7d30cae55fa22b1076269a211117fb43">AdditionTestImpl.hpp</a>
</li>
<li>AdditionUint8Test()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a4b5e20456506426ba2e4ea9616df978f">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a4b5e20456506426ba2e4ea9616df978f">AdditionTestImpl.hpp</a>
</li>
<li>AlignCornersResizeBilinearTest()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a0b6e32d31c42c2cee2625200278c6b6d">ResizeTestImpl.cpp</a>
, <a class="el" href="_resize_test_impl_8hpp.xhtml#a0b6e32d31c42c2cee2625200278c6b6d">ResizeTestImpl.hpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#ab074958be8f398e5db85d052a9344c22">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#abb2ba967c1b2d0cf0dc65183b398076b">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#aaebfbc36d734623ce9172bdd7abaa53d">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#ab878592f5a8807a299a0cc34cf0cc31e">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeBilinearTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a839964dc1d16765000d8dbd53605040d">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a9e598018f7e09ef35df1d3bc1ee8845b">ResizeTestImpl.cpp</a>
, <a class="el" href="_resize_test_impl_8hpp.xhtml#a9e598018f7e09ef35df1d3bc1ee8845b">ResizeTestImpl.hpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a225a56c11a4a08aeb647c2bf8c676eb6">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#afac66544be47b97a651feb1a88e7c418">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a9f319e8c8499114f7b005843bb6cc9dc">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#afb1d0e925baf30382e489aace455539b">ResizeTestImpl.cpp</a>
</li>
<li>AlignCornersResizeNearestNeighbourTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_resize_test_impl_8cpp.xhtml#a7720d627a3d4350be9d19a18900aba73">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#abecc0d9c322f12e6318c71e1b2743c4d">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#abecc0d9c322f12e6318c71e1b2743c4d">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a7743ba40ff81faab1efca4b2ffe96e9e">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a3e782beb92004f2d5398618466dddf3b">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a5da9dcf80e39990e3a176294b18bce9a">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a08459b40725df47a4bfd5ed2d54c6b60">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a782c14444bb09b4f0f5942d139af0c65">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxChannelTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a176f1c25f6047ba4e0f0039ae992ccf9">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a90b0a2e001da0237a81ea1ae918d767e">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a90b0a2e001da0237a81ea1ae918d767e">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ae56e855eb1c06982f64638aac3f7f1e3">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#aaad6caa7d1f183e5e2e80205009dfc49">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a3e5342fccbcb1a0a898798d728866377">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ad145eded1be1779e1550f548338c5e25">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxHeightTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#afb242e9cc5dad08666c9799bf478bd16">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a6e5d88259b3850369b5a20071011df8d">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a6e5d88259b3850369b5a20071011df8d">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a760e2db99bd5a22e303b3f8a94e78ca8">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a83f739c8682a590d267f325fcb2a7bcc">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ac9313412ae109366c39e5a26b85eccbd">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#aa76fff06236f608b605fa832a9680f1a">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a94c08b1fa1ce8107ee91f69c2eb4b81c">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMaxSimpleTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a5d675f1ae3c906798244caa7b76723d5">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ad1a3228fc6f2d00c816a6f11ff1092ec">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#ad1a3228fc6f2d00c816a6f11ff1092ec">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a4a959950ad3ee068f6c499086feca497">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a11b7184416fd10bd21c4d81794dd9293">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a864800688f743cd5a3827742ca4ab8b4">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a70412d6c6f4ca34a79cf81f5dd6704f8">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a2dc1773ab8d1813b0cb7194fc8819c8d">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinChannelTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a39db5fc895d7ffb3ba91a4686c57e84b">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#a1fc3e309bafd760c40cec0e98d995529">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#a1fc3e309bafd760c40cec0e98d995529">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a28096f5c87d3c27768a7549e2566d643">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a86cbf8661643946f470c883aa3dc7fb9">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a86e6282647dc43020873010d8e529ea0">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#aad96dafae4a2104c1d6a92368d95f2eb">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a3f8e621b33a0dc51362bfef698baea05">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinSimpleTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ae53a2ff5016d1bfa956d2555bf8df97f">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#aba0c3336ffd8a44dc4ab7d61a32fd5c2">ArgMinMaxTestImpl.cpp</a>
, <a class="el" href="_arg_min_max_test_impl_8hpp.xhtml#aba0c3336ffd8a44dc4ab7d61a32fd5c2">ArgMinMaxTestImpl.hpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a8bb405b031ff08180f0b99c91fbfcd87">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ad7e8404fb09c1efd0fe512a8f9dd317f">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a2e7f0ecad9de2436c877ddc645594c58">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#ad5ddd14d7760c2476a8c83ee8687f0e9">ArgMinMaxTestImpl.cpp</a>
</li>
<li>ArgMinWidthTest&lt; armnn::DataType::Signed32 &gt;()
: <a class="el" href="_arg_min_max_test_impl_8cpp.xhtml#a825722225a2a96fc5a07e8943cf87fdf">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#a25f16ab62a126e3cdaad02ac2c116736">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#acdb0827440010694a86a921e961e0f71">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a6f60184fa11214f03a8848483bcb9db1">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a8952660c88b547c76adaf87d0ddc9164">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a777821acd8376ee4aebaacb7c3b8a4fe">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ad945aa2711fff063001a54d16043c4a8">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a7a67fe79a2a37f8b4c53499b00d4d11e">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a2e37e6c465276b0a4a567fb98acc234c">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#afdf2555c73611a7c585f7e1a49fe3194">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a1a868e2b38a5e56537794ea46ac155ec">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#abde34fbedce6bfce91436bdf0baf7b58">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ad7c3f7efcf3961c0060835e0e4022cc2">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ac9e17c8f24744ac792a5f97bab940223">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aeb7fc88ace8247efd9eb34e9a74e18f0">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a19774294b1af8e22a22e3c7a147451fc">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a86bb76e49aff76701ece29fa4f545245">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a89af9c04004f60a3169e2a6ba35f67f4">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a4689737f9bfcd36de576e6dfc1a20743">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ae402799d75747f5cf6c93c42797d0ff2">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa31d4b89ee8623d89dc6ba2211b92cd4">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aaf14fe14057876a2a08911ca5d88a058">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a2d5070ebbf788456c9ebf055e61f2d8a">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a28a14b87c439fde38b250692f5ccd663">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aae1dd55c8d066b433045e2837e671f99">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a062edcb33aa7cd875698da5c7169c2e4">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ac69922c28de874a096d9a40aec970401">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab43579c977ad606c694d390cb079a241">NeonLayerTests.cpp</a>
, <a class="el" href="_unit_tests_8hpp.xhtml#ae6ce9102495fab6e3957f61281238e3d">UnitTests.hpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a8b4ec41122352af596062d22bb530715">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab698c4da5a55e9c7e4b359c5823d2eba">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a7cdb37f4430201ce37c310c212d39fe1">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a6c0b2725a4c2f6dbeeb6bd6a397e8257">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa26e360bba2746d3115c5fdd360c0588">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a53e7feb3d85cdd83e81a43a4e8a6f8f0">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a24807992eedc70e4517589a88bf244fd">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a6f7efaa0f737eb9aaa4227f2c2fca2d5">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a569d95e4f55f580e443bfd33d9de9476">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a81ddafe27845b2da0dd92878291c0a67">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aaf14fe14057876a2a08911ca5d88a058">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ace876bc1d727bed7ec9e7613dd01200c">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a5f1ca5c7c5937110f60127f4c3628719">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a9716aacf0ddd9b2458c083ac3b97a6aa">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a7eea6f4fc583a460bd2eb30c2d520bd7">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a759e0c92c2c2f2db7e8c95e10e41cdc3">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a27648e912070a003db19604b8407f428">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aa985b976d100bd78d60feaa204fdd01d">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#acc8ec0a6e38f85b6ef0733c2c493a831">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a81ddafe27845b2da0dd92878291c0a67">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#af55e57850201fd9f69bc805ec2904549">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aa716eb588633d0bdb91fac612b7e528c">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a4e18dff13e7e7e9e0efaadd810cac060">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab30128d089d5ed238cf0a2d97d0210b2">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ad53699d5ce38d349470964f491db11a4">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ae3b68a2127d0b9896328faa72c06a9a9">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5487db26ed235c04af5ee04f4027283c">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a863b086c88439e334c2a9544af726833">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a39b48fd7c61510e221e0e9a4738dd5ff">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a5f6b1ff04f64d14b85a0ca062456950a">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a81140e1a9eac08f4a7d021a0617a2151">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a6d042af2839c8194f9ddb471a5bd37ae">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aac5da386b3e61b2dc35bb363516fc653">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a9accf0643571a1311130e39c285b4908">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a4bf802a23d8e329126f053ea0410d2cb">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#abe2df3edbe5c488ed7c4c2b00e3a01e2">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a81ddafe27845b2da0dd92878291c0a67">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#abde34fbedce6bfce91436bdf0baf7b58">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a01828878660c157609dc2298c1e78268">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aa424ccba97642d54abe41e6b6acd9370">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa3165da267bff11398cc4c697992a175">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a084f29926517dae120814e0ee43c06d3">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a7d0c154f0824f357188ae6177a462583">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a24df46a42ca48bc88ded956d52b2d3ca">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a1ee9f32a37187865f7f9330f35d9dfa3">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ae4e67a91d3cbd8474c27438cc6b0292c">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a9397e3fce14e3d25a626471e92164741">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a19774294b1af8e22a22e3c7a147451fc">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a384582fc194beec7eb5e73d488070177">RefLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a8dbe29de3d8ca5a30b9867fb1bad2fcb">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a7e58c9f32d0ed1e08c8ec0db528962ee">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aff648caa56cb924d30ad6ce8516b4748">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a6084fdd458b84d2141f1a695ddead7d8">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a1eb0392c1e3dd4dda90d946b5e6a6a5b">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a455cf1219839ce69c907a584529f6dc4">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab8bf7a82bdd3574ddcf0fe5828008f2a">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a49ec3f6d1929e1757580217a91785e0d">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a0b2a78e98e451799c2066761156bf2d8">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aeb2f310b7fd4912fbfb1c7b5fc2dc766">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a2f0d69c81ed3d3fac5be27167b81053b">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a66701ae91ef946bdbd1744deda8883cd">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a8f1031c2a749436a3f4c0ed0101b8fe0">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aff7aa093ffa0c5f3865135485637ca62">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ad28220dbfeda70f38ea78e866abf1207">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a2697b5f895bd761d474b1a95becaddad">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a8aa74e5cd8001fc226220bcd001acc96">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a2dd61f31b8891ba4d70f5bf156f402c5">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ad1899491c5abd55563454cffd2e301f3">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#acac301bb4eee3508d43ae2543e441097">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a49ec3f6d1929e1757580217a91785e0d">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a220cdb501946cca0dd0f1f0338cab042">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a25f5b5dc8973e884e10df2967b5fe6cc">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab66bc6b631130221e5bb9cd28ab1364f">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a16548f6a6c9c57e103824e3c46049d9f">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a756adc3d9e9ad565b09db3fac49590c6">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af8846a70f74119d91f730c53ca38a332">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a88f2979ee3a79b888c40372571b04681">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a96683b585dc7f56fa3c2b890c27fb56d">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#afed9d352934be8eda0e109bd03862132">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ab41b78c02df670bcf6dac3a29f41c909">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ac2e73e8e02cd4607f5bf1cdf9e87287e">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a93e24100471f44295273efff222eb1af">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a8dea8ffa62e8b333570dad1eabf3e95c">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a0ad8d60e97ab8ccbf24cdc0d9eddd0b2">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a72aa46643188428091be76f0c4e84b36">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a3057e7459b068cf78d60c211b5c83f0c">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a256ec883cce5111902ea5a26a5e0c146">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ab7abf2fa69004b975218b5d5e3eca9bf">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a3ce5214cab0eb515ccdf98a18a3a2c29">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ac26863dc9c11aa95ff5f0ca2b88ad9e2">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ac78e484e35d9b56a05fcec744620404f">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a29287277341e73b314b5f4c38724fefc">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ae576fe581ae6d536d5d65ca6469c0ba8">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a9f4a75aa4b52abd65f3f24bb40ba77a3">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a65c10c68bce650d43b03ebcb9cf0c384">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa9d77df24f549351a0b727e83e3cd147">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a176910ca79775524194d904486ae75f0">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ac5a43ea2367ed2a8957ece0d62987ace">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a3331ae74b43108e436d3623f6cafc5db">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a2f99913d2a6b3e74ae54c336e3810444">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a36b0d8b406aa3cd1e0fe52b0b59d4f9d">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5c39de211708c4c4cd9c53148ff285c2">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a8aed3455c3218f4574f0ac09291a654a">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a14ee937086911bcc416ff3f254d78433">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aa385dbd431b9a8c990924ec472c6ea74">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#adb3638660d5930a580a3def0e40b408d">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a1e9d3fff9974d29c1342da18712a6753">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#acac301bb4eee3508d43ae2543e441097">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a7356b6b28afd97ca51aba67701dfdadf">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ab056d2bd8fe20d69f8142b661bf1474e">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ae3e3f4b30acca7d6f7514543e16729e2">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#abec33da4c2714e8c862fe8db778f7095">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a12632e9cff80be20a5e6802ea9fc8713">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a4a80ae6078ad3905dff441772b62977c">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a9728a548b8a18df929d00de72524d4fb">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a99f7f9251f9d41574df2780d27a780d7">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a077fa26d0714fad8e51e874b56d169f0">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af6f7648840bdf8fff673055fc4952e1f">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a7cb0769392575ec388c33220b3e6a4fa">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aba76083ee05489862f9959420f66675b">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ad28220dbfeda70f38ea78e866abf1207">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a7008b888d3802f71db38998ec91c489b">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a88e8f80b23d466d2d30740d5893cc0eb">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aca1fe5836f280184863c3e7eac5e7ad4">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a8f1031c2a749436a3f4c0ed0101b8fe0">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af42a6e3fad435576de47f8e5ab85fbe4">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#af1672a8953967d2334147dcbd16594b6">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a1d5ee4b1fa4b313791846cd8d5eeefe1">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a2f0d69c81ed3d3fac5be27167b81053b">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ae31995acb34617c5458a7ffc9147f901">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a09f2ef0e72b37eccf3f979c484beee82">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ad27a7c556ca8e1c7921f5e247b39a8db">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a0b2a78e98e451799c2066761156bf2d8">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#add79bd557d576312509297bdedcdde38">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a4ca2339ca1e490c1a9765331d8688b43">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#acc47584c949f705d8320e0544ab85e9c">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab8bf7a82bdd3574ddcf0fe5828008f2a">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a69aaf243e733193a38fc1e0b197ddc5f">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ad33a32f1e6decba204cbc398a369f730">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a0fdf83d3e3c17622a54ed383665d1665">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a1eb0392c1e3dd4dda90d946b5e6a6a5b">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab0a57b7863fd636f4703563d5e055a96">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a19774294b1af8e22a22e3c7a147451fc">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#afb6a9d0109edfe318ac09dd6c8d3f054">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ae4e67a91d3cbd8474c27438cc6b0292c">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a6f487b9fae5b7e8914b53fed1fcb0f64">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#abde34fbedce6bfce91436bdf0baf7b58">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a57cd9baed59dfa7b99fba2321e330f3c">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#abe2df3edbe5c488ed7c4c2b00e3a01e2">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a8ac9978a6bde45666f134dae5452c688">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a0357ab81edd7b23936e57eb2262700ed">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ac73dae0ef446402c421207ed6e660ade">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab30128d089d5ed238cf0a2d97d0210b2">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a0cbe3ec2266f8112bf419a605bd5b3ce">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a2f92d0c557e3cf56afb3542b4630debf">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#acb636f7093e56b479bf25666e58087d7">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a777821acd8376ee4aebaacb7c3b8a4fe">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a86df3702589be853111676d2dde2bc30">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a6f36cafc82a139dd0b85b19b84f74b63">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a62eb9eb8a733e2d18db20c7ff7bc7019">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a084f29926517dae120814e0ee43c06d3">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#ab3b56cd970aa8784302b0761c5ccb0e9">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#abf5c594b8217fd86cb35eb5295c08061">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a9f0e43ba564e0cb6128fb1dbfe292899">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a8dbe29de3d8ca5a30b9867fb1bad2fcb">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af3b86b370bf07d5cc0e6e3236ed26db9">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#af6949b52643529172cdaa54c86746e10">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a632013aae289ba5d7b803985b215928c">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a25f16ab62a126e3cdaad02ac2c116736">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a695a6132b7a37eab1c5d2feb9da80e0f">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#afe3ab054ec25d613c1f2a86504d5be2f">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a24df46a42ca48bc88ded956d52b2d3ca">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#ae6dad0e5fbe3055c072f2d7b5ccd2eb1">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#acbec1e78a3a27eff3d6ed9ab9966ef8d">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a24df46a42ca48bc88ded956d52b2d3ca">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a2c8395bdec9f028ade679744d66bf7bd">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a2b73aed770e3e60473031628af01041c">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa250c7fc16fea706a416cdaa5c451ee8">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a2af12ac440c8efe14c5b5a11d214efb2">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#acdf0b07fba958cd2bd631dad9857f9ff">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a03c473ae995ff60aef73b2d752eb56d7">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a78dfce19c6a5843a9bf2f509a058b309">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a124eeb1f5d705d20536103c23b4f3417">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a43cd392827dd31dc9f6cbf983de2f2ec">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a0d9a84cee34e7b7e43992ad72293606f">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a703ed93b14c65468cad615b23e4687dc">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#af4c15b4538a9a856ebfb20faeded5936">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aff7aa093ffa0c5f3865135485637ca62">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aa474bda11e78e82cc2b8315ff63e9a1d">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa6a9958fd899bf8b7226460be86256d8">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aaf9b3c8f8c310a390efa10369249a2b6">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#af295a42d1abe841b2834b75d6c063bf0">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#aa48055bad8c68a304459cd7903c4b78d">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#afb5a5b4ea24ae73c62f72c70a6bc60fc">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a0e278e3e17d36a07e12fa0a9932f3f7c">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ad8ed50909858cd593b9d7a9dc3f4c37a">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a82846b82ecb4f0cc22041aa1993ce08d">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a23bb7f1be8780be72101596a2cfaed58">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a5b1270616c5789ea12fa89378b0f865b">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#aa424ccba97642d54abe41e6b6acd9370">RefLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a3bf3bfb2a628bba2a2f5d561be556f02">ClLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a2b73aed770e3e60473031628af01041c">RefLayerTests.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_FIXTURE_TEST_CASE
: <a class="el" href="_unit_tests_8hpp.xhtml#af2016edd458865d471fe1afc82b3c126">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="_version_8hpp.xhtml#a16c0008e2647e2f123165ce5cf18a6fa">Version.hpp</a>
</li>
<li>ARMNN_MINOR_VERSION
: <a class="el" href="_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="_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#a566a0dc72e6b9e3898c930e7a68fc894">Profiling.hpp</a>
</li>
<li>ARMNN_SIMPLE_TEST_CASE()
: <a class="el" href="_dynamic_backend_tests_8cpp.xhtml#aaf1eb674f49310981c4249a8e5af82cc">DynamicBackendTests.cpp</a>
, <a class="el" href="_unit_tests_8hpp.xhtml#a44ea827d997f1aa0e39d9a6d6675465c">UnitTests.hpp</a>
, <a class="el" href="_dynamic_backend_tests_8cpp.xhtml#a3f812779bc3d655e7fb491879c5df928">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="_version_8hpp.xhtml#a50bf0553d5c4b76d18a3d37e155b4d11">Version.hpp</a>
</li>
<li>AssignScopedCpuTensorHandle()
: <a class="el" href="_lstm_utils_8hpp.xhtml#a1aef5d233d1f569f34d6c36bdf5ae9e5">LstmUtils.hpp</a>
, <a class="el" href="_lstm_utils_8cpp.xhtml#a1aef5d233d1f569f34d6c36bdf5ae9e5">LstmUtils.cpp</a>
</li>
<li>AsymmetricNonSquarePooling2dInt16Test()
: <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a866c67e5db471212f6ff29411aac0e8f">Pooling2dTestImpl.hpp</a>
, <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a866c67e5db471212f6ff29411aac0e8f">Pooling2dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquarePooling2dTest()
: <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a2b1ede7e8d8e5dad79d99030f57b8745">Pooling2dTestImpl.hpp</a>
, <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a2b1ede7e8d8e5dad79d99030f57b8745">Pooling2dTestImpl.cpp</a>
</li>
<li>AsymmetricNonSquarePooling2dUint8Test()
: <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a1a1e6dc70b7f1ca0c99fd6f0b48b4d48">Pooling2dTestImpl.hpp</a>
, <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a1a1e6dc70b7f1ca0c99fd6f0b48b4d48">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 Tue Aug 25 2020 12:29:53 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>