aboutsummaryrefslogtreecommitdiff
path: root/21.02/globals_d.xhtml
blob: b3e38298d5251b6410a38c9134c71a6b0f8d4300 (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
<!-- Copyright (c) 2020 ARM Limited. -->
<!--                                 -->
<!-- SPDX-License-Identifier: MIT    -->
<!--                                 -->
<!-- HTML header for doxygen 1.8.13-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="robots" content="NOINDEX, NOFOLLOW" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ArmNN: File Members</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
  <td style="padding-left: 0.5em;">
   <div id="projectname">
   &#160;<span id="projectnumber">21.02</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_d.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_d"></a>- d -</h3><ul>
<li>Debug1dBFloat16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a7313bdcaf4c3cfbd900d583e888e10bf">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a7313bdcaf4c3cfbd900d583e888e10bf">DebugTestImpl.hpp</a>
</li>
<li>Debug1dFloat32Test()
: <a class="el" href="_debug_test_impl_8hpp.xhtml#a02e739d71284a1bb5cf25aa4e76ea034">DebugTestImpl.hpp</a>
, <a class="el" href="_debug_test_impl_8cpp.xhtml#a02e739d71284a1bb5cf25aa4e76ea034">DebugTestImpl.cpp</a>
</li>
<li>Debug1dInt16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#acf99889f3486cc377e44dc8c3c430bce">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#acf99889f3486cc377e44dc8c3c430bce">DebugTestImpl.hpp</a>
</li>
<li>Debug1dUint8Test()
: <a class="el" href="_debug_test_impl_8hpp.xhtml#a38d2a08139107d420b511ffebeef4262">DebugTestImpl.hpp</a>
, <a class="el" href="_debug_test_impl_8cpp.xhtml#a38d2a08139107d420b511ffebeef4262">DebugTestImpl.cpp</a>
</li>
<li>Debug2dBFloat16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a1710c99292328a7e623f9326723bac52">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a1710c99292328a7e623f9326723bac52">DebugTestImpl.hpp</a>
</li>
<li>Debug2dFloat32Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a340b57036ad22a70438e5e6b615eebfb">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a340b57036ad22a70438e5e6b615eebfb">DebugTestImpl.hpp</a>
</li>
<li>Debug2dInt16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a70e2a4a133ff823cde320f7aac9eff79">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a70e2a4a133ff823cde320f7aac9eff79">DebugTestImpl.hpp</a>
</li>
<li>Debug2dUint8Test()
: <a class="el" href="_debug_test_impl_8hpp.xhtml#ad248b29d04a555ddfa407f2121f66333">DebugTestImpl.hpp</a>
, <a class="el" href="_debug_test_impl_8cpp.xhtml#ad248b29d04a555ddfa407f2121f66333">DebugTestImpl.cpp</a>
</li>
<li>Debug3dBFloat16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a9fc669585b91c13133f87ab8e3608c20">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a9fc669585b91c13133f87ab8e3608c20">DebugTestImpl.hpp</a>
</li>
<li>Debug3dFloat32Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#ab27db9bc57b9d9285ef91e09a6ae1a2e">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#ab27db9bc57b9d9285ef91e09a6ae1a2e">DebugTestImpl.hpp</a>
</li>
<li>Debug3dInt16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#abdb0d918051840178c879d39e488909e">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#abdb0d918051840178c879d39e488909e">DebugTestImpl.hpp</a>
</li>
<li>Debug3dUint8Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a353659f233efc7b8eb5a52b48c555c25">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a353659f233efc7b8eb5a52b48c555c25">DebugTestImpl.hpp</a>
</li>
<li>Debug4dBFloat16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a9770886bff5c3815fc70738e3a673b08">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a9770886bff5c3815fc70738e3a673b08">DebugTestImpl.hpp</a>
</li>
<li>Debug4dFloat32Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a3a17c31e0243a055d062f9ef00e00295">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a3a17c31e0243a055d062f9ef00e00295">DebugTestImpl.hpp</a>
</li>
<li>Debug4dInt16Test()
: <a class="el" href="_debug_test_impl_8cpp.xhtml#a6cce1d9e431fd143e71e8ba16267c774">DebugTestImpl.cpp</a>
, <a class="el" href="_debug_test_impl_8hpp.xhtml#a6cce1d9e431fd143e71e8ba16267c774">DebugTestImpl.hpp</a>
</li>
<li>Debug4dUint8Test()
: <a class="el" href="_debug_test_impl_8hpp.xhtml#aff1f64410b029a9b9925bb4c69219896">DebugTestImpl.hpp</a>
, <a class="el" href="_debug_test_impl_8cpp.xhtml#aff1f64410b029a9b9925bb4c69219896">DebugTestImpl.cpp</a>
</li>
<li>DECLARE_LAYER
: <a class="el" href="_layers_fwd_8hpp.xhtml#a463a20a2d0283b17eb95358102c8c9e1">LayersFwd.hpp</a>
</li>
<li>DECLARE_LAYER_IMPL
: <a class="el" href="_layers_fwd_8hpp.xhtml#aa4c29d874deb128391826e87b8bb0ff6">LayersFwd.hpp</a>
</li>
<li>DECLARE_LAYER_POLICY_1_PARAM
: <a class="el" href="_is_layer_supported_test_impl_8hpp.xhtml#a3c90603b8bd4980b6f211b07f710454a">IsLayerSupportedTestImpl.hpp</a>
</li>
<li>DECLARE_LAYER_POLICY_2_PARAM
: <a class="el" href="_is_layer_supported_test_impl_8hpp.xhtml#a6f1733a5293675a821587ff5b022246d">IsLayerSupportedTestImpl.hpp</a>
</li>
<li>DECLARE_LAYER_POLICY_CUSTOM_PARAM
: <a class="el" href="_is_layer_supported_test_impl_8hpp.xhtml#a22fc459f237f3214c9e5efbada894a28">IsLayerSupportedTestImpl.hpp</a>
</li>
<li>DECLARE_LAYER_POLICY_EXCEPTION
: <a class="el" href="_is_layer_supported_test_impl_8hpp.xhtml#a09b96516eb25d6389075296cbb95b3b9">IsLayerSupportedTestImpl.hpp</a>
</li>
<li>DECLARE_LAYER_POLICY_EXCEPTION_1_PARAM
: <a class="el" href="_is_layer_supported_test_impl_8hpp.xhtml#a611ebd58835be1bc1460c44ccccbc4c8">IsLayerSupportedTestImpl.hpp</a>
</li>
<li>DECLARE_LAYER_POLICY_EXCEPTION_2_PARAM
: <a class="el" href="_is_layer_supported_test_impl_8hpp.xhtml#a26c3597a39bf385163bc2cc79d2de4a7">IsLayerSupportedTestImpl.hpp</a>
</li>
<li>DECLARE_LAYER_POLICY_MAP_PARAM
: <a class="el" href="_is_layer_supported_test_impl_8hpp.xhtml#a50f261c1d954aee96c5e283bec9b3736">IsLayerSupportedTestImpl.hpp</a>
</li>
<li>DECLARE_SIMPLE_COMPARISON_FIXTURE
: <a class="el" href="_deserialize_comparison_8cpp.xhtml#a703b95c55dbc98f5ff8f49ebba18c9a3">DeserializeComparison.cpp</a>
</li>
<li>DECLARE_SIMPLE_COMPARISON_TEST_CASE
: <a class="el" href="_deserialize_comparison_8cpp.xhtml#a2bfe241b36fb4e6aa16a3cb232f8648f">DeserializeComparison.cpp</a>
</li>
<li>DECLARE_TEST_NAME_AND_DESCRIPTOR_LAYER_VISITOR_CLASS
: <a class="el" href="_test_name_and_descriptor_layer_visitor_8hpp.xhtml#abb64418b249a328aae53463610990dc4">TestNameAndDescriptorLayerVisitor.hpp</a>
</li>
<li>DECLARE_TEST_NAME_ONLY_LAYER_VISITOR_CLASS
: <a class="el" href="_test_name_only_layer_visitor_8hpp.xhtml#a9aa6c97da1fa8975c42b39f70319937e">TestNameOnlyLayerVisitor.hpp</a>
</li>
<li>defaultBackends
: <a class="el" href="_cl_end_to_end_tests_8cpp.xhtml#ab59caffe2ee6be46c08766c055420f17">ClEndToEndTests.cpp</a>
, <a class="el" href="_neon_end_to_end_tests_8cpp.xhtml#ab59caffe2ee6be46c08766c055420f17">NeonEndToEndTests.cpp</a>
, <a class="el" href="_ref_end_to_end_tests_8cpp.xhtml#ab59caffe2ee6be46c08766c055420f17">RefEndToEndTests.cpp</a>
</li>
<li>DELEGATE_MAJOR_VERSION
: <a class="el" href="delegate_2include_2_version_8hpp.xhtml#a7305694db00b560c51782da9ec837296">Version.hpp</a>
</li>
<li>DELEGATE_MINOR_VERSION
: <a class="el" href="delegate_2include_2_version_8hpp.xhtml#ae06007578cc6b9f6a801f942b7efec3d">Version.hpp</a>
</li>
<li>DELEGATE_PATCH_VERSION
: <a class="el" href="delegate_2include_2_version_8hpp.xhtml#aa3aa89cdb6a51e1e9a353f2e396d1152">Version.hpp</a>
</li>
<li>DELEGATE_VERSION
: <a class="el" href="delegate_2include_2_version_8hpp.xhtml#a1480727cdcf161345a1aefb718318bb8">Version.hpp</a>
</li>
<li>DepthToSpaceEndToEnd()
: <a class="el" href="_depth_to_space_end_to_end_test_impl_8hpp.xhtml#a210d03c5b3eb0ba7aade5dc2ebe8c42f">DepthToSpaceEndToEndTestImpl.hpp</a>
</li>
<li>DepthToSpaceTest1()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTestImpl.cpp</a>
, <a class="el" href="_depth_to_space_test_impl_8hpp.xhtml#ab24c4e3bbd4afb21d1e25f32a773284c">DepthToSpaceTestImpl.hpp</a>
</li>
<li>DepthToSpaceTest1&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#aea56cb17706fd5743369bd3bd9a9828c">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest1&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a30d281701fa5d325211c1073c3160c63">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest1&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a0a3b1bfa5fe3982908bb6c023a1589c1">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest1&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a5bc2f858a97479db89b8efbbce6944d9">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest1&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a8274ae3232af21d3c49c90b7191058ae">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest2()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTestImpl.cpp</a>
, <a class="el" href="_depth_to_space_test_impl_8hpp.xhtml#a06c0011e886eec8e9b99ddd399e86d2b">DepthToSpaceTestImpl.hpp</a>
</li>
<li>DepthToSpaceTest2&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a06c224a0689e080bb651e3ab32da7b30">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest2&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#ab820aeaf2f6a8e0a01c78ba92801f34c">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest2&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a98505754a681f048b0f25df2cae7f1c0">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest2&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a3ad687c99210eb055918a1c190f6267a">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest2&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a68ae8d9608016025cd9fab95010e23bd">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest3()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTestImpl.cpp</a>
, <a class="el" href="_depth_to_space_test_impl_8hpp.xhtml#a8eb3eae48bedad36e4cf57184d7eb3e1">DepthToSpaceTestImpl.hpp</a>
</li>
<li>DepthToSpaceTest3&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a39dba4867548a330e78e0c7347cfbb09">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest3&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#ac56627aa965014bfc027d2e95bcc29df">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest3&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a3f633bf537715ac35dea32b27802e8e3">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest3&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a9571167f63c02d26d711b9a54a4fe477">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest3&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#ad3c00b75776ce492fc0c0056a256dd3e">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest4()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTestImpl.cpp</a>
, <a class="el" href="_depth_to_space_test_impl_8hpp.xhtml#a594e4320ad4571c07b95622d7846e4a5">DepthToSpaceTestImpl.hpp</a>
</li>
<li>DepthToSpaceTest4&lt; armnn::DataType::Float16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#ac9bd97aefdbec8d0ad58009ca8f73700">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest4&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a3306abab5c2c3b5e452083b6a48fd8ea">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest4&lt; armnn::DataType::QAsymmS8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a54be05a37fe7a672f1ed6c81f6336b03">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest4&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#a06d1e0661e3a5ef2297890fd083d11e6">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthToSpaceTest4&lt; armnn::DataType::QSymmS16 &gt;()
: <a class="el" href="_depth_to_space_test_impl_8cpp.xhtml#ab571d803a28c09173dae02c1078cf73a">DepthToSpaceTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d2x3x3Dilation3x3Test()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#adb5b1d96ba9807887953dfd1a71ddb14">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#adb5b1d96ba9807887953dfd1a71ddb14">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::BFloat16, armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a6b0ed1631e238aebf3844851bd97ae6e">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::Float32, armnn::DataType::Float32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a8f6853f22f4309036699f86181a0972b">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::QAsymmS8, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#af2a5475222477d45993eceeac1cf77d5">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::QAsymmU8, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#aa70130a71eeb50800b539f1fafdb9f5a">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d2x3x3Dilation3x3Test&lt; armnn::DataType::QSymmS16, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a4ae8769efefaff527a9f3c47ca7a556a">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d3x3Dilation3x3Test()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ae689ff7f2c5222b1ab4ee153e159cab7">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#ae689ff7f2c5222b1ab4ee153e159cab7">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2d3x3Dilation3x3Test&lt; armnn::DataType::BFloat16, armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#abe39a314c0b5acb4d98b13cc43db43c7">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d3x3Dilation3x3Test&lt; armnn::DataType::Float32, armnn::DataType::Float32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a06e52116ce757134e010f7d438000dfe">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d3x3Dilation3x3Test&lt; armnn::DataType::QAsymmS8, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a7870cb53f9ce2e192707e5861eaa83aa">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d3x3Dilation3x3Test&lt; armnn::DataType::QAsymmU8, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a2a3294b51cecc582d62cbaf623a1a57f">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d3x3Dilation3x3Test&lt; armnn::DataType::QSymmS16, armnn::DataType::Signed32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a616028b301a652d0fde8bb17a5f3fce0">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2d3x3DilationTestCommon()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a9fa295f89db31cb7e7dae62f39cdeb14">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dAsymmetricTest
: <a class="el" href="_cl_layer_tests_8cpp.xhtml#a5c575efd091f068ea728501323095c85">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a7aa0cc47b204ae54c5ad026089943fc1">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a5c575efd091f068ea728501323095c85">RefLayerTests.cpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#abdbec483f1020dc684741b37e04d2175">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#abdbec483f1020dc684741b37e04d2175">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dAsymmetricTestCommon()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a99cacef4e22185078218877c62d27ac3">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dAsymmetricTestImpl()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a3fe8b286943505e7508c64e138cbcf76">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dDepthMul1Int16Test
: <a class="el" href="_ref_layer_tests_8cpp.xhtml#a4321d16d84b9d6121ad2ccc35763ad9e">RefLayerTests.cpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a1879a2d6ebde509005aef609d663f664">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a1879a2d6ebde509005aef609d663f664">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dDepthMul1Test()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#aa1b649cd47b77a98921cc22eb6a451c8">Conv2dTestImpl.hpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a5f6be4f5ad0e3a7001bebc48e26701b8">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#a5f6be4f5ad0e3a7001bebc48e26701b8">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#a0cfb93a0db19c1c8764cd3bd02633789">RefLayerTests.cpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#aa1b649cd47b77a98921cc22eb6a451c8">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dDepthMul1TestImpl()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a8447673c34be8e6c5d7fcc54a852094b">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dDepthMul1Uint8Test
: <a class="el" href="_cl_layer_tests_8cpp.xhtml#ab42d04977a10c05c753cea5d7a0eb286">ClLayerTests.cpp</a>
, <a class="el" href="_neon_layer_tests_8cpp.xhtml#aced4e3ab49ae91101bbd0486b1f042bb">NeonLayerTests.cpp</a>
, <a class="el" href="_ref_layer_tests_8cpp.xhtml#ab42d04977a10c05c753cea5d7a0eb286">RefLayerTests.cpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a0cbaad29854964598fdbd63d9506d31f">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a0cbaad29854964598fdbd63d9506d31f">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dDepthMul64Test
: <a class="el" href="_neon_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">NeonLayerTests.cpp</a>
, <a class="el" href="_cl_layer_tests_8cpp.xhtml#a9ad391ecc4e862cef1126906c3db42c8">ClLayerTests.cpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a9c68d43c1ebbd68f34b7846046d814d3">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a9c68d43c1ebbd68f34b7846046d814d3">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dDepthNhwcTest()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#ae9488183b3dc79abe459aaea83524d0a">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ae9488183b3dc79abe459aaea83524d0a">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dInferOutputShapeTest()
: <a class="el" href="_infer_output_tests_8hpp.xhtml#a0443e325bae088a453cef63002516742">InferOutputTests.hpp</a>
</li>
<li>DepthwiseConvolution2dInt16Test()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a1599b84e270875cb9b008c23cba9229f">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a1599b84e270875cb9b008c23cba9229f">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dMult2Test()
: <a class="el" href="_conv2d_test_impl_8hpp.xhtml#ae5aa717dc049d325cb92112049e5e626">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ae5aa717dc049d325cb92112049e5e626">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dMult2Test&lt; armnn::DataType::BFloat16, armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a7b3c5be6845b6447b1b8333a16c5068b">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dMult2Test&lt; armnn::DataType::Float32, armnn::DataType::Float32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ada4d9aaa4881a0179f74d4c5b69e4e95">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dMult4Test()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a347ca1c8d1443563807e98e261a84954">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a347ca1c8d1443563807e98e261a84954">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dMult4Test&lt; armnn::DataType::BFloat16, armnn::DataType::BFloat16 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a9adf1b9163f9cc742add7ed8571dfeb9">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dMult4Test&lt; armnn::DataType::Float32, armnn::DataType::Float32 &gt;()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a4d295c26ec2b6f59c4335ab48ef1615b">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dNhwcTestCommon()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a3bb67e016661ad8eb0e6dec4bb3994f7">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dPerAxisQuantTest()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#aeb6f20ff65cd6c5fa68a70a2f3d27788">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#aeb6f20ff65cd6c5fa68a70a2f3d27788">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dTest()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a9ed9dc40170e362160eb6e6e7edda209">Conv2dTestImpl.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#a9ed9dc40170e362160eb6e6e7edda209">Conv2dTestImpl.hpp</a>
</li>
<li>DepthwiseConvolution2dTestImpl()
: <a class="el" href="_conv2d_test_impl_8cpp.xhtml#a01cb9a3fc27404adb04ff1a29a858bb4">Conv2dTestImpl.cpp</a>
</li>
<li>DepthwiseConvolution2dUint8Test
: <a class="el" href="_ref_layer_tests_8cpp.xhtml#a9de2cb9028c16c765262ec48dbd01834">RefLayerTests.cpp</a>
, <a class="el" href="_conv2d_test_impl_8hpp.xhtml#ae739d5c6193a4b2192f155632a4e2cd6">Conv2dTestImpl.hpp</a>
, <a class="el" href="_conv2d_test_impl_8cpp.xhtml#ae739d5c6193a4b2192f155632a4e2cd6">Conv2dTestImpl.cpp</a>
</li>
<li>DequantizeOffsetAsymmInt8Test()
: <a class="el" href="_dequantize_test_impl_8hpp.xhtml#abb3a3a6674d6e5bc79f7424c01f8182c">DequantizeTestImpl.hpp</a>
, <a class="el" href="_dequantize_test_impl_8cpp.xhtml#abb3a3a6674d6e5bc79f7424c01f8182c">DequantizeTestImpl.cpp</a>
</li>
<li>DequantizeOffsetUint8Test()
: <a class="el" href="_dequantize_test_impl_8cpp.xhtml#ab56193e66573ccaa72b1576bc9bb8a17">DequantizeTestImpl.cpp</a>
, <a class="el" href="_dequantize_test_impl_8hpp.xhtml#ab56193e66573ccaa72b1576bc9bb8a17">DequantizeTestImpl.hpp</a>
</li>
<li>DequantizeSimpleAsymmInt8Test()
: <a class="el" href="_dequantize_test_impl_8cpp.xhtml#a9f5834582afee957cb564f793471749b">DequantizeTestImpl.cpp</a>
, <a class="el" href="_dequantize_test_impl_8hpp.xhtml#a9f5834582afee957cb564f793471749b">DequantizeTestImpl.hpp</a>
</li>
<li>DequantizeSimpleInt16Test()
: <a class="el" href="_dequantize_test_impl_8hpp.xhtml#ace2eed3bc22c77fc1b99f040e7289c65">DequantizeTestImpl.hpp</a>
, <a class="el" href="_dequantize_test_impl_8cpp.xhtml#ace2eed3bc22c77fc1b99f040e7289c65">DequantizeTestImpl.cpp</a>
</li>
<li>DequantizeSimpleInt16ToFp16Test()
: <a class="el" href="_dequantize_test_impl_8hpp.xhtml#a925b0f3783cc793c72ca589fb99351e7">DequantizeTestImpl.hpp</a>
, <a class="el" href="_dequantize_test_impl_8cpp.xhtml#a925b0f3783cc793c72ca589fb99351e7">DequantizeTestImpl.cpp</a>
</li>
<li>DequantizeSimpleInt8Test()
: <a class="el" href="_dequantize_test_impl_8hpp.xhtml#aef2d4e5a1cc68a35254b7d5bba760547">DequantizeTestImpl.hpp</a>
, <a class="el" href="_dequantize_test_impl_8cpp.xhtml#aef2d4e5a1cc68a35254b7d5bba760547">DequantizeTestImpl.cpp</a>
</li>
<li>DequantizeSimpleInt8ToFp16Test()
: <a class="el" href="_dequantize_test_impl_8hpp.xhtml#a2a7ff427e13c513930e1c594f4078c93">DequantizeTestImpl.hpp</a>
, <a class="el" href="_dequantize_test_impl_8cpp.xhtml#a2a7ff427e13c513930e1c594f4078c93">DequantizeTestImpl.cpp</a>
</li>
<li>DequantizeSimpleUint8Test()
: <a class="el" href="_dequantize_test_impl_8hpp.xhtml#a7d08e6e6748e33b4bffee532b790d876">DequantizeTestImpl.hpp</a>
, <a class="el" href="_dequantize_test_impl_8cpp.xhtml#a7d08e6e6748e33b4bffee532b790d876">DequantizeTestImpl.cpp</a>
</li>
<li>DequantizeSimpleUint8ToFp16Test()
: <a class="el" href="_dequantize_test_impl_8cpp.xhtml#aa5d9ea933ea0983bc8118a44486df525">DequantizeTestImpl.cpp</a>
, <a class="el" href="_dequantize_test_impl_8hpp.xhtml#aa5d9ea933ea0983bc8118a44486df525">DequantizeTestImpl.hpp</a>
</li>
<li>deserialize_schema_end
: <a class="el" href="_schema_serialize_8hpp.xhtml#a535b75d8b7b9ae68d8c9de8937ebd8d8">SchemaSerialize.hpp</a>
</li>
<li>deserialize_schema_start
: <a class="el" href="_schema_serialize_8hpp.xhtml#a0cc366ea2aac864a65b56f2c6e5dbcd0">SchemaSerialize.hpp</a>
</li>
<li>DeserializeNetwork()
: <a class="el" href="_serializer_test_utils_8hpp.xhtml#a59d03e40f8f051241e46091cca50d31f">SerializerTestUtils.hpp</a>
, <a class="el" href="_serializer_test_utils_8cpp.xhtml#a59d03e40f8f051241e46091cca50d31f">SerializerTestUtils.cpp</a>
</li>
<li>DetectionPostProcessFastNmsEndToEnd&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_neon_end_to_end_tests_8cpp.xhtml#ac88dc69623e6bacd6204fd86ed16eae2">NeonEndToEndTests.cpp</a>
</li>
<li>DetectionPostProcessFastNmsEndToEnd&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_neon_end_to_end_tests_8cpp.xhtml#a6974361ca12ee218b8f0c62e92acd032">NeonEndToEndTests.cpp</a>
</li>
<li>DetectionPostProcessFastNmsFloatTest()
: <a class="el" href="_detection_post_process_test_impl_8hpp.xhtml#a53950727fa51d571f312789c72db09bc">DetectionPostProcessTestImpl.hpp</a>
</li>
<li>DetectionPostProcessFastNmsQuantizedTest()
: <a class="el" href="_detection_post_process_test_impl_8hpp.xhtml#a496f3eb2f8ca9b1e688fbc716f77c448">DetectionPostProcessTestImpl.hpp</a>
</li>
<li>DetectionPostProcessImpl()
: <a class="el" href="_detection_post_process_test_impl_8hpp.xhtml#abcb5860eb1d6f41eabf48d985b51da3b">DetectionPostProcessTestImpl.hpp</a>
</li>
<li>DetectionPostProcessRegularNmsEndToEnd&lt; armnn::DataType::Float32 &gt;()
: <a class="el" href="_neon_end_to_end_tests_8cpp.xhtml#a3cde378b23177d7dbb79f23d1e363960">NeonEndToEndTests.cpp</a>
</li>
<li>DetectionPostProcessRegularNmsEndToEnd&lt; armnn::DataType::QAsymmU8 &gt;()
: <a class="el" href="_neon_end_to_end_tests_8cpp.xhtml#a3b3bc526127b743c5c9bbb71671d2ab7">NeonEndToEndTests.cpp</a>
</li>
<li>DetectionPostProcessRegularNmsFloatTest()
: <a class="el" href="_detection_post_process_test_impl_8hpp.xhtml#a41f47226e626cee4e116cddb477aaffa">DetectionPostProcessTestImpl.hpp</a>
</li>
<li>DetectionPostProcessRegularNmsQuantizedTest()
: <a class="el" href="_detection_post_process_test_impl_8hpp.xhtml#a529a27be5db241fb01a7ee08286d2e0a">DetectionPostProcessTestImpl.hpp</a>
</li>
<li>DetectionPostProcessTestImpl()
: <a class="el" href="_ref_detection_post_process_tests_8cpp.xhtml#acb1c1308e009fe531107404309c59332">RefDetectionPostProcessTests.cpp</a>
</li>
<li>DivisionBroadcast1DVectorFloat16Test()
: <a class="el" href="_division_test_impl_8cpp.xhtml#aa71afd44f2d3e9510afa38285c6b1aab">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#aa71afd44f2d3e9510afa38285c6b1aab">DivisionTestImpl.hpp</a>
</li>
<li>DivisionBroadcast1DVectorInt16Test()
: <a class="el" href="_division_test_impl_8cpp.xhtml#a915cdb48a26cf4f10167a0bdc29edb88">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#a915cdb48a26cf4f10167a0bdc29edb88">DivisionTestImpl.hpp</a>
</li>
<li>DivisionBroadcast1DVectorInt32Test()
: <a class="el" href="_division_test_impl_8hpp.xhtml#a430c702e008d83323ed70008abc02fbe">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#a430c702e008d83323ed70008abc02fbe">DivisionTestImpl.cpp</a>
</li>
<li>DivisionBroadcast1DVectorTest()
: <a class="el" href="_division_test_impl_8hpp.xhtml#ac19b2754b5542534e92e9fbc127c1d9a">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#ac19b2754b5542534e92e9fbc127c1d9a">DivisionTestImpl.cpp</a>
</li>
<li>DivisionBroadcast1DVectorUint8Test()
: <a class="el" href="_division_test_impl_8cpp.xhtml#a1155097109057d1884c551834f1b53ac">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#a1155097109057d1884c551834f1b53ac">DivisionTestImpl.hpp</a>
</li>
<li>DivisionBroadcast1ElementFloat16Test()
: <a class="el" href="_division_test_impl_8cpp.xhtml#a4139d5b8544354b15b1ad320a452d192">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#a4139d5b8544354b15b1ad320a452d192">DivisionTestImpl.hpp</a>
</li>
<li>DivisionBroadcast1ElementInt16Test()
: <a class="el" href="_division_test_impl_8hpp.xhtml#a210e651c6c8936f5fb2e0c85ad05efca">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#a210e651c6c8936f5fb2e0c85ad05efca">DivisionTestImpl.cpp</a>
</li>
<li>DivisionBroadcast1ElementInt32Test()
: <a class="el" href="_division_test_impl_8cpp.xhtml#abe8faca829b2a17fe3ec137ad8c02fdb">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#abe8faca829b2a17fe3ec137ad8c02fdb">DivisionTestImpl.hpp</a>
</li>
<li>DivisionBroadcast1ElementTest()
: <a class="el" href="_division_test_impl_8cpp.xhtml#a61e85707eb6507a6f1b33e765a54ac2b">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#a61e85707eb6507a6f1b33e765a54ac2b">DivisionTestImpl.hpp</a>
</li>
<li>DivisionBroadcast1ElementUint8Test()
: <a class="el" href="_division_test_impl_8cpp.xhtml#a9bfc287eb7c5e48e14742a7e5a1ca917">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#a9bfc287eb7c5e48e14742a7e5a1ca917">DivisionTestImpl.hpp</a>
</li>
<li>DivisionByZeroTest()
: <a class="el" href="_division_test_impl_8hpp.xhtml#a5d15c2248b235f4d514e27193d7c321c">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#a5d15c2248b235f4d514e27193d7c321c">DivisionTestImpl.cpp</a>
</li>
<li>DivisionFloat16Test()
: <a class="el" href="_division_test_impl_8hpp.xhtml#ae6befb54443f3472700fd8ba8435a966">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#ae6befb54443f3472700fd8ba8435a966">DivisionTestImpl.cpp</a>
</li>
<li>DivisionInt16Test()
: <a class="el" href="_division_test_impl_8cpp.xhtml#aafb313b3a615c1166a1a72528aebaff9">DivisionTestImpl.cpp</a>
, <a class="el" href="_division_test_impl_8hpp.xhtml#aafb313b3a615c1166a1a72528aebaff9">DivisionTestImpl.hpp</a>
</li>
<li>DivisionInt32Test()
: <a class="el" href="_division_test_impl_8hpp.xhtml#a8d77d66b81d2d6ec536b4bff045f4505">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#adb1c9fdc2a9930d20ef69cecb5245466">DivisionTestImpl.cpp</a>
</li>
<li>DivisionTest()
: <a class="el" href="_division_test_impl_8hpp.xhtml#a6e7cf17bea3cc66f9b44510b443fbef7">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#a6e7cf17bea3cc66f9b44510b443fbef7">DivisionTestImpl.cpp</a>
</li>
<li>DivisionUint8Test()
: <a class="el" href="_division_test_impl_8hpp.xhtml#a38f5fd28516becdc8e3f1f6d280500ac">DivisionTestImpl.hpp</a>
, <a class="el" href="_division_test_impl_8cpp.xhtml#a38f5fd28516becdc8e3f1f6d280500ac">DivisionTestImpl.cpp</a>
</li>
<li>DumpToDot
: <a class="el" href="_tf_lite_yolo_v3_big-_armnn_8cpp.xhtml#a7454bbb669508e9e0dbdbed5f7456064">TfLiteYoloV3Big-Armnn.cpp</a>
</li>
<li>DYNAMIC_BACKEND_BUILD_DIR
: <a class="el" href="_dynamic_backend_tests_8hpp.xhtml#a5f525e18ac7373a2250d958dd6cdf94e">DynamicBackendTests.hpp</a>
</li>
<li>DYNAMIC_BACKEND_PATHS
: <a class="el" href="_dynamic_backend_utils_8hpp.xhtml#a6100170f71dc5f7f2558234843db82b3">DynamicBackendUtils.hpp</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Fri Mar 19 2021 15:26:16 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>