aboutsummaryrefslogtreecommitdiff
path: root/21.02/functions_0x7e.xhtml
blob: c98a98461eb54aa42baa9105dc2e96d20efd9632 (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
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
<!-- 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: Class 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('functions_0x7e.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 class members with links to the classes they belong to:</div>

<h3><a id="index_0x7e"></a>- ~ -</h3><ul>
<li>~AbsLayer()
: <a class="el" href="classarmnn_1_1_abs_layer.xhtml#afd3b33639d29e1dddb660b2a7a0b4a6a">AbsLayer</a>
</li>
<li>~ActivationLayer()
: <a class="el" href="classarmnn_1_1_activation_layer.xhtml#a272dd50b9965d529eed462d4fe65e53e">ActivationLayer</a>
</li>
<li>~AddBroadcastReshapeLayerImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_add_broadcast_reshape_layer_impl.xhtml#a926b9b2f21335752bc1cad1a2a413b5f">AddBroadcastReshapeLayerImpl</a>
</li>
<li>~AddDebugImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_add_debug_impl.xhtml#aa17d19b824a5c90e167d78229d72a864">AddDebugImpl</a>
</li>
<li>~AdditionLayer()
: <a class="el" href="classarmnn_1_1_addition_layer.xhtml#a2fc2b0181ef93ebd32301f6bcb1733bd">AdditionLayer</a>
</li>
<li>~ArgMinMaxLayer()
: <a class="el" href="classarmnn_1_1_arg_min_max_layer.xhtml#a468e3a17c036f2f5031efd40ca6c6082">ArgMinMaxLayer</a>
</li>
<li>~BackendId()
: <a class="el" href="classarmnn_1_1_backend_id.xhtml#ad7ccaaabca16552487e146957242972c">BackendId</a>
</li>
<li>~BackendOption()
: <a class="el" href="structarmnn_1_1_backend_options_1_1_backend_option.xhtml#a1b42b4730365ff017280a5100d3ae3f8">BackendOptions::BackendOption</a>
</li>
<li>~BackendProfiling()
: <a class="el" href="classarmnn_1_1profiling_1_1_backend_profiling.xhtml#ad6461bdc54c179fce4e84258ec56dc61">BackendProfiling</a>
</li>
<li>~BackendRegistry()
: <a class="el" href="classarmnn_1_1_backend_registry.xhtml#a8786f3428c374a1f2b08cabde9ffa687">BackendRegistry</a>
</li>
<li>~BaseIterator()
: <a class="el" href="classarmnn_1_1_base_iterator.xhtml#ae6ebc8bd299c44c289bd4168d3ecc68f">BaseIterator</a>
</li>
<li>~BaseMemoryManager()
: <a class="el" href="classarmnn_1_1_base_memory_manager.xhtml#a00a469f202ef1876876cc8a3148bdc36">BaseMemoryManager</a>
</li>
<li>~BaseTensor()
: <a class="el" href="classarmnn_1_1_base_tensor.xhtml#abac025efeffc6e099a365bdb17b5ca3e">BaseTensor&lt; MemoryType &gt;</a>
</li>
<li>~BatchNormalizationLayer()
: <a class="el" href="classarmnn_1_1_batch_normalization_layer.xhtml#a15bb63bb2fb8d760dc022720a7314acf">BatchNormalizationLayer</a>
</li>
<li>~BatchToSpaceNdLayer()
: <a class="el" href="classarmnn_1_1_batch_to_space_nd_layer.xhtml#a43e1497a66ac7f2c8f58eb185f88f4e1">BatchToSpaceNdLayer</a>
</li>
<li>~BindableLayer()
: <a class="el" href="classarmnn_1_1_bindable_layer.xhtml#abe51650bd0ebdb1cbe63b16a6a2639ea">BindableLayer</a>
</li>
<li>~BufferManager()
: <a class="el" href="classarmnn_1_1profiling_1_1_buffer_manager.xhtml#a8224229b6953f986d6fb2d4d00fe6ee2">BufferManager</a>
</li>
<li>~CaffeParserImpl()
: <a class="el" href="classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl.xhtml#af29b8e25331cf9235aceab8c59d0b837">ICaffeParser::CaffeParserImpl</a>
</li>
<li>~ClBackend()
: <a class="el" href="classarmnn_1_1_cl_backend.xhtml#a2d10800539d28eead01057c1cc75815d">ClBackend</a>
</li>
<li>~ClBackendContext()
: <a class="el" href="classarmnn_1_1_cl_backend_context.xhtml#a9cd81257364a0a85008f1d4109016264">ClBackendContext</a>
</li>
<li>~ClContextControl()
: <a class="el" href="classarmnn_1_1_cl_context_control.xhtml#a9d4f5387dafdafbb86aac00586c58a79">ClContextControl</a>
</li>
<li>~ClContextDeserializer()
: <a class="el" href="classarmnn_1_1_cl_context_deserializer.xhtml#a7842471af1a703f47025648fbcad8894">ClContextDeserializer</a>
</li>
<li>~ClContextSerializer()
: <a class="el" href="classarmnn_1_1_cl_context_serializer.xhtml#a98565c90862c879b731128512377efb6">ClContextSerializer</a>
</li>
<li>~ClLayerSupport()
: <a class="el" href="classarmnn_1_1_cl_layer_support.xhtml#a35c41b0cdf5faf11fb39554c269e7f9b">ClLayerSupport</a>
</li>
<li>~ClMemoryManager()
: <a class="el" href="classarmnn_1_1_cl_memory_manager.xhtml#a09a3a6ff3d72b2829032f3f627fe25a8">ClMemoryManager</a>
</li>
<li>~CommandHandler()
: <a class="el" href="classarmnn_1_1profiling_1_1_command_handler.xhtml#a5f937b7610842eb70d0376221da7bb07">CommandHandler</a>
</li>
<li>~ComparisonLayer()
: <a class="el" href="classarmnn_1_1_comparison_layer.xhtml#a1866ea0335e6b4e09bff8c36732ecfa3">ComparisonLayer</a>
</li>
<li>~ConcatLayer()
: <a class="el" href="classarmnn_1_1_concat_layer.xhtml#a73b36469c5fe8ee1c1d16323619365f1">ConcatLayer</a>
</li>
<li>~ConstantLayer()
: <a class="el" href="classarmnn_1_1_constant_layer.xhtml#a19c5dac79ecae1c9fd71235462387311">ConstantLayer</a>
</li>
<li>~ConvertBf16ToFp32Layer()
: <a class="el" href="classarmnn_1_1_convert_bf16_to_fp32_layer.xhtml#a8e3fbbd7787cea6cad6070da49d3fa6b">ConvertBf16ToFp32Layer</a>
</li>
<li>~ConvertConstants()
: <a class="el" href="classarmnn_1_1optimizations_1_1_convert_constants.xhtml#ab77d31dcba039c99e638faeab9ff18e8">ConvertConstants&lt; Converter, Predicate &gt;</a>
</li>
<li>~ConvertFp16ToFp32Layer()
: <a class="el" href="classarmnn_1_1_convert_fp16_to_fp32_layer.xhtml#ae02e6f72c448f31c82b9def8c7096e00">ConvertFp16ToFp32Layer</a>
</li>
<li>~ConvertFp32NetworkToBf16Impl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_convert_fp32_network_to_bf16_impl.xhtml#a0e2e461576f2ad8f2d9d7859ca17d0c7">ConvertFp32NetworkToBf16Impl</a>
</li>
<li>~ConvertFp32NetworkToFp16Impl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_convert_fp32_network_to_fp16_impl.xhtml#a2b3e400ddbdb7b3f846b47bb535dfd97">ConvertFp32NetworkToFp16Impl</a>
</li>
<li>~ConvertFp32ToBf16Layer()
: <a class="el" href="classarmnn_1_1_convert_fp32_to_bf16_layer.xhtml#a31d16d3193958bc7bfdd54185cf951bc">ConvertFp32ToBf16Layer</a>
</li>
<li>~ConvertFp32ToFp16Layer()
: <a class="el" href="classarmnn_1_1_convert_fp32_to_fp16_layer.xhtml#ada83b37cfab96bbbdeef5900caa70397">ConvertFp32ToFp16Layer</a>
</li>
<li>~Convolution2dLayer()
: <a class="el" href="classarmnn_1_1_convolution2d_layer.xhtml#af83688dfd5460d2f705f1ab60b8a216f">Convolution2dLayer</a>
</li>
<li>~CounterDirectory()
: <a class="el" href="classarmnn_1_1profiling_1_1_counter_directory.xhtml#acf7538e5b98c77d22e3df30360a071a2">CounterDirectory</a>
</li>
<li>~CounterIdMap()
: <a class="el" href="classarmnn_1_1profiling_1_1_counter_id_map.xhtml#ad7cf6a514144f22d94542b8d7b833640">CounterIdMap</a>
</li>
<li>~DebugLayer()
: <a class="el" href="classarmnn_1_1_debug_layer.xhtml#af7b7a8c1b87e8320e0a63332a4ef2ae4">DebugLayer</a>
</li>
<li>~Decoder()
: <a class="el" href="classarmnn_1_1_decoder.xhtml#a2ff7c15dd4f7e8a75ede5fdab35d289a">Decoder&lt; IType &gt;</a>
</li>
<li>~DepthToSpaceLayer()
: <a class="el" href="classarmnn_1_1_depth_to_space_layer.xhtml#a62cf098c7b769277aa3d66c9d9203a12">DepthToSpaceLayer</a>
</li>
<li>~DepthwiseConvolution2dLayer()
: <a class="el" href="classarmnn_1_1_depthwise_convolution2d_layer.xhtml#aa083660358ea15446f823a38c1533698">DepthwiseConvolution2dLayer</a>
</li>
<li>~DequantizeLayer()
: <a class="el" href="classarmnn_1_1_dequantize_layer.xhtml#a75254f2384cb11d79b36f57f89e9022f">DequantizeLayer</a>
</li>
<li>~DeserializerImpl()
: <a class="el" href="classarmnn_deserializer_1_1_i_deserializer_1_1_deserializer_impl.xhtml#a28e2ce091ba1ac8242f17134c662ea0f">IDeserializer::DeserializerImpl</a>
</li>
<li>~DetectionPostProcessLayer()
: <a class="el" href="classarmnn_1_1_detection_post_process_layer.xhtml#a7acbfacbca5998ff9c967927d00efbe2">DetectionPostProcessLayer</a>
</li>
<li>~DeviceSpec()
: <a class="el" href="classarmnn_1_1_device_spec.xhtml#a36963441acb57ec53af7fef48bfd434c">DeviceSpec</a>
</li>
<li>~DivisionLayer()
: <a class="el" href="classarmnn_1_1_division_layer.xhtml#a6638f79eb931c4c421680c22675f5546">DivisionLayer</a>
</li>
<li>~DotAttributeSet()
: <a class="el" href="classarmnn_1_1_dot_attribute_set.xhtml#ad9ebcbd4c203fdf680df08bb7a0102d7">DotAttributeSet</a>
</li>
<li>~DotDefaults()
: <a class="el" href="classarmnn_1_1_dot_defaults.xhtml#a6ce7f8a8b6858137f55f7f25f9b80a7d">DotDefaults</a>
</li>
<li>~DotEdge()
: <a class="el" href="classarmnn_1_1_dot_edge.xhtml#aa6e95d3ac8f1006f7b673fa636ba7ac4">DotEdge</a>
</li>
<li>~DotGraph()
: <a class="el" href="classarmnn_1_1_dot_graph.xhtml#a452fb51fbd96e26a4a419a21c60ce4f6">DotGraph</a>
</li>
<li>~DotNode()
: <a class="el" href="classarmnn_1_1_dot_node.xhtml#a1a90b7c27390c5b4f7828a0c9917f6fe">DotNode</a>
</li>
<li>~DynamicQuantizationStrategy()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_strategy.xhtml#a6549a600bd000071fbb4232d1c1bfdc8">DynamicQuantizationStrategy</a>
</li>
<li>~ElementwiseBaseLayer()
: <a class="el" href="classarmnn_1_1_elementwise_base_layer.xhtml#a70745c21e09e36c3a83aff0c9848514c">ElementwiseBaseLayer</a>
</li>
<li>~ElementwiseUnaryLayer()
: <a class="el" href="classarmnn_1_1_elementwise_unary_layer.xhtml#ab6fbbcd1245aeda915db3e2fa69cf061">ElementwiseUnaryLayer</a>
</li>
<li>~Encoder()
: <a class="el" href="classarmnn_1_1_encoder.xhtml#a2a7d9ce14c0db46b3d1baaae0a7c13ba">Encoder&lt; IType &gt;</a>
</li>
<li>~Event()
: <a class="el" href="classarmnn_1_1_event.xhtml#aed10f5e4b5520fcb155518eebd8993c4">Event</a>
</li>
<li>~FakeQuantizationLayer()
: <a class="el" href="classarmnn_1_1_fake_quantization_layer.xhtml#aa8b8e11008ddacd60bf165a481ca3b0a">FakeQuantizationLayer</a>
</li>
<li>~FileOnlyProfilingConnection()
: <a class="el" href="classarmnn_1_1profiling_1_1_file_only_profiling_connection.xhtml#a8da509c653de8c6b1809cae4372c8dfd">FileOnlyProfilingConnection</a>
</li>
<li>~FillLayer()
: <a class="el" href="classarmnn_1_1_fill_layer.xhtml#a14509ac9787e309e622d3240fa500452">FillLayer</a>
</li>
<li>~FloorLayer()
: <a class="el" href="classarmnn_1_1_floor_layer.xhtml#ad9124b71619bd871f87cabe4e8bc4a73">FloorLayer</a>
</li>
<li>~FoldPadIntoConvolution2dImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_fold_pad_into_convolution2d_impl.xhtml#ab52c3ac73b3b657ccc44ac92d2ce88f1">FoldPadIntoConvolution2dImpl</a>
</li>
<li>~FullyConnectedLayer()
: <a class="el" href="classarmnn_1_1_fully_connected_layer.xhtml#a9155d2ec7631b99587504b36ede2412a">FullyConnectedLayer</a>
</li>
<li>~FuseBatchNorm()
: <a class="el" href="classarmnn_1_1optimizations_1_1_fuse_batch_norm.xhtml#a0ff9a790927b898d90261a8ea0e479e6">FuseBatchNorm&lt; ConvLayer, ArmnnType, T &gt;</a>
</li>
<li>~GatherLayer()
: <a class="el" href="classarmnn_1_1_gather_layer.xhtml#a7bd5c126c866e34a8555a2c723e8ad64">GatherLayer</a>
</li>
<li>~Graph()
: <a class="el" href="classarmnn_1_1_graph.xhtml#af5a604e5e9e4d68dbc10b312e59f678f">Graph</a>
</li>
<li>~GraphObservable()
: <a class="el" href="classarmnn_1_1_graph_observable.xhtml#a275f5638b4dedbcbd80b42e4210cb88e">GraphObservable&lt; ObservedType &gt;</a>
</li>
<li>~HtmlFont()
: <a class="el" href="classarmnn_1_1_html_font.xhtml#a852f98b6421c89a07eae9f1e35ef1210">HtmlFont</a>
</li>
<li>~HtmlSection()
: <a class="el" href="classarmnn_1_1_html_section.xhtml#a18b07a40a0cdf7f9e38fdeddc28e0e6f">HtmlSection</a>
</li>
<li>~HtmlSimpleTag()
: <a class="el" href="classarmnn_1_1_html_simple_tag.xhtml#acf4474eca8d745ce961a32637d4e2191">HtmlSimpleTag</a>
</li>
<li>~IBackend()
: <a class="el" href="classarmnn_1_1_i_backend.xhtml#aa73289e0503a4f7ec5909e117a57aa2b">IBackend</a>
</li>
<li>~IBackendContext()
: <a class="el" href="classarmnn_1_1_i_backend_context.xhtml#a13815a4455284ba43cae24ff99f6fc43">IBackendContext</a>
</li>
<li>~IBackendInternal()
: <a class="el" href="classarmnn_1_1_i_backend_internal.xhtml#a8c507c220869f89aec2dc370ea6c5a0b">IBackendInternal</a>
</li>
<li>~IBackendModelContext()
: <a class="el" href="classarmnn_1_1_i_backend_model_context.xhtml#a340bc2d4320c899e1506c3a4c099e063">IBackendModelContext</a>
</li>
<li>~IBackendProfiling()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_backend_profiling.xhtml#a1179976118abc3d6765a5b2fea4be35c">IBackendProfiling</a>
</li>
<li>~IBackendProfilingContext()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_backend_profiling_context.xhtml#a9aeb82fc99434b8847b6274868cce79e">IBackendProfilingContext</a>
</li>
<li>~IBufferManager()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_buffer_manager.xhtml#a18c16b4ff70efb2663a4c4c1144babee">IBufferManager</a>
</li>
<li>~IConnectableLayer()
: <a class="el" href="classarmnn_1_1_i_connectable_layer.xhtml#a8c7faf37c1d965431aaa02ae934d67ee">IConnectableLayer</a>
</li>
<li>~IConsumer()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_consumer.xhtml#a70e3766f4088883274c4daa1941f03b9">IConsumer</a>
</li>
<li>~ICounterDirectory()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_counter_directory.xhtml#ad5186479ccb3343cad2dcf8a288bede1">ICounterDirectory</a>
</li>
<li>~ICounterMappings()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_counter_mappings.xhtml#aff478703ba6af2360a04c1f0e00911b4">ICounterMappings</a>
</li>
<li>~ICounterRegistry()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_counter_registry.xhtml#ae975a04ac3e352f5ed0c13501a684cb5">ICounterRegistry</a>
</li>
<li>~IDeviceSpec()
: <a class="el" href="classarmnn_1_1_i_device_spec.xhtml#aa95584a320afb7c759ad27e3f8e7f3f5">IDeviceSpec</a>
</li>
<li>~IExecutionFrame()
: <a class="el" href="classarmnn_1_1_i_execution_frame.xhtml#a1ca0125ac3082676dae03050a52e6068">IExecutionFrame</a>
</li>
<li>~IGpuAccTunedParameters()
: <a class="el" href="classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml#a42b98f24092313b6a7673b54a3a84aa4">IGpuAccTunedParameters</a>
</li>
<li>~IGraphObservable()
: <a class="el" href="classarmnn_1_1_i_graph_observable.xhtml#aeaa98099688dddceed8606ff8a8b40c8">IGraphObservable</a>
</li>
<li>~IInferenceTestCase()
: <a class="el" href="classarmnn_1_1test_1_1_i_inference_test_case.xhtml#a99e369e14a0ce3322d3fd5520b819ab3">IInferenceTestCase</a>
</li>
<li>~IInferenceTestCaseProvider()
: <a class="el" href="classarmnn_1_1test_1_1_i_inference_test_case_provider.xhtml#a63e4bc6c42594357e52b06e386b48d30">IInferenceTestCaseProvider</a>
</li>
<li>~IInputSlot()
: <a class="el" href="classarmnn_1_1_i_input_slot.xhtml#af9d1da899b5c925de16bc0a1fb49dc61">IInputSlot</a>
</li>
<li>~IInternalProfilingConnection()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_internal_profiling_connection.xhtml#adad8de7565579a2206d9f71125c8a032">IInternalProfilingConnection</a>
</li>
<li>~ILayerSupport()
: <a class="el" href="classarmnn_1_1_i_layer_support.xhtml#a9e7f4f28576904804cd759e49173beeb">ILayerSupport</a>
</li>
<li>~ILayerVisitor()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a7ad7aeeaf26228ef11c15fa5d4507d8a">ILayerVisitor</a>
</li>
<li>~ILocalPacketHandler()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_local_packet_handler.xhtml#a9bef5ba2e8c6e4a7ca3397a51ad98159">ILocalPacketHandler</a>
</li>
<li>~IMemoryManager()
: <a class="el" href="classarmnn_1_1_i_memory_manager.xhtml#ab6c1ddb9068366530366b18984a4ef9b">IMemoryManager</a>
</li>
<li>~INetwork()
: <a class="el" href="classarmnn_1_1_i_network.xhtml#af760179196d57e2ddbc64b989fb72586">INetwork</a>
</li>
<li>~INetworkProperties()
: <a class="el" href="structarmnn_1_1_i_network_properties.xhtml#a043b374620881808982d513014269742">INetworkProperties</a>
</li>
<li>~INetworkQuantizer()
: <a class="el" href="classarmnn_1_1_i_network_quantizer.xhtml#a6b376fc4dcd2e2b3f5c1125a9c460a12">INetworkQuantizer</a>
</li>
<li>~INotifyBackends()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_notify_backends.xhtml#a7924cd151bcaeb450e380ce38d10c61f">INotifyBackends</a>
</li>
<li>~InputLayer()
: <a class="el" href="classarmnn_1_1_input_layer.xhtml#ac53270fa914f404038eca72396b522da">InputLayer</a>
</li>
<li>~InputSlot()
: <a class="el" href="classarmnn_1_1_input_slot.xhtml#a0fe41ea612a97f8cd9b0e3e86d8b53fd">InputSlot</a>
</li>
<li>~InstanceNormalizationLayer()
: <a class="el" href="classarmnn_1_1_instance_normalization_layer.xhtml#ae6074cc4d441033a314007d93d3ecb69">InstanceNormalizationLayer</a>
</li>
<li>~Instrument()
: <a class="el" href="classarmnn_1_1_instrument.xhtml#a37a2de9b867820a7ab15b8dc8d62b153">Instrument</a>
</li>
<li>~IOptimizedNetwork()
: <a class="el" href="classarmnn_1_1_i_optimized_network.xhtml#a437cc59f5247f213adf34e84696f60da">IOptimizedNetwork</a>
</li>
<li>~IOutputSlot()
: <a class="el" href="classarmnn_1_1_i_output_slot.xhtml#aefb9214c1e4bc5f50e84d113e52e1242">IOutputSlot</a>
</li>
<li>~IPacketBuffer()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_packet_buffer.xhtml#a9ded593bdc39f70c3e135e649ab3e42e">IPacketBuffer</a>
</li>
<li>~IPeriodicCounterCapture()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_periodic_counter_capture.xhtml#a1d4f3d9132cded687954cab389a6d608">IPeriodicCounterCapture</a>
</li>
<li>~IProfiler()
: <a class="el" href="classarmnn_1_1_i_profiler.xhtml#a3e96ca374a63bd8547fe68a5d9809df7">IProfiler</a>
</li>
<li>~IProfilingConnection()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_profiling_connection.xhtml#a8c5a75b8ee005a7aa9391f3991480d74">IProfilingConnection</a>
</li>
<li>~IProfilingConnectionFactory()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml#a0edc1350a5dcc81620a1f28e2a1051f2">IProfilingConnectionFactory</a>
</li>
<li>~IProfilingGuidGenerator()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_profiling_guid_generator.xhtml#ad19d8099ddbd9db86a34bdc756d110a8">IProfilingGuidGenerator</a>
</li>
<li>~IProfilingService()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_profiling_service.xhtml#a1d441898feff66d8ac30fa1724386869">IProfilingService</a>
</li>
<li>~IProfilingServiceStatus()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_profiling_service_status.xhtml#af4bf449fcf364b0af33d8ddb33029687">IProfilingServiceStatus</a>
</li>
<li>~IQuantizationScheme()
: <a class="el" href="structarmnn_1_1_i_quantization_scheme.xhtml#ac7ce71800ca0ebb1222958717a834c9a">IQuantizationScheme</a>
</li>
<li>~IReadCounterValues()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_read_counter_values.xhtml#a0ac59f90f7593e43d1d7939d2ca11a4c">IReadCounterValues</a>
</li>
<li>~IReadOnlyPacketBuffer()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_read_only_packet_buffer.xhtml#a040a515076ec53aa5e3a933d7c7ce43c">IReadOnlyPacketBuffer</a>
</li>
<li>~IReadWriteCounterValues()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_read_write_counter_values.xhtml#a793b09867c400487ca81505aa8ebd6cc">IReadWriteCounterValues</a>
</li>
<li>~IRegisterBackendCounters()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_register_backend_counters.xhtml#a1df38f206d3d114ab5c98624a74595e7">IRegisterBackendCounters</a>
</li>
<li>~IRegisterCounterMapping()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_register_counter_mapping.xhtml#a9cd06e75fb10218f2decbd4117af4a8e">IRegisterCounterMapping</a>
</li>
<li>~IReportStructure()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_report_structure.xhtml#a57192ec0b837a6f6db6ae9d0123d68fe">IReportStructure</a>
</li>
<li>~IRuntime()
: <a class="el" href="classarmnn_1_1_i_runtime.xhtml#ad728a798fda08188df91623caebd527c">IRuntime</a>
</li>
<li>~ISendCounterPacket()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_send_counter_packet.xhtml#a583357d6511e6cb6084829e4f7cd1315">ISendCounterPacket</a>
</li>
<li>~ISendThread()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_send_thread.xhtml#a4e0fb8f587a0f5ef84d28e57cd2b6afe">ISendThread</a>
</li>
<li>~ISendTimelinePacket()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_send_timeline_packet.xhtml#a86e61b430276d7fe2861e2b3ac30221c">ISendTimelinePacket</a>
</li>
<li>~IStrategy()
: <a class="el" href="classarmnn_1_1_i_strategy.xhtml#a6f538e1051453290c8b8bb61e417bce1">IStrategy</a>
</li>
<li>~ISubgraphViewConverter()
: <a class="el" href="classarmnn_1_1_i_subgraph_view_converter.xhtml#ae4c0515aba32929d61ecd31f15aeab7a">ISubgraphViewConverter</a>
</li>
<li>~ITensorHandle()
: <a class="el" href="classarmnn_1_1_i_tensor_handle.xhtml#aff95f063e2b8041b3d0e4b4dc0e3821d">ITensorHandle</a>
</li>
<li>~ITensorHandleFactory()
: <a class="el" href="classarmnn_1_1_i_tensor_handle_factory.xhtml#adb85a4d24c06a926c5fe50a2fd73111c">ITensorHandleFactory</a>
</li>
<li>~IWorkload()
: <a class="el" href="classarmnn_1_1_i_workload.xhtml#a69c83c02ae8de866bc7a46c49e69c1ba">IWorkload</a>
</li>
<li>~IWorkloadFactory()
: <a class="el" href="classarmnn_1_1_i_workload_factory.xhtml#aab62208f96483015c29ad58549efedd8">IWorkloadFactory</a>
</li>
<li>~IWriteCounterValues()
: <a class="el" href="classarmnn_1_1profiling_1_1_i_write_counter_values.xhtml#ae66105a7872a56f4f98e700d673bfd8b">IWriteCounterValues</a>
</li>
<li>~JsonChildObject()
: <a class="el" href="structarmnn_1_1_json_child_object.xhtml#a993f860a711342e4cdb57759d9328db1">JsonChildObject</a>
</li>
<li>~L2NormalizationLayer()
: <a class="el" href="classarmnn_1_1_l2_normalization_layer.xhtml#a22b8a965ee35f7af104536a02ac23f25">L2NormalizationLayer</a>
</li>
<li>~Layer()
: <a class="el" href="classarmnn_1_1_layer.xhtml#aacfb208d750bdfce1bbd423e5cac76e2">Layer</a>
</li>
<li>~LayerInGraph()
: <a class="el" href="classarmnn_1_1_graph_1_1_layer_in_graph_3_01_input_layer_01_4.xhtml#afcf7e3e1fd008dab68b6354393063243">Graph::LayerInGraph&lt; InputLayer &gt;</a>
, <a class="el" href="classarmnn_1_1_graph_1_1_layer_in_graph_3_01_output_layer_01_4.xhtml#afcf7e3e1fd008dab68b6354393063243">Graph::LayerInGraph&lt; OutputLayer &gt;</a>
</li>
<li>~LayerVisitorBase()
: <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#ab59e5e8c65aa44857c27db70fc412baa">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
</li>
<li>~LayerWithParameters()
: <a class="el" href="classarmnn_1_1_layer_with_parameters.xhtml#adc0f578e075f63379058f2d2641a509a">LayerWithParameters&lt; Parameters &gt;</a>
</li>
<li>~LoadedNetwork()
: <a class="el" href="classarmnn_1_1_loaded_network.xhtml#a1bf130efa381d53486c78ea417ea4db1">LoadedNetwork</a>
</li>
<li>~LogicalBinaryLayer()
: <a class="el" href="classarmnn_1_1_logical_binary_layer.xhtml#af45e1481d7315af43c476161932cae02">LogicalBinaryLayer</a>
</li>
<li>~LogLevelSwapper()
: <a class="el" href="structarmnn_1_1profiling_1_1_log_level_swapper.xhtml#aa1071a3676d3655cd75a41491a27d95a">LogLevelSwapper</a>
</li>
<li>~LogSink()
: <a class="el" href="classarmnn_1_1_log_sink.xhtml#a4b17c4af6adaa704034827a66f830e5b">LogSink</a>
</li>
<li>~LogSoftmaxLayer()
: <a class="el" href="classarmnn_1_1_log_softmax_layer.xhtml#ab6811d61d02a91eb2329d4754dfb8300">LogSoftmaxLayer</a>
</li>
<li>~LstmLayer()
: <a class="el" href="classarmnn_1_1_lstm_layer.xhtml#a6ef9aee439977deb9e7f0d37f270f689">LstmLayer</a>
</li>
<li>~MapLayer()
: <a class="el" href="classarmnn_1_1_map_layer.xhtml#a1ef1c76083346d756d39b42ef992e754">MapLayer</a>
</li>
<li>~MaximumLayer()
: <a class="el" href="classarmnn_1_1_maximum_layer.xhtml#a4130675459bb0dc2b03afd6fecd676af">MaximumLayer</a>
</li>
<li>~MeanLayer()
: <a class="el" href="classarmnn_1_1_mean_layer.xhtml#a6b2a2ce15dcfccd0a13176f1f7aded9a">MeanLayer</a>
</li>
<li>~Measurement()
: <a class="el" href="structarmnn_1_1_measurement.xhtml#a5a0442afe9c1fe421251293c52d82e55">Measurement</a>
</li>
<li>~MemCopyLayer()
: <a class="el" href="classarmnn_1_1_mem_copy_layer.xhtml#a8ca03424638c6ce28252cd09e9ef8be3">MemCopyLayer</a>
</li>
<li>~MemImportLayer()
: <a class="el" href="classarmnn_1_1_mem_import_layer.xhtml#a4f7a2f03cfa6beda698c6b4cdb6092b3">MemImportLayer</a>
</li>
<li>~MergeLayer()
: <a class="el" href="classarmnn_1_1_merge_layer.xhtml#a3d6690c66f62141b3a04b18ec31b4e83">MergeLayer</a>
</li>
<li>~MinimumLayer()
: <a class="el" href="classarmnn_1_1_minimum_layer.xhtml#a83f094d0687f9630958d5b8e496e8313">MinimumLayer</a>
</li>
<li>~MockBackend()
: <a class="el" href="classarmnn_1_1_mock_backend.xhtml#a2904536c70c0959cc462089d4c51cd88">MockBackend</a>
</li>
<li>~MockBackendInitialiser()
: <a class="el" href="classarmnn_1_1_mock_backend_initialiser.xhtml#a196b5c64c6b7d52b16a9073d91302f71">MockBackendInitialiser</a>
</li>
<li>~MockBackendProfilingContext()
: <a class="el" href="classarmnn_1_1_mock_backend_profiling_context.xhtml#aa3bb55f59fbbaeec067b74adf9089a59">MockBackendProfilingContext</a>
</li>
<li>~MockBufferManager()
: <a class="el" href="classarmnn_1_1profiling_1_1_mock_buffer_manager.xhtml#ae8b885e4225f3b0976f22ae8bc94f52a">MockBufferManager</a>
</li>
<li>~MockCounterDirectory()
: <a class="el" href="classarmnn_1_1profiling_1_1_mock_counter_directory.xhtml#a180f0ad0d134cd8ea5eb89c663ae00b0">MockCounterDirectory</a>
</li>
<li>~MockImportBackend()
: <a class="el" href="classarmnn_1_1_mock_import_backend.xhtml#af6188213e484b62e79bd915de3787147">MockImportBackend</a>
</li>
<li>~MockImportBackendInitialiser()
: <a class="el" href="classarmnn_1_1_mock_import_backend_initialiser.xhtml#a58468f984f3265e921da56075922d37d">MockImportBackendInitialiser</a>
</li>
<li>~MockPacketBuffer()
: <a class="el" href="classarmnn_1_1profiling_1_1_mock_packet_buffer.xhtml#a6b34b9ef41ff50cf988dde8381fa4f7e">MockPacketBuffer</a>
</li>
<li>~MockStreamCounterBuffer()
: <a class="el" href="classarmnn_1_1profiling_1_1_mock_stream_counter_buffer.xhtml#a7e55485c728365ea5d8bd9968cf45356">MockStreamCounterBuffer</a>
</li>
<li>~MovePermuteUpImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_move_permute_up_impl.xhtml#a3d6f30a9e9a8f14618dbad38869d1bb2">MovePermuteUpImpl</a>
</li>
<li>~MoveTransposeUpImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_move_transpose_up_impl.xhtml#a6cd12b4da17cd5dad1fcf455079b290a">MoveTransposeUpImpl</a>
</li>
<li>~MultiplicationLayer()
: <a class="el" href="classarmnn_1_1_multiplication_layer.xhtml#a28aa389e9352f2c19e5c7cc21553db49">MultiplicationLayer</a>
</li>
<li>~NeonBackend()
: <a class="el" href="classarmnn_1_1_neon_backend.xhtml#a40ea6686e7870a7b7c4f97877294e1b3">NeonBackend</a>
</li>
<li>~NeonInterceptorScheduler()
: <a class="el" href="classarmnn_1_1_neon_interceptor_scheduler.xhtml#a896550e0f6cf5c9d7fa652e04529a06e">NeonInterceptorScheduler</a>
</li>
<li>~NeonLayerSupport()
: <a class="el" href="classarmnn_1_1_neon_layer_support.xhtml#a19528981c1519ecc64cc4a70b12ce8d3">NeonLayerSupport</a>
</li>
<li>~NeonMemoryManager()
: <a class="el" href="classarmnn_1_1_neon_memory_manager.xhtml#a44a0a5926e1f84c8fa1296c49373bf54">NeonMemoryManager</a>
</li>
<li>~NeonTimer()
: <a class="el" href="classarmnn_1_1_neon_timer.xhtml#a429daeaff53e4e59cdac2ad3e99618c1">NeonTimer</a>
</li>
<li>~NetworkImpl()
: <a class="el" href="classarmnn_1_1_network_impl.xhtml#ad443897d51b291c83d81d809af07f4e0">NetworkImpl</a>
</li>
<li>~NodeContent()
: <a class="el" href="classarmnn_1_1_node_content.xhtml#a2eff205154377ef84a9331b01e7028a5">NodeContent</a>
</li>
<li>~NormalizationLayer()
: <a class="el" href="classarmnn_1_1_normalization_layer.xhtml#a9912f2c0e3b1cfe15d076c0fa9ed74c0">NormalizationLayer</a>
</li>
<li>~OnnxParserImpl()
: <a class="el" href="classarmnn_onnx_parser_1_1_onnx_parser_impl.xhtml#a02c6251df76d47f18f24a734a8a2e2e8">OnnxParserImpl</a>
</li>
<li>~OpenClTimer()
: <a class="el" href="classarmnn_1_1_open_cl_timer.xhtml#a596f6581a916e95f60c2f203b8bda367">OpenClTimer</a>
</li>
<li>~Optimization()
: <a class="el" href="classarmnn_1_1_optimization.xhtml#af977853d9ce764161e4a1bed308f0e57">Optimization</a>
</li>
<li>~OptimizeConsecutiveReshapesImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_optimize_consecutive_reshapes_impl.xhtml#accd18a7450d91508ab6e12379507e01d">OptimizeConsecutiveReshapesImpl</a>
</li>
<li>~OptimizedNetworkImpl()
: <a class="el" href="classarmnn_1_1_optimized_network_impl.xhtml#a06d0b70cbc134b412ff7715d9db1617b">OptimizedNetworkImpl</a>
</li>
<li>~OptimizeForConnectionImpl()
: <a class="el" href="classarmnn_1_1_optimize_for_connection_impl.xhtml#ab974ba2e7b8454f2afc9f69a89c457bd">OptimizeForConnectionImpl&lt; BaseType, ChildType, Wrapped &gt;</a>
</li>
<li>~OptimizeForExclusiveConnectionImpl()
: <a class="el" href="classarmnn_1_1_optimize_for_exclusive_connection_impl.xhtml#a1021c6390dbb0984b96588d163ec17c0">OptimizeForExclusiveConnectionImpl&lt; BaseType, ChildType, Wrapped &gt;</a>
</li>
<li>~OptimizeForTypeImpl()
: <a class="el" href="classarmnn_1_1_optimize_for_type_impl.xhtml#a14dc566d3fc3bd5380998a26190b8124">OptimizeForTypeImpl&lt; BaseType, Wrapped &gt;</a>
, <a class="el" href="classarmnn_1_1_optimize_for_type_impl_3_01_layer_00_01_wrapped_01_4.xhtml#a14dc566d3fc3bd5380998a26190b8124">OptimizeForTypeImpl&lt; Layer, Wrapped &gt;</a>
</li>
<li>~OptimizeInverseConversionsImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_optimize_inverse_conversions_impl.xhtml#a55aa7c13a883c93952096d81ae17b943">OptimizeInverseConversionsImpl</a>
</li>
<li>~OptimizeInversePermutesImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_optimize_inverse_permutes_impl.xhtml#a7da84b100be2bb063c08aa755b231dd1">OptimizeInversePermutesImpl&lt; PermuteType &gt;</a>
</li>
<li>~OptionalReferenceSwitch()
: <a class="el" href="classarmnn_1_1_optional_reference_switch.xhtml#abf0cbbed2029d141b8a8f1b39c7028f9">OptionalReferenceSwitch&lt; IsReference, T &gt;</a>
, <a class="el" href="classarmnn_1_1_optional_reference_switch_3_01true_00_01_t_01_4.xhtml#abf0cbbed2029d141b8a8f1b39c7028f9">OptionalReferenceSwitch&lt; true, T &gt;</a>
</li>
<li>~OriginsDescriptor()
: <a class="el" href="structarmnn_1_1_origins_descriptor.xhtml#aa507c5561373dbd58e149611a7f46470">OriginsDescriptor</a>
</li>
<li>~OutputLayer()
: <a class="el" href="classarmnn_1_1_output_layer.xhtml#adae791f6b7dcf4e9c64f545a46c62009">OutputLayer</a>
</li>
<li>~OutputSlot()
: <a class="el" href="classarmnn_1_1_output_slot.xhtml#adf321850aed578695768f803d709e089">OutputSlot</a>
</li>
<li>~OverrideInputRangeStrategy()
: <a class="el" href="classarmnn_1_1_override_input_range_strategy.xhtml#adfe3271df728e526913b265b7215d266">OverrideInputRangeStrategy</a>
</li>
<li>~OverrideInputRangeVisitor()
: <a class="el" href="classarmnn_1_1_override_input_range_visitor.xhtml#a048a14070f19a919ffeb2cca2a1e52e0">OverrideInputRangeVisitor</a>
</li>
<li>~PacketBuffer()
: <a class="el" href="classarmnn_1_1profiling_1_1_packet_buffer.xhtml#aa70fd746e7f61a0b0ebc95769f48e5e6">PacketBuffer</a>
</li>
<li>~PadLayer()
: <a class="el" href="classarmnn_1_1_pad_layer.xhtml#ac03b9c2a435b926682cc023149be93dd">PadLayer</a>
</li>
<li>~PeriodicCounterCapture()
: <a class="el" href="classarmnn_1_1profiling_1_1_periodic_counter_capture.xhtml#ac189d7dbcd5f9b1d460d7f9d07ca938f">PeriodicCounterCapture</a>
</li>
<li>~PermuteAsReshapeImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_permute_as_reshape_impl.xhtml#aeb8116e5ff0ef44c6803ee3b9659a180">PermuteAsReshapeImpl</a>
</li>
<li>~PermuteLayer()
: <a class="el" href="classarmnn_1_1_permute_layer.xhtml#adedac2dbf0f78bfbe74e84c4ab7130f8">PermuteLayer</a>
</li>
<li>~Pool()
: <a class="el" href="classarmnn_1_1_ref_memory_manager_1_1_pool.xhtml#ad680831415106b724bd752599cfc42c3">RefMemoryManager::Pool</a>
, <a class="el" href="classsdb_1_1_sample_memory_manager_1_1_pool.xhtml#ad680831415106b724bd752599cfc42c3">SampleMemoryManager::Pool</a>
</li>
<li>~Pooling2dLayer()
: <a class="el" href="classarmnn_1_1_pooling2d_layer.xhtml#a82bf08830093c6653d9716c90298e6e6">Pooling2dLayer</a>
</li>
<li>~PreCompiledDescriptor()
: <a class="el" href="structarmnn_1_1_pre_compiled_descriptor.xhtml#aeb67c9588f5a9eadc6453e3a4c8889d3">PreCompiledDescriptor</a>
</li>
<li>~PreCompiledLayer()
: <a class="el" href="classarmnn_1_1_pre_compiled_layer.xhtml#a663f87bb2b33be40fc73a6001dd63f81">PreCompiledLayer</a>
</li>
<li>~PreluLayer()
: <a class="el" href="classarmnn_1_1_prelu_layer.xhtml#af30fce636a75473916135d06165b7172">PreluLayer</a>
</li>
<li>~ProfilerImpl()
: <a class="el" href="classarmnn_1_1_profiler_impl.xhtml#a6412388bcab05aee892066269fd4112d">ProfilerImpl</a>
</li>
<li>~ProfilingConnectionDumpToFileDecorator()
: <a class="el" href="classarmnn_1_1profiling_1_1_profiling_connection_dump_to_file_decorator.xhtml#a4b9c0b3d56aa758da95086fe7cc3babf">ProfilingConnectionDumpToFileDecorator</a>
</li>
<li>~ProfilingConnectionFactory()
: <a class="el" href="classarmnn_1_1profiling_1_1_profiling_connection_factory.xhtml#afa0882e4e30b0c255861f151a2538515">ProfilingConnectionFactory</a>
</li>
<li>~ProfilingService()
: <a class="el" href="classarmnn_1_1profiling_1_1_profiling_service.xhtml#a65bfac075d1a9b46ce6bb2ffabfde9ac">ProfilingService</a>
</li>
<li>~ProfilingServiceRuntimeHelper()
: <a class="el" href="classarmnn_1_1profiling_1_1_profiling_service_runtime_helper.xhtml#a45efd59a638e6273a73e9fb2e659a640">ProfilingServiceRuntimeHelper</a>
</li>
<li>~QLstmLayer()
: <a class="el" href="classarmnn_1_1_q_lstm_layer.xhtml#af4ba74ad2536984a4327a7b3636b5598">QLstmLayer</a>
</li>
<li>~QuantizationDataSet()
: <a class="el" href="classarmnn_quantizer_1_1_quantization_data_set.xhtml#a26bb8e70d7f0597b67e61856e94156c5">QuantizationDataSet</a>
</li>
<li>~QuantizationInput()
: <a class="el" href="classarmnn_quantizer_1_1_quantization_input.xhtml#a81cea4a121f841bb893442b3167a2cb7">QuantizationInput</a>
</li>
<li>~QuantizedLstmLayer()
: <a class="el" href="classarmnn_1_1_quantized_lstm_layer.xhtml#a7bb743f4f47ed214a8dce7d0da26fdff">QuantizedLstmLayer</a>
</li>
<li>~QuantizeLayer()
: <a class="el" href="classarmnn_1_1_quantize_layer.xhtml#aeccfad6636d1828a19c512485c0011d7">QuantizeLayer</a>
</li>
<li>~QuantizerStrategy()
: <a class="el" href="classarmnn_1_1_quantizer_strategy.xhtml#a5869ec621b21f4a3841a08db126d1527">QuantizerStrategy</a>
</li>
<li>~QueueDescriptor()
: <a class="el" href="structarmnn_1_1_queue_descriptor.xhtml#af67c3785421c91d37fb22132d441f704">QueueDescriptor</a>
</li>
<li>~QueueDescriptorWithParameters()
: <a class="el" href="structarmnn_1_1_queue_descriptor_with_parameters.xhtml#a52679b441422256016dc6f5b5e9193d5">QueueDescriptorWithParameters&lt; LayerDescriptor &gt;</a>
</li>
<li>~RankLayer()
: <a class="el" href="classarmnn_1_1_rank_layer.xhtml#a19fb85d901d90e74e44f77230922bc92">RankLayer</a>
</li>
<li>~ReduceLayer()
: <a class="el" href="classarmnn_1_1_reduce_layer.xhtml#a3b3f3bc1bc9186f14ccdc469eabf5db9">ReduceLayer</a>
</li>
<li>~RefBackend()
: <a class="el" href="classarmnn_1_1_ref_backend.xhtml#ae9d9d836f0915de82f45a07f6a77d18c">RefBackend</a>
</li>
<li>~RefMemoryManager()
: <a class="el" href="classarmnn_1_1_ref_memory_manager.xhtml#a86fd306e3e39385baae17ddbca6af7e8">RefMemoryManager</a>
</li>
<li>~RefTensorHandle()
: <a class="el" href="classarmnn_1_1_ref_tensor_handle.xhtml#a769131890e3759a1e42257e201a5a12f">RefTensorHandle</a>
</li>
<li>~RefTransposeConvolution2dWorkload()
: <a class="el" href="classarmnn_1_1_ref_transpose_convolution2d_workload.xhtml#aa30a2aa515473eeeae5d9ac636602fe6">RefTransposeConvolution2dWorkload</a>
</li>
<li>~RefWorkloadFactory()
: <a class="el" href="classarmnn_1_1_ref_workload_factory.xhtml#a3e6dbdbce038d6bd1f3854171980b077">RefWorkloadFactory</a>
</li>
<li>~RegisterBackendCounters()
: <a class="el" href="classarmnn_1_1profiling_1_1_register_backend_counters.xhtml#ac388ab1e8ba5bf4b0b9abddac2f0a0dc">RegisterBackendCounters</a>
</li>
<li>~ReshapeLayer()
: <a class="el" href="classarmnn_1_1_reshape_layer.xhtml#ab9956e986b26a259ac6174a979ca14ea">ReshapeLayer</a>
</li>
<li>~ResizeLayer()
: <a class="el" href="classarmnn_1_1_resize_layer.xhtml#a1364d6c1374c813887875509b1d7e833">ResizeLayer</a>
</li>
<li>~RsqrtLayer()
: <a class="el" href="classarmnn_1_1_rsqrt_layer.xhtml#a0e561300c93e2eaf69a85fe751c63b6e">RsqrtLayer</a>
</li>
<li>~RuntimeImpl()
: <a class="el" href="structarmnn_1_1_runtime_impl.xhtml#a67c5b82a7e34c291702233eb716cf96f">RuntimeImpl</a>
</li>
<li>~SampleDynamicWorkloadFactory()
: <a class="el" href="classsdb_1_1_sample_dynamic_workload_factory.xhtml#a1be7b0504ec103774af49b1ff1fbb6f5">SampleDynamicWorkloadFactory</a>
</li>
<li>~SampleMemoryManager()
: <a class="el" href="classsdb_1_1_sample_memory_manager.xhtml#ab71f9befecfa3625d0f4e8879cb06f4f">SampleMemoryManager</a>
</li>
<li>~SampleTensorHandle()
: <a class="el" href="classsdb_1_1_sample_tensor_handle.xhtml#aace4f8ca7089e7d2f1e13b643f603901">SampleTensorHandle</a>
</li>
<li>~ScopedCpuTensorHandle()
: <a class="el" href="classarmnn_1_1_scoped_cpu_tensor_handle.xhtml#afe9682a83c8e6967e18db5603c4eed2a">ScopedCpuTensorHandle</a>
</li>
<li>~ScopedProfilingEvent()
: <a class="el" href="classarmnn_1_1_scoped_profiling_event.xhtml#aa4f6b27d8649f796fba223997c3a9087">ScopedProfilingEvent</a>
</li>
<li>~ScopedRecord()
: <a class="el" href="structarmnn_1_1_scoped_record.xhtml#a82a59481d5560f520e79df5e11b14e6c">ScopedRecord</a>
</li>
<li>~SendThread()
: <a class="el" href="classarmnn_1_1profiling_1_1_send_thread.xhtml#af1bb0c517d767271394b0fed3c88c764">SendThread</a>
</li>
<li>~SerializerImpl()
: <a class="el" href="classarmnn_serializer_1_1_i_serializer_1_1_serializer_impl.xhtml#aaca60ae8b97bf6dfdc4f6f6f986d298b">ISerializer::SerializerImpl</a>
</li>
<li>~SerializerStrategy()
: <a class="el" href="classarmnn_serializer_1_1_serializer_strategy.xhtml#a7f97bb13afde0ae2a5a25912a414a33c">SerializerStrategy</a>
</li>
<li>~SliceLayer()
: <a class="el" href="classarmnn_1_1_slice_layer.xhtml#a9eaac427252d921698701318932f9434">SliceLayer</a>
</li>
<li>~SoftmaxLayer()
: <a class="el" href="classarmnn_1_1_softmax_layer.xhtml#a548e723dcf6c3e8268e4fb73e68ed210">SoftmaxLayer</a>
</li>
<li>~SpaceToBatchNdLayer()
: <a class="el" href="classarmnn_1_1_space_to_batch_nd_layer.xhtml#a12b5b7e20a5ccaa39268b38d55f20677">SpaceToBatchNdLayer</a>
</li>
<li>~SpaceToDepthLayer()
: <a class="el" href="classarmnn_1_1_space_to_depth_layer.xhtml#a47d6983837772f9c98f0a90a05dccdc3">SpaceToDepthLayer</a>
</li>
<li>~SplitterLayer()
: <a class="el" href="classarmnn_1_1_splitter_layer.xhtml#a45f0711bf32a9868af03efea258f44a6">SplitterLayer</a>
</li>
<li>~SquashEqualSiblingsImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_squash_equal_siblings_impl.xhtml#a3acd15ac82fca4cf2c4319b75ff71cd4">SquashEqualSiblingsImpl&lt; Comparable &gt;</a>
</li>
<li>~StackLayer()
: <a class="el" href="classarmnn_1_1_stack_layer.xhtml#a861b952035849eacd4b3c0c22035ca41">StackLayer</a>
</li>
<li>~StandInLayer()
: <a class="el" href="classarmnn_1_1_stand_in_layer.xhtml#a9ed7b40f04b3210acdfb741c0027ccea">StandInLayer</a>
</li>
<li>~StaticRangeStrategy()
: <a class="el" href="classarmnn_1_1_static_range_strategy.xhtml#a882b3674f0a6ee0423d9f28363de7337">StaticRangeStrategy</a>
</li>
<li>~StreamRedirector()
: <a class="el" href="structarmnn_1_1profiling_1_1_stream_redirector.xhtml#a33f1ac84f2d52a4b268fa8926d7a75bd">StreamRedirector</a>
</li>
<li>~StridedSliceLayer()
: <a class="el" href="classarmnn_1_1_strided_slice_layer.xhtml#a8359f43a49e73721a4589ffc6740fff8">StridedSliceLayer</a>
</li>
<li>~SubtractionLayer()
: <a class="el" href="classarmnn_1_1_subtraction_layer.xhtml#acad131bff8a7cc742bda0deebc29494f">SubtractionLayer</a>
</li>
<li>~SwapProfilingConnectionFactoryHelper()
: <a class="el" href="classarmnn_1_1profiling_1_1_swap_profiling_connection_factory_helper.xhtml#ac74652db3008db9cf64f785f2ae0de81">SwapProfilingConnectionFactoryHelper</a>
</li>
<li>~SwitchLayer()
: <a class="el" href="classarmnn_1_1_switch_layer.xhtml#a2fa9052c87d5c5cb87bfdf0ba724b3c3">SwitchLayer</a>
</li>
<li>~TestBackendRegistry()
: <a class="el" href="class_test_backend_registry.xhtml#ac93c278f2b24eed88af3d58eb6a08242">TestBackendRegistry</a>
</li>
<li>~TestConvolution2dLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_convolution2d_layer_visitor.xhtml#a4695ae76f4755027c44036cb10d8705c">TestConvolution2dLayerVisitor</a>
</li>
<li>~TestDepthwiseConvolution2dLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_depthwise_convolution2d_layer_visitor.xhtml#a3d4d903af45c0c69dfc39d4f193824a0">TestDepthwiseConvolution2dLayerVisitor</a>
</li>
<li>~TestFullyConnectedLayerVistor()
: <a class="el" href="classarmnn_1_1_test_fully_connected_layer_vistor.xhtml#a02ff0e9c7746d68985fae379fd6f1dfa">TestFullyConnectedLayerVistor</a>
</li>
<li>~TestLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_layer_visitor.xhtml#a91d4162aba5f047ac80adaf0abf9c804">TestLayerVisitor</a>
</li>
<li>~TestProfilingConnectionBase()
: <a class="el" href="classarmnn_1_1profiling_1_1_test_profiling_connection_base.xhtml#aab93b740524e1d31882e71eab460cbc2">TestProfilingConnectionBase</a>
</li>
<li>~TfLiteParserImpl()
: <a class="el" href="classarmnn_tf_lite_parser_1_1_tf_lite_parser_impl.xhtml#aaccd84a6cf2f9bdd77f833e4b65ffd42">TfLiteParserImpl</a>
</li>
<li>~TfParserImpl()
: <a class="el" href="structarmnn_tf_parser_1_1_i_tf_parser_1_1_tf_parser_impl.xhtml#af5d4693a557320db8fff5caa153da7b7">ITfParser::TfParserImpl</a>
</li>
<li>~TimelineUtilityMethods()
: <a class="el" href="classarmnn_1_1profiling_1_1_timeline_utility_methods.xhtml#a796c5abee6b2411fb04024c171e49259">TimelineUtilityMethods</a>
</li>
<li>~TransformIterator()
: <a class="el" href="classarmnn_1_1_transform_iterator.xhtml#a1b040801625dac59e38db58e79299a63">TransformIterator&lt; Function, Iterator, Category, T, Distance, Pointer, Reference &gt;</a>
</li>
<li>~TransposeAsReshapeImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_transpose_as_reshape_impl.xhtml#a18c7efcc9689f0d8dfdd9fe556eda140">TransposeAsReshapeImpl</a>
</li>
<li>~TransposeConvolution2dLayer()
: <a class="el" href="classarmnn_1_1_transpose_convolution2d_layer.xhtml#aebdb95c71a426c4c1b60334c6655ab65">TransposeConvolution2dLayer</a>
</li>
<li>~TransposeLayer()
: <a class="el" href="classarmnn_1_1_transpose_layer.xhtml#a210b932d7d92dba10d91929cefc359a8">TransposeLayer</a>
</li>
<li>~UnmapLayer()
: <a class="el" href="classarmnn_1_1_unmap_layer.xhtml#a16abda87f9d6162486d89b99caf0de72">UnmapLayer</a>
</li>
<li>~Var()
: <a class="el" href="classarmnn_1_1_backend_options_1_1_var.xhtml#a237e1f27f83ecf13949cdd83c78d5f6b">BackendOptions::Var</a>
</li>
<li>~ViewsDescriptor()
: <a class="el" href="structarmnn_1_1_views_descriptor.xhtml#a6316c5537fc3d9e8e71bf0541c6044d9">ViewsDescriptor</a>
</li>
<li>~WallClockTimer()
: <a class="el" href="classarmnn_1_1_wall_clock_timer.xhtml#abe987967a4feffd1bd8731306b8cbb44">WallClockTimer</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>