aboutsummaryrefslogtreecommitdiff
path: root/20.02/globals_func_c.xhtml
blob: 6a9aa59dfbbc7e8467d93b30554f334009482e39 (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
<!-- 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.02</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_c.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">
&#160;

<h3><a id="index_c"></a>- c -</h3><ul>
<li>CalcL2Norm()
: <a class="el" href="_l2_normalization_8cpp.xhtml#a0803d66b952b025bab27f6204aabae55">L2Normalization.cpp</a>
</li>
<li>CaptureDataReadThreadImpl()
: <a class="el" href="_profiling_tests_8cpp.xhtml#ad95829dbe631cef66652fb42784d9d23">ProfilingTests.cpp</a>
</li>
<li>CaptureDataWriteThreadImpl()
: <a class="el" href="_profiling_tests_8cpp.xhtml#ab7f1426bff6283557173d80c0d193b8b">ProfilingTests.cpp</a>
</li>
<li>CheckDynamicGuid()
: <a class="el" href="_profiling_guid_test_8cpp.xhtml#a2d6b6f951fa2ee4f4a8fcc48b236c698">ProfilingGuidTest.cpp</a>
</li>
<li>CheckLayers()
: <a class="el" href="_optimization_views_tests_8cpp.xhtml#a6c81e7ec0af6eeda194d2bd8cd40eccf">OptimizationViewsTests.cpp</a>
</li>
<li>CheckNumberOfInputSlot()
: <a class="el" href="_graph_utils_8cpp.xhtml#a4c04337db4d5f380219a005657a8223b">GraphUtils.cpp</a>
, <a class="el" href="_graph_utils_8hpp.xhtml#a4c04337db4d5f380219a005657a8223b">GraphUtils.hpp</a>
</li>
<li>CheckNumberOfOutputSlot()
: <a class="el" href="_graph_utils_8cpp.xhtml#aada2e27f100807f5786eecb03390ba58">GraphUtils.cpp</a>
, <a class="el" href="_graph_utils_8hpp.xhtml#aada2e27f100807f5786eecb03390ba58">GraphUtils.hpp</a>
</li>
<li>CheckOrder()
: <a class="el" href="_graph_tests_8cpp.xhtml#a21d963c71be62057ed99b5007e7bbbfd">GraphTests.cpp</a>
</li>
<li>CheckRelatedLayers()
: <a class="el" href="_test_utils_8hpp.xhtml#a5feebf8a18dcfe73ccc0c97c82fcb032">TestUtils.hpp</a>
</li>
<li>CheckSequence()
: <a class="el" href="_test_utils_8hpp.xhtml#a0eedb278f57355b47fa983450d4e378c">TestUtils.hpp</a>
</li>
<li>CheckStaticGuid()
: <a class="el" href="_profiling_guid_test_8cpp.xhtml#a9a903afe841d40eb02a7981501b6dbce">ProfilingGuidTest.cpp</a>
</li>
<li>CheckTensor()
: <a class="el" href="_tensor_test_8cpp.xhtml#ad80e179ec400af9d2547f172f3ca05f3">TensorTest.cpp</a>
</li>
<li>Clip()
: <a class="el" href="_lstm_utils_8cpp.xhtml#ad5b8e4843a3b303d5b56c0a70dbfd1bf">LstmUtils.cpp</a>
, <a class="el" href="_lstm_utils_8hpp.xhtml#ad5b8e4843a3b303d5b56c0a70dbfd1bf">LstmUtils.hpp</a>
</li>
<li>ClipVector()
: <a class="el" href="_lstm_utils_8cpp.xhtml#a117781e8e9b7321722bbdd8ff74b484a">LstmUtils.cpp</a>
, <a class="el" href="_lstm_utils_8hpp.xhtml#a117781e8e9b7321722bbdd8ff74b484a">LstmUtils.hpp</a>
</li>
<li>CloseInvalidHandleTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#aec7460101cf2fd4f798d287654783143">DynamicBackendTests.hpp</a>
</li>
<li>CompareActivationInt16Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a55dddf072af585903973b8e3398835dc">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#ab08a7c7a7983fb0b7b66e7bf9c293a59">ActivationTestImpl.hpp</a>
</li>
<li>CompareActivationTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#af226f71b992ee8076a3880def72b1f3f">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#ab48937c74230a7e804f6e5e225580bf4">ActivationTestImpl.hpp</a>
</li>
<li>CompareActivationTestImpl()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a0758d9003f13b30d5e29eae6cd89c32b">ActivationTestImpl.cpp</a>
</li>
<li>CompareActivationUint8Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#addef260aaa3c7f7f1d08f821b823af33">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a1e1abddc416db3041e9381b34f4c54bb">ActivationTestImpl.hpp</a>
</li>
<li>CompareAdditionTest()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a557c464592942eb098f63aa0f91e4d24">AdditionTestImpl.cpp</a>
, <a class="el" href="_addition_test_impl_8hpp.xhtml#a50074d57c9208290be87347941e716d7">AdditionTestImpl.hpp</a>
</li>
<li>CompareBatchNormTest()
: <a class="el" href="_batch_normalization_test_impl_8cpp.xhtml#a39988d3dc5c636fa49e8192f26d72554">BatchNormalizationTestImpl.cpp</a>
, <a class="el" href="_batch_normalization_test_impl_8hpp.xhtml#a3d152f106fe6d057602fdb6271a2046a">BatchNormalizationTestImpl.hpp</a>
</li>
<li>CompareBoundedReLuTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a7aaeeaa0a8683fae56caa66849228a87">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a7aaeeaa0a8683fae56caa66849228a87">ActivationTestImpl.hpp</a>
</li>
<li>CompareConvolution2dTest()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a2b2c2f8f89d96932e62b95e7a22961d4">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a15fe73bad57133008945807f7a5b4783">Conv2dTestImpl.hpp</a>
</li>
<li>CompareConvolution2dTestImpl()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a638295d292bfdcf71899b57396703c80">Conv2dTestImpl.cpp</a>
</li>
<li>CompareDepthwiseConvolution2dFloatTest()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a09705f5e38cfc0d5bccc64791eb4f231">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a09705f5e38cfc0d5bccc64791eb4f231">Conv2dTestImpl.hpp</a>
</li>
<li>CompareDepthwiseConvolution2dTest()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a12fec2055d0e4a18d1e0db589a969e41">Conv2dTestImpl.hpp</a>
</li>
<li>CompareDepthwiseConvolution2dTestImpl()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#acac29a0b58c3c3f2928e0d7ee258c066">Conv2dTestImpl.cpp</a>
</li>
<li>CompareDepthwiseConvolution2dUint8Test()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a21af5850bca4df2ea0315afb407e7900">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a21af5850bca4df2ea0315afb407e7900">Conv2dTestImpl.hpp</a>
</li>
<li>CompareIClTensorHandleShape()
: <a class="el" href="_cl_create_workload_tests_8cpp.xhtml#a6355f6187af6b3d95c55b85ac79a732e">ClCreateWorkloadTests.cpp</a>
</li>
<li>CompareMultiplicationTest()
: <a class="el" href="_multiplication_test_impl_8cpp.xhtml#a79231e6296d75cc39f10dc0a18490e56">MultiplicationTestImpl.cpp</a>
, <a class="el" href="_multiplication_test_impl_8hpp.xhtml#a568471c0b7bdf6e3025c702c121f53c7">MultiplicationTestImpl.hpp</a>
</li>
<li>CompareNormalizationTest()
: <a class="el" href="_normalization_test_impl_8cpp.xhtml#a1cb6617afdbe9139185122b93132acba">NormalizationTestImpl.cpp</a>
, <a class="el" href="_normalization_test_impl_8hpp.xhtml#a1fa83d8d129f8af6f609f08c21646d4f">NormalizationTestImpl.hpp</a>
</li>
<li>ComparePooling2dInt16Test()
: <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#ad67e6517d14f15abee1d159e89deb5fd">Pooling2dTestImpl.cpp</a>
, <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#ad67e6517d14f15abee1d159e89deb5fd">Pooling2dTestImpl.hpp</a>
</li>
<li>ComparePooling2dTest()
: <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a694dbeb3a87d65cd3cb854b5ced22a5b">Pooling2dTestImpl.cpp</a>
, <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a694dbeb3a87d65cd3cb854b5ced22a5b">Pooling2dTestImpl.hpp</a>
</li>
<li>ComparePooling2dUint8Test()
: <a class="el" href="_pooling2d_test_impl_8cpp.xhtml#a7e5faed333caf71f1a19839308368046">Pooling2dTestImpl.cpp</a>
, <a class="el" href="_pooling2d_test_impl_8hpp.xhtml#a7e5faed333caf71f1a19839308368046">Pooling2dTestImpl.hpp</a>
</li>
<li>CompareRefTestFunction()
: <a class="el" href="_unit_tests_8hpp.xhtml#a2d8f71b48349370e1d5c0a9b39e3d162">UnitTests.hpp</a>
</li>
<li>CompareSoftmaxTest()
: <a class="el" href="_softmax_test_impl_8cpp.xhtml#a19eddd116e2b25fe1e3f5dabe7811881">SoftmaxTestImpl.cpp</a>
, <a class="el" href="_softmax_test_impl_8hpp.xhtml#a9233e1ce61a19fee2d31587c92643c47">SoftmaxTestImpl.hpp</a>
</li>
<li>CompareSoftmaxUint8Test()
: <a class="el" href="_softmax_test_impl_8cpp.xhtml#a6e109a180e36e8184f3e6193110ce709">SoftmaxTestImpl.cpp</a>
, <a class="el" href="_softmax_test_impl_8hpp.xhtml#acb285bcbab3614dd25d3536664fb27a7">SoftmaxTestImpl.hpp</a>
</li>
<li>CompareTensors()
: <a class="el" href="_tensor_helpers_8hpp.xhtml#a0b8fbb443d2cf34a41f6aaae934e3dcb">TensorHelpers.hpp</a>
</li>
<li>CompareTestResultIfSupported()
: <a class="el" href="_unit_tests_8hpp.xhtml#acbe506e0365feeed352effe52b1e4852">UnitTests.hpp</a>
</li>
<li>Concat1dTest()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ad4e20b0bf58dfbdbfaa93f445c5a7fbb">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ace6eb1fa88c75ef47905c000aa0504cb">ConcatTestImpl.hpp</a>
</li>
<li>Concat1dTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a5bc6bee451406f7c6332ef1f6f88967c">ConcatTestImpl.cpp</a>
</li>
<li>Concat1dUint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aed0a697e15183bbac585fde3535bdbd8">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a52902ea9aac566d2c3424832876b659a">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim0DiffInputDimsTest()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ab5703ba71ea408eb6939a5be35b67a2f">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a00b1147bce3c289666dafbd03115c78e">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim0DiffInputDimsTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a31b2beb6cd6e0fd9a68cb89b8b0378dc">ConcatTestImpl.cpp</a>
</li>
<li>Concat2dDim0DiffInputDimsUint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a6990f89809b6699004e566a9d4f892f9">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aa46834685cb00a736be946761a6b4567">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim0Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a916c9acb126444caa775d14c635acaf8">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a5116ffb2d2ac44c79210f32603098232">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim0TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aed01fd1abcd334c4b36c8846f9c5cf83">ConcatTestImpl.cpp</a>
</li>
<li>Concat2dDim0Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a549f1d04a9747d0c3046e0b708d67116">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a424424f61018121990c0bd7f215ba1a5">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim1DiffInputDimsTest()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a142df3b6c7d699e7623fb37ff95e8c5a">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aaba4943ba1b775f7cff525e22a9baeab">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim1DiffInputDimsTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a921e963873d927a5acf4807572c0d374">ConcatTestImpl.cpp</a>
</li>
<li>Concat2dDim1DiffInputDimsUint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a398f4322d3f71cc0fe4a04831a556c91">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ad3896522428eb3b6f106cb010910a761">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim1Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aa786ba656ce7f53cc93692eec4645f6b">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a830930b6b71b1556a4694a72a280b9a9">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dDim1TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a5f5b1d554f06515b564fb563c9b8c127">ConcatTestImpl.cpp</a>
</li>
<li>Concat2dDim1Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a71bbfb11850812db44a607d2f9c39681">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a7ab301a0e129643c1b26b72d5161c12f">ConcatTestImpl.hpp</a>
</li>
<li>Concat2dTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a73214e9f0561ba98a6ba4824c7e69dbc">ConcatTestImpl.cpp</a>
</li>
<li>Concat3dDim0DiffInputDimsTest()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ad970167c99234cfcc22107efbe3503d3">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aaf9c0655a933d37b9a367e03ec38cace">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim0DiffInputDimsTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aed8a32c1d927c684bd76ce2e30a949fe">ConcatTestImpl.cpp</a>
</li>
<li>Concat3dDim0DiffInputDimsUint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#afa4c2db58080ed0749c5e7c64f23af04">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aa9e2dc53681ecf9ce6af4b06e055688c">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim0Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ad9391e74e0fcf3a9f2c08d6a865d910a">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ac4e3934a8fcb88b2084446fc07a0476d">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim0TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ab129fe939f6a83daeecd9802c2024799">ConcatTestImpl.cpp</a>
</li>
<li>Concat3dDim0Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a05e4c6d3c63851bebb99391e4af3ab6b">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a9b7209c470ac887960444538aa829df4">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim1DiffInputDimsTest()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a693e34e3f519f0323cb165468560ee72">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a90b656636d7820985cf434daff0bf022">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim1DiffInputDimsTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a0c6ca29f4bf7c7fa4883fa73b5488b1a">ConcatTestImpl.cpp</a>
</li>
<li>Concat3dDim1DiffInputDimsUint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a1f8ad3cf8df29398ea04eaa4c790a100">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aea6832981f16a9ffddd97131d328f268">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim1Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a462db75851b433b8739039a789e14c0f">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a7da0598a7223d89fa251ceb391e85bf1">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim1TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a79b36066d3bbd4ce6a61c081ea863ad7">ConcatTestImpl.cpp</a>
</li>
<li>Concat3dDim1Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a8e409cdc677af52ce07c5cdc8ec63678">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a03fdf8bb5372097f715b75b8ccc12dba">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim2DiffInputDimsTest()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aab6fb09abdae83f7944da4d9d8a894de">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a05baeb269bad94f8f037865d4d62eff4">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim2DiffInputDimsTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a8af1d375ac13d009cf818825b343ec1c">ConcatTestImpl.cpp</a>
</li>
<li>Concat3dDim2DiffInputDimsUint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a6a0578f5cabc3b13c8800066d094f08b">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a867f229f80f1228ce240e5a5812ee0ed">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim2Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ade318c9975477ee7bab3d230baf8d48a">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a5d32ff8dbe6f998f7c0707ad94cc7353">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dDim2TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a89188ab52e61bc27b6e6bc4ccc81a413">ConcatTestImpl.cpp</a>
</li>
<li>Concat3dDim2Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a75091ca6eb52deea2ce14ad8f6261236">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a47d14abe1ec27b0306f413d75b35581e">ConcatTestImpl.hpp</a>
</li>
<li>Concat3dTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a7fbe775cdbc1967d651a97702a0eb08f">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDiffShapeDim0Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a9199f32df2745143e544e703c2380dd4">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ab620ad7838ebacd1a31c4e77f62bdbf1">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDiffShapeDim0TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a00d88e24db4f4af21b6ba36d206a296c">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDiffShapeDim0Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a39a5321f36681cf1b7bbea885a0ccce9">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a6ffb413cd06fecd5c83ace0ab940aa2e">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDiffShapeDim1Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aa40068e0a65840e70b2da4902a0f47da">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ac3af065e8cbf4dc4eaf5d196e13a2023">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDiffShapeDim1TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#afca22d4151120b94ca2c68c662193cc1">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDiffShapeDim1Uint8Test()
: <a class="el" href="_concat_test_impl_8hpp.xhtml#aa5a76077ad1b8774f9382c7173adf2e9">ConcatTestImpl.hpp</a>
, <a class="el" href="_concat_test_impl_8cpp.xhtml#af5b51da08139262f68be752047e1b94c">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDiffShapeDim2Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ab7261b2e00a06881f0c8bf3e2ecbff19">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#af4358e9d940374a966ab3bcf2133ac1d">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDiffShapeDim2TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a75ce8fbfdee084faa855d8e61d09b56d">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDiffShapeDim2Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a4ab1a7c2b554de49ef453e802eaf88a3">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ad7fb75be2004b540f65e6bb4e2ee0754">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDiffShapeDim3Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a6323bb2aa7e5a8215d1c38e7e0159d29">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a07d403448ad4d550304727a960b02cf3">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDiffShapeDim3TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a6318384f0f00e73bd26e43b7c4ca7735">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDiffShapeDim3Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a6852f3bb0b5a59260e0f76031e64cb3e">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aa1dea5834c12d5826a81b98586ed9d0f">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDim0Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a7f29312851dee5f74ed0bffebd5448d2">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a91909169e8ab38ece6d0f6ae0f1be139">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDim0TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a59d4515193d877da62a352fc299d6d0f">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDim0Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a7b3adb97b81ab7b464c566caa3a231ba">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a29fe68dfe18a76f541eb50788ce4e3ea">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDim1Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a1a5bb4ab6841dd39e48089413cf8fe05">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aa0feb9fa1760053d01b12fdc1e07f332">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDim1TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ac0a20ee6a32563959bbbbd16358d2a07">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDim1Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aa13bf446c9b813c55ce96b49e5a17154">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a03be5345933e2183ccea0b4bdf760bc3">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDim2Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a1d148bdca4ed20301d41d73398dd90e5">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a8fadb9250b570b73971c9e766b5602b3">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDim2TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ad14affe1f35650404637e949e6cda6d7">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDim2Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a9a1400c7948e6536489676848c40630f">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#acfb1d0401bb61e709639b969165afe4b">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dDim3Test()
: <a class="el" href="_concat_test_impl_8hpp.xhtml#ad08906b01cf2920530d60ac430e0e444">ConcatTestImpl.hpp</a>
, <a class="el" href="_concat_test_impl_8cpp.xhtml#a2081650a5142448a5db4065819da2089">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDim3TestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a5d8473a59cf76ad1914b36fd8d45f00b">ConcatTestImpl.cpp</a>
</li>
<li>Concat4dDim3Uint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a3de096f0e07787adaf34b6d348ca9543">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a6b98c51a5cba6f48dfdd2410a97f3892">ConcatTestImpl.hpp</a>
</li>
<li>Concat4dTestImpl()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#aeef13eb0a86ade1b1c92357c44ed8add">ConcatTestImpl.cpp</a>
</li>
<li>ConcatBFloat16Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a9f799a2fd4acd720585f5a42249e0371">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ab5405ec3fef5df1cb61a99bc9e5f5121">ConcatTestImpl.hpp</a>
</li>
<li>ConcatDifferentInputOutputQParamInt16Test()
: <a class="el" href="_concat_test_impl_8hpp.xhtml#a9a629ac7816072a161966298914ba9c4">ConcatTestImpl.hpp</a>
</li>
<li>ConcatDifferentInputOutputQParamTest()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a9d679b4a18c9cadc563bd77a726a3726">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a6e1f3186d22d87b9fd8cd165fc93dd8b">ConcatTestImpl.hpp</a>
</li>
<li>ConcatDifferentInputOutputQParamTest&lt; DataType::QAsymmU8 &gt;()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ac4a1dff653419576cd96b81cf10b984e">ConcatTestImpl.cpp</a>
</li>
<li>ConcatDifferentInputOutputQParamTest&lt; DataType::QSymmS16 &gt;()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a878b6bd50169d509d8ee47d79e3c87d0">ConcatTestImpl.cpp</a>
</li>
<li>ConcatDifferentInputOutputQParamUint8Test()
: <a class="el" href="_concat_test_impl_8hpp.xhtml#a88b13ea02655c7ab0624f9e96159e7e3">ConcatTestImpl.hpp</a>
</li>
<li>Concatenate()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a3a7534d69e8cc11c52b0a056ca82bcb8">ConcatTestImpl.cpp</a>
</li>
<li>ConcatFloat16Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ac6e55fbcc8ae3dfa8c1762d343264006">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#ab3f39ad4780f638a354331009785c4f6">ConcatTestImpl.hpp</a>
</li>
<li>ConcatTest()
: <a class="el" href="_concat_test_impl_8hpp.xhtml#a1349a36c2a1b0d894ba55b6ef2597ca3">ConcatTestImpl.hpp</a>
, <a class="el" href="_concat_test_impl_8cpp.xhtml#a4d293b286db068580f9d72048d4d7bfc">ConcatTestImpl.cpp</a>
</li>
<li>ConcatUint16Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a66df3b4ed5c8e464dcba94c2afc2b432">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#aa214a90a240582b790648cf6c24607fb">ConcatTestImpl.hpp</a>
</li>
<li>ConcatUint8DifferentQParamsTest()
: <a class="el" href="_concat_test_impl_8hpp.xhtml#a0d04be116485accf470201e79ea225d5">ConcatTestImpl.hpp</a>
, <a class="el" href="_concat_test_impl_8cpp.xhtml#aa1491773368b57bfbe2a737a05c041fa">ConcatTestImpl.cpp</a>
</li>
<li>ConcatUint8Test()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#ab0aa694e3cd5555731f28b2c61a01f7e">ConcatTestImpl.cpp</a>
, <a class="el" href="_concat_test_impl_8hpp.xhtml#a19e270fd900e0accead202fcda2b4c41">ConcatTestImpl.hpp</a>
</li>
<li>ConfigureLoggingTest()
: <a class="el" href="_unit_tests_8hpp.xhtml#af9e4dd62da9266a1364032ada0267f9b">UnitTests.hpp</a>
</li>
<li>Connect()
: <a class="el" href="_test_utils_8cpp.xhtml#a0b295acb179f15eb3fb862b32008f782">TestUtils.cpp</a>
, <a class="el" href="_test_utils_8hpp.xhtml#a6229539fdf0a5a0f667620174a69fe5a">TestUtils.hpp</a>
</li>
<li>ConstantInt16CustomQuantizationScaleAndOffsetTest()
: <a class="el" href="_constant_test_impl_8cpp.xhtml#a9b287c734d9ee57423267e5e75a52792">ConstantTestImpl.cpp</a>
, <a class="el" href="_constant_test_impl_8hpp.xhtml#a9b287c734d9ee57423267e5e75a52792">ConstantTestImpl.hpp</a>
</li>
<li>ConstantInt16SimpleQuantizationScaleNoOffsetTest()
: <a class="el" href="_constant_test_impl_8cpp.xhtml#a9dcd8bb87493200c5ce24c7c29acd81f">ConstantTestImpl.cpp</a>
, <a class="el" href="_constant_test_impl_8hpp.xhtml#a9dcd8bb87493200c5ce24c7c29acd81f">ConstantTestImpl.hpp</a>
</li>
<li>ConstantLinearActivationInt16Test()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a32a6595835f4cb5e93fec4182ada51bc">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a32a6595835f4cb5e93fec4182ada51bc">ActivationTestImpl.hpp</a>
</li>
<li>ConstantLinearActivationTest()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a52af2639a8f96fbbc86343ea8914033a">ActivationTestImpl.cpp</a>
, <a class="el" href="_activation_test_impl_8hpp.xhtml#a52af2639a8f96fbbc86343ea8914033a">ActivationTestImpl.hpp</a>
</li>
<li>ConstantLinearActivationTestCommon()
: <a class="el" href="_activation_test_impl_8cpp.xhtml#a22562086e72d244fd7cf4156b958c134">ActivationTestImpl.cpp</a>
</li>
<li>ConstantLinearActivationUint8Test()
: <a class="el" href="_activation_test_impl_8hpp.xhtml#a34b322827b0d8ff9f8b3b8fb9410f7d3">ActivationTestImpl.hpp</a>
, <a class="el" href="_activation_test_impl_8cpp.xhtml#a34b322827b0d8ff9f8b3b8fb9410f7d3">ActivationTestImpl.cpp</a>
</li>
<li>ConstantTest()
: <a class="el" href="_constant_test_impl_8cpp.xhtml#a6bed60e7ef6dbb582ad454d94e2367ec">ConstantTestImpl.cpp</a>
, <a class="el" href="_constant_test_impl_8hpp.xhtml#a6bed60e7ef6dbb582ad454d94e2367ec">ConstantTestImpl.hpp</a>
</li>
<li>ConstantUint8CustomQuantizationScaleAndOffsetTest()
: <a class="el" href="_constant_test_impl_8hpp.xhtml#aa5f4f81bcf6256977802069fe1467d08">ConstantTestImpl.hpp</a>
, <a class="el" href="_constant_test_impl_8cpp.xhtml#aa5f4f81bcf6256977802069fe1467d08">ConstantTestImpl.cpp</a>
</li>
<li>ConstantUint8SimpleQuantizationScaleNoOffsetTest()
: <a class="el" href="_constant_test_impl_8cpp.xhtml#a2826f436401c4e1c32983a598936e36f">ConstantTestImpl.cpp</a>
, <a class="el" href="_constant_test_impl_8hpp.xhtml#a2826f436401c4e1c32983a598936e36f">ConstantTestImpl.hpp</a>
</li>
<li>Contains()
: <a class="el" href="_common_test_utils_8hpp.xhtml#a5fa64e793b38cf9074e6fcdb2c9c7293">CommonTestUtils.hpp</a>
</li>
<li>ConvertToDataType()
: <a class="el" href="_data_type_utils_8hpp.xhtml#a0e6e88f90154180e9cf19c4f04de70c7">DataTypeUtils.hpp</a>
</li>
<li>Convolution1dTest()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ac7fac5767dabd650d3d8829572717064">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#ac7fac5767dabd650d3d8829572717064">Conv2dTestImpl.hpp</a>
</li>
<li>Convolution1dTestImpl()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#af541f19e3d1ad345cc9208fc2d2e7b19">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution1dUint8Test()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a40bc412ed2a6d2f764655070c02c036b">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a40bc412ed2a6d2f764655070c02c036b">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#acf553288e3b5060768fb91e064993678">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#acf553288e3b5060768fb91e064993678">Conv2dTestImpl.hpp</a>
</li>
<li>Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test&lt; armnn::DataType::BFloat16, armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a5a8681c1a9f05ad14b3a80b2524b2ea5">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test&lt; armnn::DataType::Float32, armnn::DataType::Float32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a72ba5d8a546cd3e8bf890058d74959d1">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test&lt; armnn::DataType::QAsymmU8, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#adfbd5fcca8b67b69f528fd1a270a1c53">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x2Dilation2x2Padding2x2Stride3x3Test&lt; armnn::DataType::QSymmS16, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a0ca68580fabbe96baccab2139bf8fec3">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x3x3Dilation3x3Test()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a99ef3f48cbd057e0169bc80dc77331ef">Conv2dTestImpl.hpp</a>
</li>
<li>Convolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::BFloat16, armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a4885cb216d86099b0868c3b52fecb3e0">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::Float32, armnn::DataType::Float32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ae4aeb75cd7f8051b6715ac315ae88254">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::QAsymmU8, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#aa2e414537fb1d51510cd7d1d3c85066b">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::QSymmS16, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a48050c4e985c5741b51b55eb9961a19a">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d3x3Dilation3x3Test()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a90abce368d7f16012bef5ee461329484">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a90abce368d7f16012bef5ee461329484">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d3x3Dilation3x3Test&lt; armnn::DataType::BFloat16, armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a964c2340d3764cc09df574364ff2633c">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d3x3Dilation3x3Test&lt; armnn::DataType::Float32, armnn::DataType::Float32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a7ea8f82c89483fdec102125b82a798c7">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d3x3Dilation3x3Test&lt; armnn::DataType::QAsymmU8, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ac580208ebb11ac2d93076a5a7a346b9f">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d3x3Dilation3x3Test&lt; armnn::DataType::QSymmS16, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#af84d6d89c899073318abbfa25292c36e">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2d3x3DilationTestCommon()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ad12c52b6d41931219bdfec5fbf5990bd">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2dAsymmetricPaddingLargerThanHalfKernelSizeTest()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a48884a37a6b783185c608a68cfce752f">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a48884a37a6b783185c608a68cfce752f">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2dAsymmetricPaddingLargerThanHalfKernelSizeTestCommon()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a35ad1225c524b4594b461e613695ee4a">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2dAsymmetricPaddingTest()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#af7f2cd23423130ebdd916de12bc0eb1d">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#af7f2cd23423130ebdd916de12bc0eb1d">Conv2dTestImpl.cpp</a>
</li>
<li>Convolution2dInferOutputShapeTest()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#a3f1ec6ab0066448f4438bbe852b4f3e2">InferOutputTests.hpp</a>
</li>
<li>Convolution2dPerAxisQuantTest()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a370a5216668b507284677234264a22a2">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a370a5216668b507284677234264a22a2">Conv2dTestImpl.cpp</a>
</li>
<li>CopyDataFromITensorHandle()
: <a class="el" href="_tensor_copy_utils_8hpp.xhtml#ab5dfed8358e500ed523d78090ec78e88">TensorCopyUtils.hpp</a>
, <a class="el" href="_tensor_copy_utils_8cpp.xhtml#a99b626c58a926dc7d6df78d22ec186c8">TensorCopyUtils.cpp</a>
</li>
<li>CopyDataToITensorHandle()
: <a class="el" href="_tensor_copy_utils_8hpp.xhtml#ae15f1a3c55d2db87683577de9fa4437c">TensorCopyUtils.hpp</a>
, <a class="el" href="_tensor_copy_utils_8cpp.xhtml#ae15f1a3c55d2db87683577de9fa4437c">TensorCopyUtils.cpp</a>
</li>
<li>CopyVector()
: <a class="el" href="_lstm_utils_8cpp.xhtml#a00d8a623c04f1120f6fee3fe38d1cee9">LstmUtils.cpp</a>
, <a class="el" href="_lstm_utils_8hpp.xhtml#a00d8a623c04f1120f6fee3fe38d1cee9">LstmUtils.hpp</a>
</li>
<li>CopyViaSplitterFloat16Test()
: <a class="el" href="_splitter_test_impl_8cpp.xhtml#af17e5820f33c37402a85c966b469a52a">SplitterTestImpl.cpp</a>
, <a class="el" href="_splitter_test_impl_8hpp.xhtml#af17e5820f33c37402a85c966b469a52a">SplitterTestImpl.hpp</a>
</li>
<li>CopyViaSplitterFloat32Test()
: <a class="el" href="_splitter_test_impl_8cpp.xhtml#ac95add95bf20160322f853e3bf4eff81">SplitterTestImpl.cpp</a>
, <a class="el" href="_splitter_test_impl_8hpp.xhtml#ac95add95bf20160322f853e3bf4eff81">SplitterTestImpl.hpp</a>
</li>
<li>CopyViaSplitterInt16Test()
: <a class="el" href="_splitter_test_impl_8hpp.xhtml#ae5c9cb5a3ad371cee5b3e04f79106b74">SplitterTestImpl.hpp</a>
, <a class="el" href="_splitter_test_impl_8cpp.xhtml#ae5c9cb5a3ad371cee5b3e04f79106b74">SplitterTestImpl.cpp</a>
</li>
<li>CopyViaSplitterUint8Test()
: <a class="el" href="_splitter_test_impl_8cpp.xhtml#a32caee0c12392e001c04d36b1f0774cf">SplitterTestImpl.cpp</a>
, <a class="el" href="_splitter_test_impl_8hpp.xhtml#a32caee0c12392e001c04d36b1f0774cf">SplitterTestImpl.hpp</a>
</li>
<li>CreateBackendObject()
: <a class="el" href="_common_test_utils_8hpp.xhtml#a7a4090354279f08b1e27244bab25aa86">CommonTestUtils.hpp</a>
, <a class="el" href="_common_test_utils_8cpp.xhtml#a7a4090354279f08b1e27244bab25aa86">CommonTestUtils.cpp</a>
</li>
<li>CreateConvolution2dGraph()
: <a class="el" href="_optimizer_tests_8cpp.xhtml#a5065b32dd0aa2c08ef75e953ebedbc16">OptimizerTests.cpp</a>
</li>
<li>CreateDepthwiseConvolution2dGraph()
: <a class="el" href="_optimizer_tests_8cpp.xhtml#acd97facea671e23ec3e8b33c6c2ea321">OptimizerTests.cpp</a>
</li>
<li>CreateDescriptorForConcat()
: <a class="el" href="_concat_test_impl_8cpp.xhtml#a908c80ff86d48fe1bc7cd4d4b1d00147">ConcatTestImpl.cpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidHandleTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#ac98b3660d8c88c80c02fdcdab25a534f">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidInterface1TestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#acfd92844ff506a69381848c62b5f396d">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidInterface2TestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a2733fc49ff574659904cbc558c6b2bac">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidInterface3TestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a47d1d68ab62ac387a9d8253d08260fc4">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidInterface4TestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a307ee2e89a7a9dd574674a69da91addd">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidInterface5TestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a925a53b0f85afbe661c251b858b01601">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidInterface6TestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a8f879660cb144117a50465429197ce0c">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendObjectInvalidInterface7TestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#ab831071920946c5e8562471793882ac4">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendsAllInvalidTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#ae6308c78a8fdab82f4929b07dc439cd9">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendsMixedTypesTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a1f89ff6d66212524954282edcda4082b">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendsNoPathsTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a40efe1578a402125bd0efbc29eecb225">DynamicBackendTests.hpp</a>
</li>
<li>CreateDynamicBackendsTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a76c94b7ce857689477dcac09aba1858f">DynamicBackendTests.hpp</a>
</li>
<li>CreateGatherGraph()
: <a class="el" href="_optimizer_tests_8cpp.xhtml#aa4e793c84e5dfea800d4dba921651e5b">OptimizerTests.cpp</a>
</li>
<li>CreateInputsFrom()
: <a class="el" href="_common_test_utils_8cpp.xhtml#a9892eac8f1b8ed9cea0baf643fb6d951">CommonTestUtils.cpp</a>
, <a class="el" href="_common_test_utils_8hpp.xhtml#ac0a6b75ad3de58ac7d36f88bd8866078">CommonTestUtils.hpp</a>
</li>
<li>CreateOutputsFrom()
: <a class="el" href="_common_test_utils_8hpp.xhtml#aff493fee27236e9ddc581e48c4b931a9">CommonTestUtils.hpp</a>
, <a class="el" href="_common_test_utils_8cpp.xhtml#ae405c72b6d52a1bf4b3471032e76e3f0">CommonTestUtils.cpp</a>
</li>
<li>CreatePooling2dGraph()
: <a class="el" href="_optimizer_tests_8cpp.xhtml#a4756218150e4ca0da09d0ecc390a7a17">OptimizerTests.cpp</a>
</li>
<li>CreatePreluLayerHelper()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#aef8723faea6131aaa1d535a17630df42">InferOutputTests.hpp</a>
</li>
<li>CreateResizeBilinearGraph()
: <a class="el" href="_optimizer_tests_8cpp.xhtml#aefb2c7f14f687a9432490a1bdee05458">OptimizerTests.cpp</a>
</li>
<li>CreateStackLayerHelper()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#adad94ff1ff901704556db7b602d46a05">InferOutputTests.hpp</a>
</li>
<li>CreateSubgraphViewFrom()
: <a class="el" href="_common_test_utils_8hpp.xhtml#abf999283bc03f1bafd01680149ed7e3e">CommonTestUtils.hpp</a>
, <a class="el" href="_common_test_utils_8cpp.xhtml#a3ed487c53d08c08186837be90030a855">CommonTestUtils.cpp</a>
</li>
<li>CreateValidDynamicBackendObjectTestImpl()
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a1022c603487807dbfabdc0af03517883">DynamicBackendTests.hpp</a>
</li>
<li>CreateWorkload()
: <a class="el" href="_elementwise_unary_test_impl_8cpp.xhtml#aa50938ed8f91e09acd4af904dcf5543a">ElementwiseUnaryTestImpl.cpp</a>
, <a class="el" href="_elementwise_test_impl_8hpp.xhtml#ab6921db5d86507f5b126af1cc516adb9">ElementwiseTestImpl.hpp</a>
, <a class="el" href="_elementwise_unary_test_impl_8hpp.xhtml#aa50938ed8f91e09acd4af904dcf5543a">ElementwiseUnaryTestImpl.hpp</a>
</li>
<li>CreateWorkload&lt; armnn::AdditionQueueDescriptor &gt;()
: <a class="el" href="_addition_test_impl_8cpp.xhtml#a5f3caae0b1541a904067544dd37655f0">AdditionTestImpl.cpp</a>
</li>
<li>CreateWorkload&lt; armnn::DivisionQueueDescriptor &gt;()
: <a class="el" href="_division_test_impl_8cpp.xhtml#afaae70402fa37637d28397769b9a8ff6">DivisionTestImpl.cpp</a>
</li>
<li>CreateWorkload&lt; armnn::MaximumQueueDescriptor &gt;()
: <a class="el" href="_maximum_test_impl_8cpp.xhtml#a4c4cf71e210daf73f88c730a8350a505">MaximumTestImpl.cpp</a>
</li>
<li>CreateWorkload&lt; armnn::MinimumQueueDescriptor &gt;()
: <a class="el" href="_minimum_test_impl_8cpp.xhtml#a1e17bf0a5a7623e80896966531eeb142">MinimumTestImpl.cpp</a>
</li>
<li>CreateWorkload&lt; armnn::MultiplicationQueueDescriptor &gt;()
: <a class="el" href="_multiplication_test_impl_8cpp.xhtml#afe5e97a88b2d352eca70414a7d652135">MultiplicationTestImpl.cpp</a>
</li>
<li>CreateWorkload&lt; armnn::SubtractionQueueDescriptor &gt;()
: <a class="el" href="_subtraction_test_impl_8cpp.xhtml#a0f20088e478c30fc8b85adc95ee3ebd9">SubtractionTestImpl.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 Fri Mar 13 2020 16:09:21 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>