aboutsummaryrefslogtreecommitdiff
path: root/21.02/functions_t.xhtml
blob: 7d9cf292b61661d1a31182809a845152203c0b77 (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
<!-- 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_t.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_t"></a>- t -</h3><ul>
<li>Table
: <a class="el" href="structarmnn_1_1_cl_context_builder.xhtml#ae46e011abb88251d05eb9f83381c3436">ClContextBuilder</a>
, <a class="el" href="structarmnn_1_1_program_builder.xhtml#a90d87e99b942a9ccafb13e28aaedeba9">ProgramBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_abs_layer_builder.xhtml#a6a94f1a17cdb239153cc1f26854f05fe">AbsLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_activation_descriptor_builder.xhtml#a85b66aba2ce0639c594fcbd0ac04a35d">ActivationDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_activation_layer_builder.xhtml#a2234c24038e33737db3803c0580c3a48">ActivationLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_addition_layer_builder.xhtml#ad4d042c0685ffabcc56c2e260bc680b8">AdditionLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_any_layer_builder.xhtml#aa4bf1a7d86d9c46adc7e4e10f5a9841d">AnyLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_arg_min_max_descriptor_builder.xhtml#a697362f30f9fa10fa7465093bd2f0b17">ArgMinMaxDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_arg_min_max_layer_builder.xhtml#ae25365aeabcc0c14aa2722f3d4e6dede">ArgMinMaxLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_batch_normalization_descriptor_builder.xhtml#a012d707753b6e035af8f61f81bc13eab">BatchNormalizationDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_batch_normalization_layer_builder.xhtml#ab17adb12a2d1d8fd09c4dfa94a4df1bb">BatchNormalizationLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder.xhtml#a41b949d29610fc67fcd2761817ad8c1d">BatchToSpaceNdDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_batch_to_space_nd_layer_builder.xhtml#aa6144ae129364284f9e5092c43bfd19e">BatchToSpaceNdLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_bindable_layer_base_builder.xhtml#a85640c4f3ef266cfa114d37481ad72ca">BindableLayerBaseBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_byte_data_builder.xhtml#aab345e1883958b8f0cb50022a6f4ec21">ByteDataBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_comparison_descriptor_builder.xhtml#a9306f61b1da25b190553d33272c256e5">ComparisonDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_comparison_layer_builder.xhtml#aeb3631df844747e01f633521df083cd3">ComparisonLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_concat_layer_builder.xhtml#ad0d89c71a12cb9a3f215251f379c8a1f">ConcatLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_constant_layer_builder.xhtml#a63c94a18e676f0526dcba1d44df198d2">ConstantLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_const_tensor_builder.xhtml#af233eeace9257960e6ac4d0cf120a817">ConstTensorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_convolution2d_descriptor_builder.xhtml#a214540be5bb7697bc0e2797f05879475">Convolution2dDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_convolution2d_layer_builder.xhtml#a5f5738ddbfb2dff3070777099f39abf0">Convolution2dLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_depth_to_space_descriptor_builder.xhtml#ac639c824a58acc534f724cfeedc05191">DepthToSpaceDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_depth_to_space_layer_builder.xhtml#ae9b101dc7b47dbe244b61e0be2cfb9e4">DepthToSpaceLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder.xhtml#a78d4585d4629797954e682e9bb6292d0">DepthwiseConvolution2dDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_depthwise_convolution2d_layer_builder.xhtml#a984161f126786c65614872e6ac84bf2b">DepthwiseConvolution2dLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_dequantize_layer_builder.xhtml#ac27ae4409766161060cea6ec67bb7b63">DequantizeLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_detection_post_process_descriptor_builder.xhtml#a144130dda8a99d46790933a5b04c50e6">DetectionPostProcessDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_detection_post_process_layer_builder.xhtml#ac6fc95d26eb11720ec264a0371a10309">DetectionPostProcessLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_division_layer_builder.xhtml#a88a17a4ebd3bb5cb156c1b9d59d0e102">DivisionLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_elementwise_unary_descriptor_builder.xhtml#a6b2c41050ea7e6c3c0ce13f7d627da3e">ElementwiseUnaryDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_elementwise_unary_layer_builder.xhtml#aaaf7b5a1445ff6daed90a24718c6134f">ElementwiseUnaryLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_equal_layer_builder.xhtml#a244ecdeed2eb1db340528f020f67750e">EqualLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_feature_compatibility_versions_builder.xhtml#a7be48664675b13972d8a04e76221757b">FeatureCompatibilityVersionsBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_fill_descriptor_builder.xhtml#ab0b669a3b498ebf94f2388efa7b13b01">FillDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_fill_layer_builder.xhtml#aa50ef2ca2f0f3c86f81988b8d89196cc">FillLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_floor_layer_builder.xhtml#a9b54945204d3bd46e7928b3f426c2569">FloorLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_fully_connected_descriptor_builder.xhtml#a1043203942cc07ff8866462228931ae5">FullyConnectedDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_fully_connected_layer_builder.xhtml#a67585772b79cc3e2e4a1332cc781d8b5">FullyConnectedLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_gather_descriptor_builder.xhtml#a9ad7f1f3e86c66caf8480c21b1103f61">GatherDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_gather_layer_builder.xhtml#a1c0080203d196777b68da9f4e3016595">GatherLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_greater_layer_builder.xhtml#a85bf0a84449d4324863fe6675b721d8f">GreaterLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_input_layer_builder.xhtml#aaca044faec5a029f43e9060e650c75c4">InputLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_input_slot_builder.xhtml#a0e833b7b8cde193e01b09ee9161d7fc9">InputSlotBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_instance_normalization_descriptor_builder.xhtml#a04687e094578d6f05bdaa97301c5fbf4">InstanceNormalizationDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_instance_normalization_layer_builder.xhtml#a3f145b39240411c7628bd3adfcde0368">InstanceNormalizationLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_int_data_builder.xhtml#a97f582251cf5751489a741faeed69af2">IntDataBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_l2_normalization_descriptor_builder.xhtml#aad1faaaeacfe6d1ac2d9f2a37f735e90">L2NormalizationDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_l2_normalization_layer_builder.xhtml#ac334e5e84e8edc042feb2a559831dc89">L2NormalizationLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_layer_base_builder.xhtml#a946d485ba453d87eb1adc8992268a06c">LayerBaseBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_logical_binary_descriptor_builder.xhtml#a59a584b35fde6138bfe15091058bb577">LogicalBinaryDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_logical_binary_layer_builder.xhtml#aa01e90039623935fc38a290356482a30">LogicalBinaryLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_log_softmax_descriptor_builder.xhtml#acf851500659e0813b772cbfbcf2a13f5">LogSoftmaxDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_log_softmax_layer_builder.xhtml#aa61dcab3c1837c77b5f53198f85f68b7">LogSoftmaxLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_long_data_builder.xhtml#a4fa65cf165e46f5b37bce2645e324250">LongDataBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_lstm_descriptor_builder.xhtml#a82350a3f4228f17a12edd5df67c01db5">LstmDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_lstm_input_params_builder.xhtml#a57aadb23f5a3440fb0378af5383007f3">LstmInputParamsBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_lstm_layer_builder.xhtml#aeb109876d8f116f6e66d456d4923f967">LstmLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_maximum_layer_builder.xhtml#aaa95e4884a241c26d828a836b3821175">MaximumLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_mean_descriptor_builder.xhtml#ad4fab17294c4eb73a564fb250629c223">MeanDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_mean_layer_builder.xhtml#a2841dad3812f210d2bca3d6945d72e63">MeanLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_merge_layer_builder.xhtml#a0ba3005a8d094ea6101e7c0e147d89ba">MergeLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_merger_layer_builder.xhtml#aca9f2c290db8246e1aa32efa9d64d475">MergerLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_minimum_layer_builder.xhtml#a97bcb1f330cbd60a44a019c095a8c01f">MinimumLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_multiplication_layer_builder.xhtml#a1684aa5c8ab4cf4aff614380b57e0b4c">MultiplicationLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_normalization_descriptor_builder.xhtml#ab285a87035a262e96553a9f6b9a6c5b8">NormalizationDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_normalization_layer_builder.xhtml#af6bc09390170a9dc0529f79051fc5555">NormalizationLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_origins_descriptor_builder.xhtml#a3adcc04f8513ae98db55d1497aecf426">OriginsDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_output_layer_builder.xhtml#a6fb27ae90d4d589b2e8f6169a4367fcb">OutputLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_output_slot_builder.xhtml#a0304fcd88473525879bdf299032104d7">OutputSlotBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_pad_descriptor_builder.xhtml#a2b90295a08f5b8dfb7d6d133ebb492b9">PadDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_pad_layer_builder.xhtml#a92bde283ccec1b8ea966d4da8c9b9a90">PadLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_permute_descriptor_builder.xhtml#a5d9246efd8344ebf9611d31c94dd9575">PermuteDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_permute_layer_builder.xhtml#a15dc777e13d80236a2ec4ae6863ab71d">PermuteLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_pooling2d_descriptor_builder.xhtml#aa5160de52c7801037d53197c9133f764">Pooling2dDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_pooling2d_layer_builder.xhtml#a0ba119604e703c826242e391c490f0f7">Pooling2dLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_prelu_layer_builder.xhtml#a53a617049e13fbd7705c5eaa3e29ea0b">PreluLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_q_lstm_descriptor_builder.xhtml#a7c6ccffb7f951ca9c29ef514893debe0">QLstmDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_q_lstm_input_params_builder.xhtml#a070cd1718b2763b01950353299c3e8ca">QLstmInputParamsBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_q_lstm_layer_builder.xhtml#aeedacd75234b05e981a2e8543cb15ba2">QLstmLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_quantized_lstm_input_params_builder.xhtml#a4358e0c521d2b6274197af74b572ae2b">QuantizedLstmInputParamsBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_quantized_lstm_layer_builder.xhtml#a5d91b55575932f94327d7f6d025626d1">QuantizedLstmLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_quantize_layer_builder.xhtml#a4986fc8406767fb87d6d013e220e10b0">QuantizeLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_rank_layer_builder.xhtml#a836f93b98907cc0ebe9032363dc630d5">RankLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_reduce_descriptor_builder.xhtml#ae133b5a0fb77a2b3831316be6cd540e7">ReduceDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_reduce_layer_builder.xhtml#aec2f8cc227f58fe88048c2a537b4ff44">ReduceLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_reshape_descriptor_builder.xhtml#a64bc160d57eb5a7c56a6da8bb0dc1447">ReshapeDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_reshape_layer_builder.xhtml#ac4f58f7bea2581bec34cdfa763a214c9">ReshapeLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_resize_bilinear_descriptor_builder.xhtml#a0e47e5772f18080a1c5ceacd9e49c642">ResizeBilinearDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_resize_bilinear_layer_builder.xhtml#ae91fd52f0febcc18f7c0686b4926adcc">ResizeBilinearLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_resize_descriptor_builder.xhtml#ac41ec98b753b67db48ad5736af0f0ae7">ResizeDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_resize_layer_builder.xhtml#a3699f6467a48ce88480966cc2877d033">ResizeLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_rsqrt_layer_builder.xhtml#ab36dcada9c94d613a3e9a8e4b0b63568">RsqrtLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_serialized_graph_builder.xhtml#acf3f904fb6a49c205478bd50e2d28ace">SerializedGraphBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_short_data_builder.xhtml#a349b792db7ac4fced7832cb223a3b79c">ShortDataBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_slice_descriptor_builder.xhtml#a6c849a0e3d32bffad2688e3f4f63dcfd">SliceDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_slice_layer_builder.xhtml#a75afbc82c2e269d5d78a2f5a21be3ff7">SliceLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_softmax_descriptor_builder.xhtml#ac3d1d08afb8f25e09f93b3afbf56719b">SoftmaxDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_softmax_layer_builder.xhtml#a279fd5a3b07ab787b9ec7878c2105e8b">SoftmaxLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_space_to_batch_nd_descriptor_builder.xhtml#abdde9aaec3d42e6bcc630d123440065b">SpaceToBatchNdDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_space_to_batch_nd_layer_builder.xhtml#aa8bc639510c6957ddff7e2ea697c17d0">SpaceToBatchNdLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml#a180bfea766bfcc49fc88cafc160d5eed">SpaceToDepthDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_space_to_depth_layer_builder.xhtml#a39151c2a4d0717eb0ee138758ee8f4bd">SpaceToDepthLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_splitter_layer_builder.xhtml#af0ac9afd7fc59faba3f9ec4613bbe567">SplitterLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_stack_descriptor_builder.xhtml#a9067c05af44a2dcfb7af4381b9792a75">StackDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_stack_layer_builder.xhtml#adb4256cef0b05e4c942dce9ec9e8c553">StackLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_stand_in_descriptor_builder.xhtml#afcd844a6e0ce0f9e5267383357a23f68">StandInDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_stand_in_layer_builder.xhtml#a44ae4803e8b3f4082318a6296e524fae">StandInLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_strided_slice_descriptor_builder.xhtml#aa841279c3e76c5e029bfff9d25803d83">StridedSliceDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_strided_slice_layer_builder.xhtml#ab54e4b686a549777d9ded8b54cf74229">StridedSliceLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_subtraction_layer_builder.xhtml#a0a07ceadfb83619f6f1bdaf4df384444">SubtractionLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_switch_layer_builder.xhtml#a7fe18be50cbee363c0af8faa78216855">SwitchLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_tensor_info_builder.xhtml#a7013d733e9fd96543e644ddeccad8bba">TensorInfoBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml#a12d8d985c76e87965b75c0efda8e10b1">TransposeConvolution2dDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_transpose_convolution2d_layer_builder.xhtml#ab54d6651ea66a1bcb7df2541738f4e25">TransposeConvolution2dLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_transpose_descriptor_builder.xhtml#a2d1bb4665755740e3eac0a2c719559b9">TransposeDescriptorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_transpose_layer_builder.xhtml#a1a52e20a70c5f4333e3b189c6174ae97">TransposeLayerBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_uint_vector_builder.xhtml#a81ecefb51d8c19d4e259c13f4ce9e6be">UintVectorBuilder</a>
, <a class="el" href="structarmnn_serializer_1_1_views_descriptor_builder.xhtml#afbcddae803fc3207fca45874faffab5d">ViewsDescriptorBuilder</a>
</li>
<li>targetHeight()
: <a class="el" href="structarmnn_serializer_1_1_f_l_a_t_b_u_f_f_e_r_s___f_i_n_a_l___c_l_a_s_s.xhtml#ae4bfd93635ec3f462c482f184555f425">FLATBUFFERS_FINAL_CLASS</a>
</li>
<li>targetShape()
: <a class="el" href="structarmnn_serializer_1_1_f_l_a_t_b_u_f_f_e_r_s___f_i_n_a_l___c_l_a_s_s.xhtml#a681604c2ba6a581c23035da0e0a8f7e0">FLATBUFFERS_FINAL_CLASS</a>
</li>
<li>targetWidth()
: <a class="el" href="structarmnn_serializer_1_1_f_l_a_t_b_u_f_f_e_r_s___f_i_n_a_l___c_l_a_s_s.xhtml#a65d7d300b751a667e8f672a1913821e0">FLATBUFFERS_FINAL_CLASS</a>
</li>
<li>TContainer
: <a class="el" href="classarmnn_1_1test_1_1_inference_model_test_case.xhtml#acf933608643ce27b3c68e3431d047d0a">InferenceModelTestCase&lt; TModel &gt;</a>
, <a class="el" href="class_inference_model.xhtml#acf933608643ce27b3c68e3431d047d0a">InferenceModel&lt; IParser, TDataType &gt;</a>
</li>
<li>TensorBufferArrayView()
: <a class="el" href="classarmnn_1_1_tensor_buffer_array_view.xhtml#a1f2ab1d90881eb1bbd76729949559a55">TensorBufferArrayView&lt; DataType &gt;</a>
</li>
<li>TensorHandleFactoryRegistry()
: <a class="el" href="classarmnn_1_1_tensor_handle_factory_registry.xhtml#aaab866fac81161a61959c56d5b6b2a46">TensorHandleFactoryRegistry</a>
</li>
<li>TensorIdRawPtr
: <a class="el" href="classarmnn_tf_lite_parser_1_1_tf_lite_parser_impl.xhtml#a7553cea300edaeb5722990f99f042ef0">TfLiteParserImpl</a>
</li>
<li>TensorIdRawPtrVector
: <a class="el" href="classarmnn_tf_lite_parser_1_1_tf_lite_parser_impl.xhtml#a86428e0c674542488c7292dfbe2ce381">TfLiteParserImpl</a>
</li>
<li>TensorInfo()
: <a class="el" href="classarmnn_1_1_tensor_info.xhtml#a21c2ae9fa438faf42669dadda628080c">TensorInfo</a>
</li>
<li>tensorInfo()
: <a class="el" href="structarmnn_serializer_1_1_f_l_a_t_b_u_f_f_e_r_s___f_i_n_a_l___c_l_a_s_s.xhtml#afca00e8860cde3a5e3f139ba4a541ce6">FLATBUFFERS_FINAL_CLASS</a>
</li>
<li>TensorInfoBuilder()
: <a class="el" href="structarmnn_serializer_1_1_tensor_info_builder.xhtml#a2a3699f6ad7a7f356dccdf5f347ccb91">TensorInfoBuilder</a>
</li>
<li>TensorNumDimensionsAreCorrect()
: <a class="el" href="structarmnn_1_1_tensor_num_dimensions_are_correct.xhtml#a93cd875c6769c27d023ac70729a0e865">TensorNumDimensionsAreCorrect</a>
</li>
<li>TensorPrinter()
: <a class="el" href="struct_tensor_printer.xhtml#a0677e34294f161be8655f14004ff7fbb">TensorPrinter</a>
</li>
<li>TensorPtr
: <a class="el" href="classarmnn_tf_lite_parser_1_1_tf_lite_parser_impl.xhtml#a4ab952e29d01028931f75f997ad7cbd4">TfLiteParserImpl</a>
</li>
<li>TensorRawPtr
: <a class="el" href="classarmnn_tf_lite_parser_1_1_tf_lite_parser_impl.xhtml#ac3486e6c1a291aa67efd8b280ffb83cc">TfLiteParserImpl</a>
</li>
<li>TensorRawPtrVector
: <a class="el" href="classarmnn_tf_lite_parser_1_1_tf_lite_parser_impl.xhtml#abd8bee7fb9b86485a60bc7ee05114270">TfLiteParserImpl</a>
</li>
<li>TensorShape()
: <a class="el" href="classarmnn_1_1_tensor_shape.xhtml#a76d053cd9b4373d90682ad646dad334c">TensorShape</a>
</li>
<li>TensorShapePtr
: <a class="el" href="struct_execute_network_params.xhtml#a29ca0d7f3ce1cb59535aa4d09f7d1b37">ExecuteNetworkParams</a>
</li>
<li>Test()
: <a class="el" href="structarmnn_1_1optimizations_1_1_is_b_float16_layer.xhtml#a4d870e13875a9a0a1cf09ba349904350">IsBFloat16Layer</a>
, <a class="el" href="structarmnn_1_1optimizations_1_1_is_float16_layer.xhtml#a4d870e13875a9a0a1cf09ba349904350">IsFloat16Layer</a>
, <a class="el" href="structarmnn_1_1optimizations_1_1_is_float32_layer.xhtml#a4d870e13875a9a0a1cf09ba349904350">IsFloat32Layer</a>
</li>
<li>TestActivationLayerVisitor()
: <a class="el" href="class_test_activation_layer_visitor.xhtml#a0f764e8e3b690cfdfb7da116af2db7fc">TestActivationLayerVisitor</a>
</li>
<li>TestAdditionLayerVisitor()
: <a class="el" href="class_test_addition_layer_visitor.xhtml#a83b6ac42de6ff677bf13b8c58ebfd534">TestAdditionLayerVisitor</a>
</li>
<li>TestArgMinMaxLayerVisitor()
: <a class="el" href="class_test_arg_min_max_layer_visitor.xhtml#ab119305244858618d3b41bd56a4b0575">TestArgMinMaxLayerVisitor</a>
</li>
<li>TestBackendRegistry()
: <a class="el" href="class_test_backend_registry.xhtml#acc225f0ce5d9703b1b36b2886993aa8e">TestBackendRegistry</a>
</li>
<li>TestBatchNormalizationLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_batch_normalization_layer_visitor.xhtml#ac22fdba4058911b3b322e7382203973a">TestBatchNormalizationLayerVisitor</a>
</li>
<li>TestBatchToSpaceNdLayerVisitor()
: <a class="el" href="class_test_batch_to_space_nd_layer_visitor.xhtml#aa25b963184c17786606d363982677bbf">TestBatchToSpaceNdLayerVisitor</a>
</li>
<li>TestComparisonLayerVisitor()
: <a class="el" href="class_test_comparison_layer_visitor.xhtml#a1a0043f1855ac16dcd3389e67aeb0601">TestComparisonLayerVisitor</a>
</li>
<li>TestConcatLayerVisitor()
: <a class="el" href="class_test_concat_layer_visitor.xhtml#a92986862616ac7ea92a659c267e4421b">TestConcatLayerVisitor</a>
</li>
<li>TestConnectionPreservation
: <a class="el" href="classarmnn_1_1_i_network.xhtml#abc7f5a6538288c9cba3f54ab8ac70012">INetwork</a>
</li>
<li>TestConstantLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_constant_layer_visitor.xhtml#acdb9da3b37ea3265b7ffdf1b5ff3b342">TestConstantLayerVisitor</a>
</li>
<li>TestConvolution2dLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_convolution2d_layer_visitor.xhtml#aaf33927bcb93fa77d08e4bd547c481d9">TestConvolution2dLayerVisitor</a>
</li>
<li>TestDepthToSpaceLayerVisitor()
: <a class="el" href="class_test_depth_to_space_layer_visitor.xhtml#a7c87e3137e0038c338f7ab167ebc8ec3">TestDepthToSpaceLayerVisitor</a>
</li>
<li>TestDepthwiseConvolution2dLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_depthwise_convolution2d_layer_visitor.xhtml#a4b830ea7321e27826a2d2c5c3e9e0105">TestDepthwiseConvolution2dLayerVisitor</a>
</li>
<li>TestDequantizeLayerVisitor()
: <a class="el" href="class_test_dequantize_layer_visitor.xhtml#aca17470039e616c99481dc691ad49c01">TestDequantizeLayerVisitor</a>
</li>
<li>TestDivisionLayerVisitor()
: <a class="el" href="class_test_division_layer_visitor.xhtml#a2162c20cae7c255dff9e696766557f18">TestDivisionLayerVisitor</a>
</li>
<li>TestElementwiseUnaryLayerVisitor()
: <a class="el" href="class_test_elementwise_unary_layer_visitor.xhtml#ac8d328be621ddc72611dea42879027bf">TestElementwiseUnaryLayerVisitor</a>
</li>
<li>TestFillLayerVisitor()
: <a class="el" href="class_test_fill_layer_visitor.xhtml#a07bc5d56127f72c312d8fb67b9da16fc">TestFillLayerVisitor</a>
</li>
<li>TestFloorLayerVisitor()
: <a class="el" href="class_test_floor_layer_visitor.xhtml#a40dcb83a3c539cd21a7790a8bfd5a90a">TestFloorLayerVisitor</a>
</li>
<li>TestFullyConnectedLayerVistor()
: <a class="el" href="classarmnn_1_1_test_fully_connected_layer_vistor.xhtml#aaae8730f2764c51d1dc27de5326f6aed">TestFullyConnectedLayerVistor</a>
</li>
<li>TestGatherLayerVisitor()
: <a class="el" href="class_test_gather_layer_visitor.xhtml#a2e79cb05a228b2fb2ec94309bba1cf19">TestGatherLayerVisitor</a>
</li>
<li>TestInputLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_input_layer_visitor.xhtml#a544f0f22483f98dd12db917b25aa637b">TestInputLayerVisitor</a>
</li>
<li>TestInstanceNormalizationLayerVisitor()
: <a class="el" href="class_test_instance_normalization_layer_visitor.xhtml#a818c7433542b6e56cfed4a30582d8e7b">TestInstanceNormalizationLayerVisitor</a>
</li>
<li>TestL2NormalizationLayerVisitor()
: <a class="el" href="class_test_l2_normalization_layer_visitor.xhtml#aad11d7ad26cef4f115b6c4ed60700389">TestL2NormalizationLayerVisitor</a>
</li>
<li>TestLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_layer_visitor.xhtml#a7bca6e8733a25190cb5b2731d31c195f">TestLayerVisitor</a>
</li>
<li>TestLogicalBinaryLayerVisitor()
: <a class="el" href="class_test_logical_binary_layer_visitor.xhtml#a2014135da3cc57242a38d596bb62ad1a">TestLogicalBinaryLayerVisitor</a>
</li>
<li>TestLogSoftmaxLayerVisitor()
: <a class="el" href="class_test_log_softmax_layer_visitor.xhtml#a0ee00b1f8da44e3f34493fd7043f4038">TestLogSoftmaxLayerVisitor</a>
</li>
<li>TestLstmLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_lstm_layer_visitor.xhtml#a8dc5d172f9d6f4740aceddf9041282e2">TestLstmLayerVisitor</a>
</li>
<li>TestMaximumLayerVisitor()
: <a class="el" href="class_test_maximum_layer_visitor.xhtml#a25b3eb88d1d0454e0fd9bc925b964dfe">TestMaximumLayerVisitor</a>
</li>
<li>TestMeanLayerVisitor()
: <a class="el" href="class_test_mean_layer_visitor.xhtml#a7b877440079fefbc0000548d05310e94">TestMeanLayerVisitor</a>
</li>
<li>TestMergeLayerVisitor()
: <a class="el" href="class_test_merge_layer_visitor.xhtml#aaebc2a3840798ac0a14e25fcaa1539e8">TestMergeLayerVisitor</a>
</li>
<li>TestMinimumLayerVisitor()
: <a class="el" href="class_test_minimum_layer_visitor.xhtml#a6e956d4aef9e3605cc54e6bbc9a6fa40">TestMinimumLayerVisitor</a>
</li>
<li>TestMultiplicationLayerVisitor()
: <a class="el" href="class_test_multiplication_layer_visitor.xhtml#aaf9ea1b61d32d83328a4554b006771f8">TestMultiplicationLayerVisitor</a>
</li>
<li>TestNormalizationLayerVisitor()
: <a class="el" href="class_test_normalization_layer_visitor.xhtml#accba85d60f57d2a0c7f7f76f9504a032">TestNormalizationLayerVisitor</a>
</li>
<li>TestOutputLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_output_layer_visitor.xhtml#a1a95b0544648f49a88e05efa523a38c8">TestOutputLayerVisitor</a>
</li>
<li>TestPadLayerVisitor()
: <a class="el" href="class_test_pad_layer_visitor.xhtml#aae6485461e54d509b7eabdce01797b9a">TestPadLayerVisitor</a>
</li>
<li>TestPermuteLayerVisitor()
: <a class="el" href="class_test_permute_layer_visitor.xhtml#a7bb9cf9aa59af2579ec72f76aa91bacb">TestPermuteLayerVisitor</a>
</li>
<li>TestPooling2dLayerVisitor()
: <a class="el" href="class_test_pooling2d_layer_visitor.xhtml#a4418fb4d52a394139f6e8137e0c253ac">TestPooling2dLayerVisitor</a>
</li>
<li>TestPreluLayerVisitor()
: <a class="el" href="class_test_prelu_layer_visitor.xhtml#aa376cb1af1f833e8a36ead8f7a70aa00">TestPreluLayerVisitor</a>
</li>
<li>TestProfilingConnectionArmnnError()
: <a class="el" href="classarmnn_1_1profiling_1_1_test_profiling_connection_armnn_error.xhtml#ac78cdd7a5d1ea251e57140b6935aec01">TestProfilingConnectionArmnnError</a>
</li>
<li>TestProfilingConnectionBase()
: <a class="el" href="classarmnn_1_1profiling_1_1_test_profiling_connection_base.xhtml#abfb705bcb10894813d612267dcb1be70">TestProfilingConnectionBase</a>
</li>
<li>TestProfilingConnectionTimeoutError()
: <a class="el" href="classarmnn_1_1profiling_1_1_test_profiling_connection_timeout_error.xhtml#a18f0288913ca61defcaa34c8d0a40e8c">TestProfilingConnectionTimeoutError</a>
</li>
<li>TestQLstmLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_q_lstm_layer_visitor.xhtml#a1c9f427927208da2660adcfd3cd67aed">TestQLstmLayerVisitor</a>
</li>
<li>TestQuantizedLstmLayerVisitor()
: <a class="el" href="classarmnn_1_1_test_quantized_lstm_layer_visitor.xhtml#a1d72b0f4a1516fc85b2c04789d562392">TestQuantizedLstmLayerVisitor</a>
</li>
<li>TestQuantizeLayerVisitor()
: <a class="el" href="class_test_quantize_layer_visitor.xhtml#afcb2c6437f6dd45ea6c481b3a9f66081">TestQuantizeLayerVisitor</a>
</li>
<li>TestRankLayerVisitor()
: <a class="el" href="class_test_rank_layer_visitor.xhtml#a7fc658e2dc3a0d37c3673681b012e40e">TestRankLayerVisitor</a>
</li>
<li>TestReduceLayerVisitor()
: <a class="el" href="class_test_reduce_layer_visitor.xhtml#a0ed5ac410e5e7f79ecc85a8e6ed68576">TestReduceLayerVisitor</a>
</li>
<li>TestReshapeLayerVisitor()
: <a class="el" href="class_test_reshape_layer_visitor.xhtml#af850f17ed00912629bf6b03f9bbfbc62">TestReshapeLayerVisitor</a>
</li>
<li>TestResizeLayerVisitor()
: <a class="el" href="class_test_resize_layer_visitor.xhtml#a3420941c85756405568cc9cd862ae1cc">TestResizeLayerVisitor</a>
</li>
<li>TestSliceLayerVisitor()
: <a class="el" href="class_test_slice_layer_visitor.xhtml#a8c60b5cee269eaf4f81374342076a90e">TestSliceLayerVisitor</a>
</li>
<li>TestSoftmaxLayerVisitor()
: <a class="el" href="class_test_softmax_layer_visitor.xhtml#a595847436bc0acb6b72b04346df4710f">TestSoftmaxLayerVisitor</a>
</li>
<li>TestSpaceToBatchNdLayerVisitor()
: <a class="el" href="class_test_space_to_batch_nd_layer_visitor.xhtml#a5ad11c32d4461b119e62b90016416acd">TestSpaceToBatchNdLayerVisitor</a>
</li>
<li>TestSpaceToDepthLayerVisitor()
: <a class="el" href="class_test_space_to_depth_layer_visitor.xhtml#a3f5da3799a95db9502aa7b11d5f0aae6">TestSpaceToDepthLayerVisitor</a>
</li>
<li>TestSplitterLayerVisitor()
: <a class="el" href="class_test_splitter_layer_visitor.xhtml#ab55f45e58b8ad30f675ded9120eb409d">TestSplitterLayerVisitor</a>
</li>
<li>TestStackLayerVisitor()
: <a class="el" href="class_test_stack_layer_visitor.xhtml#a794ab3a2c6b0ecb8ba2b81027937421c">TestStackLayerVisitor</a>
</li>
<li>TestStandInLayerVisitor()
: <a class="el" href="class_test_stand_in_layer_visitor.xhtml#afffe440ac0162ad8c86a5eeb82dab8fa">TestStandInLayerVisitor</a>
</li>
<li>TestStridedSliceLayerVisitor()
: <a class="el" href="class_test_strided_slice_layer_visitor.xhtml#a2af63e8f9cdcab9eb49debf025aa27ae">TestStridedSliceLayerVisitor</a>
</li>
<li>TestSubtractionLayerVisitor()
: <a class="el" href="class_test_subtraction_layer_visitor.xhtml#a6baa6556f368d67c36b85c2c3070c171">TestSubtractionLayerVisitor</a>
</li>
<li>TestSwitchLayerVisitor()
: <a class="el" href="class_test_switch_layer_visitor.xhtml#a6eadccc5532dda4ed081bd0745f34668">TestSwitchLayerVisitor</a>
</li>
<li>TestTimelinePacketHandler()
: <a class="el" href="classarmnn_1_1profiling_1_1_test_timeline_packet_handler.xhtml#a1335cc5552c5a86ecfe9cc19642f10f8">TestTimelinePacketHandler</a>
</li>
<li>TestTransposeLayerVisitor()
: <a class="el" href="class_test_transpose_layer_visitor.xhtml#ac6b4ec78360026eea48e52197d042f19">TestTransposeLayerVisitor</a>
</li>
<li>TfLiteParserImpl()
: <a class="el" href="classarmnn_tf_lite_parser_1_1_tf_lite_parser_impl.xhtml#ad9199a42f5fae611db182fb4c31a11df">TfLiteParserImpl</a>
</li>
<li>TfLiteParserOptions()
: <a class="el" href="structarmnn_tf_lite_parser_1_1_i_tf_lite_parser_1_1_tf_lite_parser_options.xhtml#a74f92ca1e8659ed1c460c24292f4a1d9">ITfLiteParser::TfLiteParserOptions</a>
</li>
<li>TfParserImpl()
: <a class="el" href="structarmnn_tf_parser_1_1_i_tf_parser_1_1_tf_parser_impl.xhtml#a7789bc092c96403f549edf62955ac1c3">ITfParser::TfParserImpl</a>
</li>
<li>TIME_MS
: <a class="el" href="structarmnn_1_1_measurement.xhtml#abceb2331ad056e3c5ad27894199a49edab2234de0b81a6c02ab51dcfc63065bca">Measurement</a>
</li>
<li>TIME_NS
: <a class="el" href="structarmnn_1_1_measurement.xhtml#abceb2331ad056e3c5ad27894199a49edac04d6fce03ff6dfde82088100ad3f3d7">Measurement</a>
</li>
<li>TIME_US
: <a class="el" href="structarmnn_1_1_measurement.xhtml#abceb2331ad056e3c5ad27894199a49edaef96c3935bbc898edd62723ad8cb00ea">Measurement</a>
</li>
<li>TimelineMessageDecoder()
: <a class="el" href="classarmnn_1_1profiling_1_1_timeline_message_decoder.xhtml#a5063362184e75e198196af68dca2ddeb">TimelineMessageDecoder</a>
</li>
<li>TimelinePacketWriterFactory()
: <a class="el" href="classarmnn_1_1profiling_1_1_timeline_packet_writer_factory.xhtml#a6490df9f7f9f8731a170ea1b5874412d">TimelinePacketWriterFactory</a>
</li>
<li>TimelineReportingEnabled()
: <a class="el" href="classarmnn_1_1_mock_backend_profiling_context.xhtml#af2c108bdd805535a58a13553b5848f31">MockBackendProfilingContext</a>
</li>
<li>TimelineUtilityMethods()
: <a class="el" href="classarmnn_1_1profiling_1_1_timeline_utility_methods.xhtml#a2f08aefcb90cae9b415bcfc0324f22c9">TimelineUtilityMethods</a>
</li>
<li>timestamp
: <a class="el" href="structarmnn_1_1profiling_1_1_timestamp.xhtml#a465bef81f6478756e5443025b1f2ddfa">Timestamp</a>
</li>
<li>ToFloat32()
: <a class="el" href="classarmnn_1_1_b_float16.xhtml#afe0f15d338fde36113a613f6e165b0e9">BFloat16</a>
</li>
<li>TopologicalSort()
: <a class="el" href="classarmnn_1_1_graph.xhtml#a9a7209345edfdb2b066b0ceb66414d7c">Graph</a>
</li>
<li>ToString()
: <a class="el" href="structarmnn_1_1_measurement.xhtml#ab28eb76bc26abd263cad9dc2d1d17816">Measurement</a>
</li>
<li>TrackBindingPoint()
: <a class="el" href="classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl.xhtml#a5f5e6255b21fdf458d3733bbdcdc4af5">ICaffeParser::CaffeParserImpl</a>
, <a class="el" href="structarmnn_tf_parser_1_1_i_tf_parser_1_1_tf_parser_impl.xhtml#a5f5e6255b21fdf458d3733bbdcdc4af5">ITfParser::TfParserImpl</a>
</li>
<li>TrackInputBinding()
: <a class="el" href="classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl.xhtml#a2a1112c66d08e3760ecccf39c7854a90">ICaffeParser::CaffeParserImpl</a>
, <a class="el" href="structarmnn_tf_parser_1_1_i_tf_parser_1_1_tf_parser_impl.xhtml#a2a1112c66d08e3760ecccf39c7854a90">ITfParser::TfParserImpl</a>
</li>
<li>TrackOutputBinding()
: <a class="el" href="classarmnn_caffe_parser_1_1_i_caffe_parser_1_1_caffe_parser_impl.xhtml#a0c98e07875a82c71c65bbb53eb347561">ICaffeParser::CaffeParserImpl</a>
, <a class="el" href="structarmnn_tf_parser_1_1_i_tf_parser_1_1_tf_parser_impl.xhtml#a0c98e07875a82c71c65bbb53eb347561">ITfParser::TfParserImpl</a>
</li>
<li>TransformIterator()
: <a class="el" href="classarmnn_1_1_transform_iterator.xhtml#a3cfbc1d22f3333865b1b69d93d8756a4">TransformIterator&lt; Function, Iterator, Category, T, Distance, Pointer, Reference &gt;</a>
</li>
<li>TransitionToState()
: <a class="el" href="classarmnn_1_1profiling_1_1_profiling_service.xhtml#a34cc06a0c80d907108ee791182c55da9">ProfilingService</a>
, <a class="el" href="classarmnn_1_1profiling_1_1_profiling_state_machine.xhtml#a175365c95c51fb3dad223ce3f48a3ffc">ProfilingStateMachine</a>
</li>
<li>TranslateUIDCopyToOriginal()
: <a class="el" href="classarmnn_1_1profiling_1_1_directory_capture_command_handler.xhtml#a41a25ce1deeb5ac0ddbaa99bba961dc6">DirectoryCaptureCommandHandler</a>
</li>
<li>TransposeAsReshapeImpl()
: <a class="el" href="classarmnn_1_1optimizations_1_1_transpose_as_reshape_impl.xhtml#abb9b7c45f4778dbcccf54e70f0052a77">TransposeAsReshapeImpl</a>
</li>
<li>TransposeConvolution2dDescriptor()
: <a class="el" href="structarmnn_1_1_transpose_convolution2d_descriptor.xhtml#ad2246752a0ac080cfa2e815c6528acf9">TransposeConvolution2dDescriptor</a>
</li>
<li>TransposeConvolution2dDescriptorBuilder()
: <a class="el" href="structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml#a87828b8c347d2c3c6e2d7ab1d7c55e4e">TransposeConvolution2dDescriptorBuilder</a>
</li>
<li>TransposeConvolution2dLayer()
: <a class="el" href="classarmnn_1_1_transpose_convolution2d_layer.xhtml#ac6bdcc5d0f4c98f0abd099af48cc8e8b">TransposeConvolution2dLayer</a>
</li>
<li>TransposeConvolution2dLayerBuilder()
: <a class="el" href="structarmnn_serializer_1_1_transpose_convolution2d_layer_builder.xhtml#aa1093d80e850656b6f0d1d99e6c3b2c5">TransposeConvolution2dLayerBuilder</a>
</li>
<li>TransposeConvolution2dQueueDescriptor()
: <a class="el" href="structarmnn_1_1_transpose_convolution2d_queue_descriptor.xhtml#a19c7d575dd8c0c9b01b35ad1aa38f8e9">TransposeConvolution2dQueueDescriptor</a>
</li>
<li>TransposeDescriptor()
: <a class="el" href="structarmnn_1_1_transpose_descriptor.xhtml#ae7fbf819ce2bbdbdc55d546dd40a1213">TransposeDescriptor</a>
</li>
<li>TransposeDescriptorBuilder()
: <a class="el" href="structarmnn_serializer_1_1_transpose_descriptor_builder.xhtml#aa259a32040d89af68f1699f52c90b6ab">TransposeDescriptorBuilder</a>
</li>
<li>TransposeLayer()
: <a class="el" href="classarmnn_1_1_transpose_layer.xhtml#a4a8dcf6e1cb5b601796272b5a055850c">TransposeLayer</a>
</li>
<li>TransposeLayerBuilder()
: <a class="el" href="structarmnn_serializer_1_1_transpose_layer_builder.xhtml#ac0bc96dfca725b356ffce478f42acccc">TransposeLayerBuilder</a>
</li>
<li>transposeWeightsMatrix()
: <a class="el" href="structarmnn_serializer_1_1_f_l_a_t_b_u_f_f_e_r_s___f_i_n_a_l___c_l_a_s_s.xhtml#a425953d8e5c7c474ef86eee52f012b27">FLATBUFFERS_FINAL_CLASS</a>
</li>
<li>TTestCaseData
: <a class="el" href="class_caffe_preprocessor.xhtml#a0b6d5426d97a60215cdcd609dee35cc9">CaffePreprocessor</a>
, <a class="el" href="class_cifar10_database.xhtml#a0b6d5426d97a60215cdcd609dee35cc9">Cifar10Database</a>
, <a class="el" href="class_image_preprocessor.xhtml#a0b6d5426d97a60215cdcd609dee35cc9">ImagePreprocessor&lt; TDataType &gt;</a>
, <a class="el" href="class_mnist_database.xhtml#a0b6d5426d97a60215cdcd609dee35cc9">MnistDatabase</a>
, <a class="el" href="class_yolo_database.xhtml#a626407dd7c0a5e7d9299ac3deba502d7">YoloDatabase</a>
</li>
<li>TuningLevel
: <a class="el" href="classarmnn_1_1_i_gpu_acc_tuned_parameters.xhtml#a707090747256af276c389e0cf1cb0a9a">IGpuAccTunedParameters</a>
</li>
<li>Type
: <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_activation_01_4.xhtml#ae514a078d2b15ae2bb30a05a996cbd8e">LayerTypeOfImpl&lt; LayerType::Activation &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_addition_01_4.xhtml#aaf3a705411b9f722be1ccd01ee4fa22d">LayerTypeOfImpl&lt; LayerType::Addition &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_arg_min_max_01_4.xhtml#ae7ce1387512f9a73af3a57ab6fea3cd5">LayerTypeOfImpl&lt; LayerType::ArgMinMax &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_batch_normalization_01_4.xhtml#af9ff63c208d3f88364f6eed9e04b83bd">LayerTypeOfImpl&lt; LayerType::BatchNormalization &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_batch_to_space_nd_01_4.xhtml#a5e2e85ceb01bc153a5f45cbb2278d6e2">LayerTypeOfImpl&lt; LayerType::BatchToSpaceNd &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_comparison_01_4.xhtml#a7feb48b4f2539dd687881833b64880c0">LayerTypeOfImpl&lt; LayerType::Comparison &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_concat_01_4.xhtml#a652dd29f240416bb06fd4b7dadf2cb8b">LayerTypeOfImpl&lt; LayerType::Concat &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_constant_01_4.xhtml#a82da32430370729fa654abde50e9f309">LayerTypeOfImpl&lt; LayerType::Constant &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convert_bf16_to_fp32_01_4.xhtml#a9f6c0b9c235c1eeab9525b49b8a20847">LayerTypeOfImpl&lt; LayerType::ConvertBf16ToFp32 &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convert_fp16_to_fp32_01_4.xhtml#ac70bc1136b9931f87f6d093a1192746c">LayerTypeOfImpl&lt; LayerType::ConvertFp16ToFp32 &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convert_fp32_to_bf16_01_4.xhtml#a36e38ce02c28d204ec6b66bb3c3f28a6">LayerTypeOfImpl&lt; LayerType::ConvertFp32ToBf16 &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convert_fp32_to_fp16_01_4.xhtml#a910efd594415f2cb2ec6981a8890f3b8">LayerTypeOfImpl&lt; LayerType::ConvertFp32ToFp16 &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_convolution2d_01_4.xhtml#a5cce0edf58310bcbffd34b3c11d180d2">LayerTypeOfImpl&lt; LayerType::Convolution2d &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_debug_01_4.xhtml#a815fabe0b05a1979df96ee8cd65234f7">LayerTypeOfImpl&lt; LayerType::Debug &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_depth_to_space_01_4.xhtml#a5f8f6b1f1562631463d12c010cf63644">LayerTypeOfImpl&lt; LayerType::DepthToSpace &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_depthwise_convolution2d_01_4.xhtml#a16bbedc7226f6b3dfda8bd0114caca0f">LayerTypeOfImpl&lt; LayerType::DepthwiseConvolution2d &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_dequantize_01_4.xhtml#a7856fac5f8ba4cf556c158bcf85ec3af">LayerTypeOfImpl&lt; LayerType::Dequantize &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_detection_post_process_01_4.xhtml#ae98dd05a3b4c0a6257bccde9b76b4bad">LayerTypeOfImpl&lt; LayerType::DetectionPostProcess &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_division_01_4.xhtml#a50d0f29aae9887c26a6294b1c8b22c10">LayerTypeOfImpl&lt; LayerType::Division &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_elementwise_unary_01_4.xhtml#adb80f23dfca224ddf4db6e7b29477286">LayerTypeOfImpl&lt; LayerType::ElementwiseUnary &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_fake_quantization_01_4.xhtml#a93500c106f73880b8d4c766d218e157d">LayerTypeOfImpl&lt; LayerType::FakeQuantization &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_fill_01_4.xhtml#a620090ef556541d823c05ea36cea82da">LayerTypeOfImpl&lt; LayerType::Fill &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_floor_01_4.xhtml#a083f840156ca14bddc18255e19ebd5d2">LayerTypeOfImpl&lt; LayerType::Floor &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_fully_connected_01_4.xhtml#a493feff79786e31093305b5524b497a2">LayerTypeOfImpl&lt; LayerType::FullyConnected &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_gather_01_4.xhtml#a8d4be49b18618372a41c3601e435d003">LayerTypeOfImpl&lt; LayerType::Gather &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_input_01_4.xhtml#a0d094e95ed08604d248e9681d55604ec">LayerTypeOfImpl&lt; LayerType::Input &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_instance_normalization_01_4.xhtml#ab95dcf63c14b48eab9168bbea67ad9e4">LayerTypeOfImpl&lt; LayerType::InstanceNormalization &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_l2_normalization_01_4.xhtml#a119273777149fe12ea3edde30967bd25">LayerTypeOfImpl&lt; LayerType::L2Normalization &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_logical_binary_01_4.xhtml#a3ad0fc133954bd8dc861c234f8310fb7">LayerTypeOfImpl&lt; LayerType::LogicalBinary &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_log_softmax_01_4.xhtml#ab6bf1481c0e8dcc6783bd9eef7eb61f5">LayerTypeOfImpl&lt; LayerType::LogSoftmax &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_lstm_01_4.xhtml#a9e22aa0bec6c533cc1f53de94a62893b">LayerTypeOfImpl&lt; LayerType::Lstm &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_map_01_4.xhtml#a0dcdf4527ca21b7263ba805154ef2441">LayerTypeOfImpl&lt; LayerType::Map &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_maximum_01_4.xhtml#a258ca136293b33fbdfb5ce8a957e6a39">LayerTypeOfImpl&lt; LayerType::Maximum &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_mean_01_4.xhtml#acd800c8971afa70df89c335fe7939f41">LayerTypeOfImpl&lt; LayerType::Mean &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_mem_copy_01_4.xhtml#a6742ba4e7cd5734c6a4fe05a245cb413">LayerTypeOfImpl&lt; LayerType::MemCopy &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_mem_import_01_4.xhtml#a6b2e0a2470acbdc77fc1a0a400e32dce">LayerTypeOfImpl&lt; LayerType::MemImport &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_merge_01_4.xhtml#ab0de78e72ce61e1a3e8031ca08db61a1">LayerTypeOfImpl&lt; LayerType::Merge &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_minimum_01_4.xhtml#a5c216ff4288c8cfe295b05c9994f1501">LayerTypeOfImpl&lt; LayerType::Minimum &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_multiplication_01_4.xhtml#adf2bd1ed70c765a55df425548cf44b3c">LayerTypeOfImpl&lt; LayerType::Multiplication &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_normalization_01_4.xhtml#a25424102361ed92279f28b3c3fc6eb51">LayerTypeOfImpl&lt; LayerType::Normalization &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_output_01_4.xhtml#a3038d2b9c5e39b1722938bfb6099634e">LayerTypeOfImpl&lt; LayerType::Output &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_pad_01_4.xhtml#a2fda3c8e3b25bc7dec33404647bdbc37">LayerTypeOfImpl&lt; LayerType::Pad &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_permute_01_4.xhtml#acd37bf8aa844f8dfcd48ae156ba3090f">LayerTypeOfImpl&lt; LayerType::Permute &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_pooling2d_01_4.xhtml#a9b5adf37a37e8289f2b6684207f1bc1d">LayerTypeOfImpl&lt; LayerType::Pooling2d &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_pre_compiled_01_4.xhtml#ae1c6c87939b95ef6fd115811d39393c3">LayerTypeOfImpl&lt; LayerType::PreCompiled &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_prelu_01_4.xhtml#a6c16af33ec5dcc347732540f7ae19f69">LayerTypeOfImpl&lt; LayerType::Prelu &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_q_lstm_01_4.xhtml#a6a7bbca896cd95adb4b3ffc75dec2a39">LayerTypeOfImpl&lt; LayerType::QLstm &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_quantize_01_4.xhtml#a7444a87880b339564b1b7cde59012342">LayerTypeOfImpl&lt; LayerType::Quantize &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_quantized_lstm_01_4.xhtml#aeb11415e51304e4bd9f6f79c0a2acb6c">LayerTypeOfImpl&lt; LayerType::QuantizedLstm &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_rank_01_4.xhtml#a114e2a1efee715f9333261cc0126b397">LayerTypeOfImpl&lt; LayerType::Rank &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_reduce_01_4.xhtml#a71dbb3ae343df19840cb2773135674e9">LayerTypeOfImpl&lt; LayerType::Reduce &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_reshape_01_4.xhtml#acdb2ff4e5f606bdd076f56b5cbaea12f">LayerTypeOfImpl&lt; LayerType::Reshape &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_resize_01_4.xhtml#a0380e1a846e5393ccbdfc862ee0e26f3">LayerTypeOfImpl&lt; LayerType::Resize &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_slice_01_4.xhtml#aee8205d8bca12a807a014a08c293e08a">LayerTypeOfImpl&lt; LayerType::Slice &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_softmax_01_4.xhtml#a37eec36c637015cdb5b7a8c82e40ca99">LayerTypeOfImpl&lt; LayerType::Softmax &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_space_to_batch_nd_01_4.xhtml#aa139eef86a0726f0b0a0b90c60a41302">LayerTypeOfImpl&lt; LayerType::SpaceToBatchNd &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_space_to_depth_01_4.xhtml#a37ba3fa188188b959474a90b90c3aaa7">LayerTypeOfImpl&lt; LayerType::SpaceToDepth &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_splitter_01_4.xhtml#ae310195c919eb04bf58ada8e8a7325ed">LayerTypeOfImpl&lt; LayerType::Splitter &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_stack_01_4.xhtml#a9903d727ae1a00fe3c617a3430acd8ed">LayerTypeOfImpl&lt; LayerType::Stack &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_stand_in_01_4.xhtml#aa3100e563f78198cb4c123a39e43de47">LayerTypeOfImpl&lt; LayerType::StandIn &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_strided_slice_01_4.xhtml#aa8af230cc5b823a7e68b4cb0703bd233">LayerTypeOfImpl&lt; LayerType::StridedSlice &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_subtraction_01_4.xhtml#a09349b419c76e8e157031ddddf15fa49">LayerTypeOfImpl&lt; LayerType::Subtraction &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_switch_01_4.xhtml#af7f739e27b0ce38877f24f17b3764d2d">LayerTypeOfImpl&lt; LayerType::Switch &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_transpose_01_4.xhtml#a00cf7c4d734f497092d8084da1c7d727">LayerTypeOfImpl&lt; LayerType::Transpose &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_transpose_convolution2d_01_4.xhtml#afc71d0d1d2136c556c2373cb0b4c1acd">LayerTypeOfImpl&lt; LayerType::TransposeConvolution2d &gt;</a>
, <a class="el" href="structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_unmap_01_4.xhtml#ade6b4dc2137335b4b6258d1cf31a7c0a">LayerTypeOfImpl&lt; LayerType::Unmap &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_b_float16_01_4.xhtml#a2bb675d1eba0ba0d3c5d514025dfa8aa">ResolveTypeImpl&lt; DataType::BFloat16 &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_boolean_01_4.xhtml#a4ead9bff73e6b8e9843a264a3c9ef8f8">ResolveTypeImpl&lt; DataType::Boolean &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_float16_01_4.xhtml#aa13e27c377a7e8ba94e22a4555b7bbda">ResolveTypeImpl&lt; DataType::Float16 &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_float32_01_4.xhtml#a3f2cc05ed1fc05e49ec31a4bd30c64a3">ResolveTypeImpl&lt; DataType::Float32 &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_asymm_s8_01_4.xhtml#a68e91117f368da10b0a0bf637436effd">ResolveTypeImpl&lt; DataType::QAsymmS8 &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_asymm_u8_01_4.xhtml#a4ead9bff73e6b8e9843a264a3c9ef8f8">ResolveTypeImpl&lt; DataType::QAsymmU8 &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_symm_s16_01_4.xhtml#a3bd326bc30a0ab08848efc0c402708eb">ResolveTypeImpl&lt; DataType::QSymmS16 &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_q_symm_s8_01_4.xhtml#a68e91117f368da10b0a0bf637436effd">ResolveTypeImpl&lt; DataType::QSymmS8 &gt;</a>
, <a class="el" href="structarmnn_1_1_resolve_type_impl_3_01_data_type_1_1_signed32_01_4.xhtml#a4c8186ddcab44636bb4dcc19999c0f6d">ResolveTypeImpl&lt; DataType::Signed32 &gt;</a>
</li>
<li>TYPE_GUID
: <a class="el" href="classarmnn_1_1profiling_1_1_labels_and_event_classes.xhtml#adb91c720887d6f0e45daf196741a5a0b">LabelsAndEventClasses</a>
</li>
<li>TYPE_LABEL
: <a class="el" href="classarmnn_1_1profiling_1_1_labels_and_event_classes.xhtml#abe9d22d5da1348183894c0b8d1db9fad">LabelsAndEventClasses</a>
</li>
<li>TypeAnyOf()
: <a class="el" href="structarmnn_1_1_type_any_of.xhtml#a3f831199c2d2c5210aee2e8081aa3a67">TypeAnyOf</a>
</li>
<li>TypedIterator()
: <a class="el" href="classarmnn_1_1_typed_iterator.xhtml#a8dee1263b4be6006c84e75e1c61f838d">TypedIterator&lt; T, Base &gt;</a>
</li>
<li>TypedWorkload()
: <a class="el" href="classarmnn_1_1_typed_workload.xhtml#aa617fec9998f9650150a758b68498865">TypedWorkload&lt; QueueDescriptor, DataTypes &gt;</a>
</li>
<li>TypeEntity()
: <a class="el" href="classarmnn_1_1profiling_1_1_timeline_utility_methods.xhtml#ae8c2d2f76cfa5291e0abad620e5ec864">TimelineUtilityMethods</a>
</li>
<li>TypeIs()
: <a class="el" href="structarmnn_1_1_type_is.xhtml#ac09bd84ee3498a55f7a940a6a1b41b4e">TypeIs</a>
</li>
<li>TypeNotPerAxisQuantized()
: <a class="el" href="structarmnn_1_1_type_not_per_axis_quantized.xhtml#a4bf3c970efff0a9cf66c8a04752c7c59">TypeNotPerAxisQuantized</a>
</li>
<li>TypesAreEqual()
: <a class="el" href="structarmnn_1_1_types_are_equal.xhtml#a020454384d14ca21eabf01a41380166d">TypesAreEqual</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>