aboutsummaryrefslogtreecommitdiff
path: root/Documentation/functions_func_v.xhtml
blob: 41664c99a8a672edcc3fe82b9df31763ba8e922d (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
<!-- 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 - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
  <td style="padding-left: 0.5em;">
   <div id="projectname">
   &#160;<span id="projectnumber">20.02</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('functions_func_v.xhtml','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="contents">
&#160;

<h3><a id="index_v"></a>- v -</h3><ul>
<li>Val()
: <a class="el" href="classarmnn_1_1_b_float16.xhtml#afbd0d2d6540777e3898d125b79f6a5bc">BFloat16</a>
</li>
<li>Validate()
: <a class="el" href="structarmnn_1_1_abs_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">AbsQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_activation_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ActivationQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_addition_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">AdditionQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_arg_min_max_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ArgMinMaxQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_batch_normalization_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">BatchNormalizationQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_batch_to_space_nd_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">BatchToSpaceNdQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_comparison_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ComparisonQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_concat_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ConcatQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_constant_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ConstantQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_convert_fp16_to_fp32_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ConvertFp16ToFp32QueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_convert_fp32_to_fp16_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ConvertFp32ToFp16QueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_convolution2d_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">Convolution2dQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_debug_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">DebugQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_depth_to_space_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">DepthToSpaceQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_depthwise_convolution2d_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">DepthwiseConvolution2dQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_dequantize_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">DequantizeQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_detection_post_process_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">DetectionPostProcessQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_division_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">DivisionQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_elementwise_unary_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ElementwiseUnaryQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_equal_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">EqualQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_fake_quantization_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">FakeQuantizationQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_floor_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">FloorQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_fully_connected_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">FullyConnectedQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_gather_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">GatherQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_greater_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">GreaterQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_instance_normalization_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">InstanceNormalizationQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_l2_normalization_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">L2NormalizationQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_log_softmax_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">LogSoftmaxQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_lstm_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">LstmQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_maximum_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MaximumQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_mean_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MeanQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_mem_copy_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MemCopyQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_mem_import_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MemImportQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_mem_sync_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MemSyncQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_merge_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MergeQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_minimum_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MinimumQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_multiplication_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">MultiplicationQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_normalization_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">NormalizationQueueDescriptor</a>
, <a class="el" href="classarmnn_1_1_optimization_views.xhtml#a58dc3ea86870112f745b2a1f7dca55e9">OptimizationViews</a>
, <a class="el" href="structarmnn_1_1_pad_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">PadQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_permute_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">PermuteQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_pooling2d_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">Pooling2dQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_pre_compiled_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">PreCompiledQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_prelu_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">PreluQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_quantized_lstm_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">QuantizedLstmQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_quantize_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">QuantizeQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_reshape_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ReshapeQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_resize_bilinear_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ResizeBilinearQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_resize_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">ResizeQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_rsqrt_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">RsqrtQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_slice_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">SliceQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_softmax_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">SoftmaxQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_space_to_batch_nd_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">SpaceToBatchNdQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_space_to_depth_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">SpaceToDepthQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_splitter_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">SplitterQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_stack_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">StackQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_strided_slice_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">StridedSliceQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_subtraction_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">SubtractionQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_switch_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">SwitchQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_transpose_convolution2d_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">TransposeConvolution2dQueueDescriptor</a>
, <a class="el" href="structarmnn_1_1_transpose_queue_descriptor.xhtml#a041e495449e22774a34d92b0904c10bf">TransposeQueueDescriptor</a>
</li>
<li>ValidateInputs()
: <a class="el" href="classarmnn_onnx_parser_1_1_onnx_parser.xhtml#a74e612d0e7242695de575fb44e7f0762">OnnxParser</a>
</li>
<li>ValidateInputsOutputs()
: <a class="el" href="structarmnn_1_1_queue_descriptor.xhtml#a765d2cee4ccce5b9467e0c2b6d25b84a">QueueDescriptor</a>
</li>
<li>ValidateTensorShape()
: <a class="el" href="classarmnn_1_1_output_slot.xhtml#ac5f74c7858eb0b7c1d676230016339c2">OutputSlot</a>
</li>
<li>ValidateTensorShapesFromInputs()
: <a class="el" href="classarmnn_1_1_abs_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">AbsLayer</a>
, <a class="el" href="classarmnn_1_1_activation_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ActivationLayer</a>
, <a class="el" href="classarmnn_1_1_arg_min_max_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ArgMinMaxLayer</a>
, <a class="el" href="classarmnn_1_1_batch_normalization_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">BatchNormalizationLayer</a>
, <a class="el" href="classarmnn_1_1_batch_to_space_nd_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">BatchToSpaceNdLayer</a>
, <a class="el" href="classarmnn_1_1_comparison_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ComparisonLayer</a>
, <a class="el" href="classarmnn_1_1_concat_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ConcatLayer</a>
, <a class="el" href="classarmnn_1_1_constant_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ConstantLayer</a>
, <a class="el" href="classarmnn_1_1_convert_fp16_to_fp32_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ConvertFp16ToFp32Layer</a>
, <a class="el" href="classarmnn_1_1_convert_fp32_to_fp16_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ConvertFp32ToFp16Layer</a>
, <a class="el" href="classarmnn_1_1_convolution2d_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">Convolution2dLayer</a>
, <a class="el" href="classarmnn_1_1_debug_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">DebugLayer</a>
, <a class="el" href="classarmnn_1_1_depth_to_space_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">DepthToSpaceLayer</a>
, <a class="el" href="classarmnn_1_1_depthwise_convolution2d_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">DepthwiseConvolution2dLayer</a>
, <a class="el" href="classarmnn_1_1_dequantize_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">DequantizeLayer</a>
, <a class="el" href="classarmnn_1_1_detection_post_process_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">DetectionPostProcessLayer</a>
, <a class="el" href="classarmnn_1_1_elementwise_base_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ElementwiseBaseLayer</a>
, <a class="el" href="classarmnn_1_1_elementwise_unary_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ElementwiseUnaryLayer</a>
, <a class="el" href="classarmnn_1_1_fake_quantization_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">FakeQuantizationLayer</a>
, <a class="el" href="classarmnn_1_1_floor_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">FloorLayer</a>
, <a class="el" href="classarmnn_1_1_fully_connected_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">FullyConnectedLayer</a>
, <a class="el" href="classarmnn_1_1_gather_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">GatherLayer</a>
, <a class="el" href="classarmnn_1_1_input_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">InputLayer</a>
, <a class="el" href="classarmnn_1_1_instance_normalization_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">InstanceNormalizationLayer</a>
, <a class="el" href="classarmnn_1_1_l2_normalization_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">L2NormalizationLayer</a>
, <a class="el" href="classarmnn_1_1_layer.xhtml#a84ff600212ba26e665de9b978ec896a4">Layer</a>
, <a class="el" href="classarmnn_1_1_log_softmax_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">LogSoftmaxLayer</a>
, <a class="el" href="classarmnn_1_1_lstm_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">LstmLayer</a>
, <a class="el" href="classarmnn_1_1_mean_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">MeanLayer</a>
, <a class="el" href="classarmnn_1_1_mem_copy_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">MemCopyLayer</a>
, <a class="el" href="classarmnn_1_1_mem_import_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">MemImportLayer</a>
, <a class="el" href="classarmnn_1_1_merge_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">MergeLayer</a>
, <a class="el" href="classarmnn_1_1_normalization_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">NormalizationLayer</a>
, <a class="el" href="classarmnn_1_1_output_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">OutputLayer</a>
, <a class="el" href="classarmnn_1_1_pad_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">PadLayer</a>
, <a class="el" href="classarmnn_1_1_permute_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">PermuteLayer</a>
, <a class="el" href="classarmnn_1_1_pooling2d_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">Pooling2dLayer</a>
, <a class="el" href="classarmnn_1_1_pre_compiled_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">PreCompiledLayer</a>
, <a class="el" href="classarmnn_1_1_prelu_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">PreluLayer</a>
, <a class="el" href="classarmnn_1_1_quantized_lstm_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">QuantizedLstmLayer</a>
, <a class="el" href="classarmnn_1_1_quantize_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">QuantizeLayer</a>
, <a class="el" href="classarmnn_1_1_reshape_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ReshapeLayer</a>
, <a class="el" href="classarmnn_1_1_resize_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">ResizeLayer</a>
, <a class="el" href="classarmnn_1_1_rsqrt_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">RsqrtLayer</a>
, <a class="el" href="classarmnn_1_1_slice_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">SliceLayer</a>
, <a class="el" href="classarmnn_1_1_softmax_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">SoftmaxLayer</a>
, <a class="el" href="classarmnn_1_1_space_to_batch_nd_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">SpaceToBatchNdLayer</a>
, <a class="el" href="classarmnn_1_1_space_to_depth_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">SpaceToDepthLayer</a>
, <a class="el" href="classarmnn_1_1_splitter_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">SplitterLayer</a>
, <a class="el" href="classarmnn_1_1_stack_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">StackLayer</a>
, <a class="el" href="classarmnn_1_1_stand_in_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">StandInLayer</a>
, <a class="el" href="classarmnn_1_1_strided_slice_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">StridedSliceLayer</a>
, <a class="el" href="classarmnn_1_1_switch_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">SwitchLayer</a>
, <a class="el" href="classarmnn_1_1_transpose_convolution2d_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">TransposeConvolution2dLayer</a>
, <a class="el" href="classarmnn_1_1_transpose_layer.xhtml#a8c8f543d7e9729362c266d12ec169966">TransposeLayer</a>
</li>
<li>value()
: <a class="el" href="classarmnn_1_1_optional_reference_switch.xhtml#a77c7d528ac063d870b8c8426ec81c1c3">OptionalReferenceSwitch&lt; IsReference, T &gt;</a>
, <a class="el" href="classarmnn_1_1_optional_reference_switch_3_01true_00_01_t_01_4.xhtml#ab657408af6365dc01548c8befa2011bf">OptionalReferenceSwitch&lt; true, T &gt;</a>
</li>
<li>Var()
: <a class="el" href="classarmnn_1_1_backend_options_1_1_var.xhtml#a6e10c790d55840f4f9bc97c77da1bcb2">BackendOptions::Var</a>
</li>
<li>VerifyLayerConnections()
: <a class="el" href="classarmnn_1_1_layer.xhtml#a0607e36e88f38c34c71c663164b76776">Layer</a>
</li>
<li>Version()
: <a class="el" href="classarmnn_1_1profiling_1_1_version.xhtml#aa69d65293d98ee447f4fb583b82a7c58">Version</a>
</li>
<li>ViewOrigin()
: <a class="el" href="structarmnn_1_1_concat_queue_descriptor_1_1_view_origin.xhtml#aaf1763105778061ed5a2863e9ac68c76">ConcatQueueDescriptor::ViewOrigin</a>
, <a class="el" href="structarmnn_1_1_splitter_queue_descriptor_1_1_view_origin.xhtml#aaf1763105778061ed5a2863e9ac68c76">SplitterQueueDescriptor::ViewOrigin</a>
</li>
<li>ViewsDescriptor()
: <a class="el" href="structarmnn_1_1_views_descriptor.xhtml#ab506124f0492dced09d0f7f62e8d14c3">ViewsDescriptor</a>
</li>
<li>VisitAbsLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a288db083c224e756f7bb35afe6289b7f">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#acb663f7919f9566c3dcc8b6478999d34">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a4abca3536debe2dac00f1d6a0b14a435">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#afb3379853398423f791269433f6bb43c">SerializerVisitor</a>
</li>
<li>VisitActivationLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#af493528dec93f39f5081dbefb40bff75">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ab2a1e493b983a932792bc5d0c1a20127">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a30b99e5202fc77b02f92d5c44e5ca86d">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#af493528dec93f39f5081dbefb40bff75">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#af493528dec93f39f5081dbefb40bff75">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a3f7b255222c79282f598eb8efefa880b">SerializerVisitor</a>
, <a class="el" href="class_test_activation_layer_visitor.xhtml#a70104e9bd1dc97e0ec593d53ca07ceed">TestActivationLayerVisitor</a>
</li>
<li>VisitAdditionLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a7cb4ef1bc9588c4319144460c288022f">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a2d20b94b7de822f3d29ab12e47e3be4e">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a0c9f3396207de48925016a2eee6aa12b">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a7cb4ef1bc9588c4319144460c288022f">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a7cb4ef1bc9588c4319144460c288022f">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a7b608d5a44e36e6cd96e915658d49da3">SerializerVisitor</a>
, <a class="el" href="class_test_addition_layer_visitor.xhtml#a8e8b2a50a021997816e159c5b4efbd2f">TestAdditionLayerVisitor</a>
</li>
<li>VisitArgMinMaxLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a8423316906ebe6ae6d28c7f69ad91248">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a719076848950255b929636c97aaaede4">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a2482bba03a17e59a8ead45530e8efea5">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ad7c76e1781b02bcc685ec87fe071b1fc">SerializerVisitor</a>
, <a class="el" href="class_test_arg_min_max_layer_visitor.xhtml#ad182e15a8f78b102792e81a1f00d42a5">TestArgMinMaxLayerVisitor</a>
</li>
<li>VisitBatchNormalizationLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a1532cb8f551812e784ccc14faae407b9">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a9e642355474f31268e66a404e6c1b81d">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#ab0ae25ba5f3c494d1fb32f06cd57af10">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a1532cb8f551812e784ccc14faae407b9">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a1532cb8f551812e784ccc14faae407b9">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_1_1_test_batch_normalization_layer_visitor.xhtml#a66833912b4e3a62df3111ca9325a2097">TestBatchNormalizationLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a53e3051bacbfc5d901184eb7cb29c8c2">SerializerVisitor</a>
</li>
<li>VisitBatchToSpaceNdLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#af5d09e03a578afa9c0bb8afd11c65485">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a1cee693185bcda15bd777008e60c7cf7">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a62aac266e23bd680633e62832f56bc11">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#af5d09e03a578afa9c0bb8afd11c65485">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#af5d09e03a578afa9c0bb8afd11c65485">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a1d1235559a11a1aa63724eba742ad29c">SerializerVisitor</a>
, <a class="el" href="class_test_batch_to_space_nd_layer_visitor.xhtml#abd5b11a31d323707f10145455d772945">TestBatchToSpaceNdLayerVisitor</a>
</li>
<li>VisitComparisonLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a6a1a6856fe4210d9c84c4fb86b4b661e">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a95dc828296e6d05c0bf0b691d4dc6a3f">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a6a1adf7bf81e5cbb74b4cc4e8946c653">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#afb1afddc0f2cb1caac0daf5bbd13c8c8">SerializerVisitor</a>
, <a class="el" href="class_test_comparison_layer_visitor.xhtml#afd43077d8634db560f46af7cf1b04511">TestComparisonLayerVisitor</a>
</li>
<li>VisitConcatLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a8a3cd0b0d46a765ad2b0652c72a31d0c">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aeb90d7587f7887aee1f2b43261d4ee5c">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a2d4f84683c4a00dfb5eecb6b165d41b9">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#afb527e0c7c30b56da911fee8c7b7a011">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#afb527e0c7c30b56da911fee8c7b7a011">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a148d342b40eada32d536c2ccda673405">SerializerVisitor</a>
, <a class="el" href="class_test_concat_layer_visitor.xhtml#a82a4d1fee8d0f7c207835e11d889ce47">TestConcatLayerVisitor</a>
</li>
<li>VisitConstantLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#aeb652d74e4b3596e85b22c2d52144f73">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a2f123a6a99ac143c0f3806cb505765cd">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a90698dba3e90ced6f562cda146bf15e3">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#aeb652d74e4b3596e85b22c2d52144f73">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#aeb652d74e4b3596e85b22c2d52144f73">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_1_1_test_constant_layer_visitor.xhtml#a8fc14cd9ff3e7d4581bbd0cf3d91014f">TestConstantLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ae7bb76117b0e10efef5d3d6637df4480">SerializerVisitor</a>
</li>
<li>VisitConvolution2dLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#ac2f379ba77b06095e0c024e232ec1fd4">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#abc8fe4c6cbc8fa2b13c525500dddfbf6">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#aff3099f516e132f4d8818a54fa1ee767">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#ac2f379ba77b06095e0c024e232ec1fd4">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#ac2f379ba77b06095e0c024e232ec1fd4">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_1_1_test_convolution2d_layer_visitor.xhtml#ac2f379ba77b06095e0c024e232ec1fd4">TestConvolution2dLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#af4c7002e267521e7ea0933ef2b767f9e">SerializerVisitor</a>
</li>
<li>VisitDepthToSpaceLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a72d308d6f24ffb8846375d770394af66">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#ad3aaff3b6165f8de16522bc4a1ed32a0">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#ac0daac0e6ce49805580a8a50a8d3d514">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ac30449d327001492692fa23a666efd7f">SerializerVisitor</a>
, <a class="el" href="class_test_depth_to_space_layer_visitor.xhtml#af12dba5e6a354df7c18370a3a7a36061">TestDepthToSpaceLayerVisitor</a>
</li>
<li>VisitDepthwiseConvolution2dLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a554e88817e6fd98645388873a108f868">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ad39aaac8f8fb790ae364c87f1a249d68">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a70050fc50ee44a439665f914d5fe9684">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a554e88817e6fd98645388873a108f868">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a554e88817e6fd98645388873a108f868">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_1_1_test_depthwise_convolution2d_layer_visitor.xhtml#ad68842514df44ee37485f2c1d0ef5b29">TestDepthwiseConvolution2dLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#afd318b4ffed3c04a4807ca2c13077ab7">SerializerVisitor</a>
</li>
<li>VisitDequantizeLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a0fa32cbc3ca68467c749d50e844faeaf">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#aa27cc900d32dcc4a92f59e3bab4f4653">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a9a502d24112baa19f11c76bc651e0cc0">SerializerVisitor</a>
, <a class="el" href="class_test_dequantize_layer_visitor.xhtml#ae988a88e27a6fd19c8c34565856832b6">TestDequantizeLayerVisitor</a>
</li>
<li>VisitDetectionPostProcessLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ab270e1bebbe01a22543cc49ac3a14c25">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a88bad2eef809ccf6f2129f9ed4a6f3a7">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ace945f2f1d416b240f9c0344671b17ad">SerializerVisitor</a>
</li>
<li>VisitDivisionLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ada3c96a7b0d4251edb24584096b90a24">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a7450859464a381eafaedb33adc582f75">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a9cc611872dcd6b526c84231e0b6920da">SerializerVisitor</a>
, <a class="el" href="class_test_division_layer_visitor.xhtml#abad13f0c666e3a256a04bf057ec44f43">TestDivisionLayerVisitor</a>
</li>
<li>VisitElementwiseUnaryLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aaf99c2bdfe61c48821f23826433a5abc">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a9d02f4bfaffcb16e340e9b8c20bc5e35">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a237f88794e504388160a87813b66b9e3">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a2e0686c8a9f4a53f78fd35f83fa77c56">SerializerVisitor</a>
, <a class="el" href="class_test_elementwise_unary_layer_visitor.xhtml#ab0de6425150b30ba857eae132efe5f58">TestElementwiseUnaryLayerVisitor</a>
</li>
<li>VisitEqualLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ae242b544b15e9d80aa2f3be385540eb6">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a3249cd1186dc7e700a0ec0884fb9d5fa">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a778b3249ab3704387496d45c39480ecb">SerializerVisitor</a>
</li>
<li>VisitFloorLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a3fd73f343863eedb8dde418c6183193c">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a060c3a3f978fec03212afaff1fe1648d">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a64c53003d714d4957829f821a5e4153d">SerializerVisitor</a>
, <a class="el" href="class_test_floor_layer_visitor.xhtml#ade86f8f6842f2ab1a1472ade46fe913b">TestFloorLayerVisitor</a>
</li>
<li>VisitFullyConnectedLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#ac98eae261af6c8d5f7161a01a1959e72">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ab93a48970564c6eabbc982a2116c1262">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a9049cf6d72d4b67fff93670f21c09da3">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#abbdd655f9e0bec625369079ed97f1328">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#ac98eae261af6c8d5f7161a01a1959e72">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_1_1_test_fully_connected_layer_vistor.xhtml#ad40e29d0b682d39b260cea5966f591ac">TestFullyConnectedLayerVistor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a0d4758122aed43d472cdbd59e84bc047">SerializerVisitor</a>
</li>
<li>VisitGatherLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a8b19c99b738524199b49d4b9819d4d8a">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#ae7639178bd8c29ffa83162dfd108b725">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ad297ae199a9fa61e1fd983d645da6471">SerializerVisitor</a>
, <a class="el" href="class_test_gather_layer_visitor.xhtml#a51fa5d0ebc84e9c7d74fc902a7c1ac2c">TestGatherLayerVisitor</a>
</li>
<li>VisitGreaterLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ac81739b57b9a27fb0c363bcd6479692e">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a2a28dbfcd1e83bc8158d78feb93d4a0c">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ab0d8bc8095f70f4616bc3ace8dd46b02">SerializerVisitor</a>
</li>
<li>VisitInputLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a2ca539d734553e606c0134940e444298">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ab6dc51682cb4178194f3f00c2309ec7b">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a6c23f9e9d8427775925d071feee5dbd1">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_override_input_range_visitor.xhtml#a2ca539d734553e606c0134940e444298">OverrideInputRangeVisitor</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a2ca539d734553e606c0134940e444298">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_test_input_layer_visitor.xhtml#a2ca539d734553e606c0134940e444298">TestInputLayerVisitor</a>
, <a class="el" href="classarmnn_quantizer_1_1_input_layer_visitor.xhtml#a0153ae82bec6d8b2e383d99faab51661">InputLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ade20ba84b9c46a9afedf0b969f870919">SerializerVisitor</a>
</li>
<li>VisitInstanceNormalizationLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aaf4e8d2b1ed2612f4821ed1d2351667b">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a58f90a911e6827702c478cabaeac57fe">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#ac6da520014db9cd2d4bede451e37ca0a">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#aae3bf0ab71205ddf8916512ac8330a1e">SerializerVisitor</a>
, <a class="el" href="class_test_instance_normalization_layer_visitor.xhtml#a25af7a2d5f41733c34d69a2a8b7af322">TestInstanceNormalizationLayerVisitor</a>
</li>
<li>VisitL2NormalizationLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a0678ff146765cea41b6d577773680fda">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#ae68e2b431ea3d2822f19ad4ac806fdaa">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a227d927a30f0700956047d9f65fca813">SerializerVisitor</a>
, <a class="el" href="class_test_l2_normalization_layer_visitor.xhtml#ac7bbd8c7a31ff2b4b864f1114faa6f62">TestL2NormalizationLayerVisitor</a>
</li>
<li>VisitLogSoftmaxLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a2db103c5db69877b05b365e50ee3bd5b">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4d2e5580385ee664830720698d112c">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#abe0c29cd370a84c3e669d28dda18afb7">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a5c02b1f1028daf64f7c6244ac68b37f5">SerializerVisitor</a>
, <a class="el" href="class_test_log_softmax_layer_visitor.xhtml#a4eb04f9ec8e68aa3e7262a8ea537793a">TestLogSoftmaxLayerVisitor</a>
</li>
<li>VisitLstmLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aed730aaef50861ea8b7b6276ce880c9a">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#aaf1a238ec5b6bb172bc4cd3811f08b28">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_test_lstm_layer_visitor.xhtml#a17f68e9e232fe06a015da85ff9e147a6">TestLstmLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a2b37a5d520204e4e1652e6d4d38774b3">SerializerVisitor</a>
</li>
<li>VisitMaximumLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a9cbdbdbda6abefbc2e1eacaad47795bd">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a778e1b2219e3eb2d790d6e6e653a9f25">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a29cb9e904f31bcc86b1ab75d13d343a4">SerializerVisitor</a>
, <a class="el" href="class_test_maximum_layer_visitor.xhtml#a8dff1fc263f5d27c5c7eb72525616819">TestMaximumLayerVisitor</a>
</li>
<li>VisitMeanLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ab33e9cae83e312ccc9e12adcf53494e3">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a0180a15e542f4ef240fadc09fe4b2e3f">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a0a2f55bda910ccf8816d2678b7c980b6">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a1404339c6c051dc6924a16172db4b3ee">SerializerVisitor</a>
, <a class="el" href="class_test_mean_layer_visitor.xhtml#a4474b89b12f8cf84ddad2f69fa56b4b3">TestMeanLayerVisitor</a>
</li>
<li>VisitMergeLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a002ed3346c6a89035f54e11155d5b1e1">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#aafb62c879f0c78bfdc3c4e4f2cb82e68">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ae91857ae8a9be3557316eb446c40ba98">SerializerVisitor</a>
, <a class="el" href="class_test_merge_layer_visitor.xhtml#a1c5bedcbd22dbfe7979ccdd11fe8a2b0">TestMergeLayerVisitor</a>
</li>
<li>VisitMergerLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#acc80689b27497fe0c4ee3c27b50d1f31">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#acef69a3870409ca9a6130db91047e729">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ac6013ef93bf6ec846910e019a54cf021">SerializerVisitor</a>
</li>
<li>VisitMinimumLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a63187da01b5bb0bd4500ddf851edd0ff">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a1e24e9a7bf52efc1699c126435574e95">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a87432c758f53e21892780fc3b10b5c2a">SerializerVisitor</a>
, <a class="el" href="class_test_minimum_layer_visitor.xhtml#a6945889384b43d06c902e09c2fa53f2b">TestMinimumLayerVisitor</a>
</li>
<li>VisitMultiplicationLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a1e415ad61a4fa40d85a4f0da855cf485">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#ac57d22126a9131108214df9177addade">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a1c587861e672cedaedd1f32bbce44afc">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a23e516e20d857cd11ce80d0967ae48f3">SerializerVisitor</a>
, <a class="el" href="class_test_multiplication_layer_visitor.xhtml#a9f5d0d4838758c83b30132f5b58ecabe">TestMultiplicationLayerVisitor</a>
</li>
<li>VisitNonCalibratedLayers()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a795e9253dab52825add51ffc569eb81e">DynamicQuantizationVisitor</a>
</li>
<li>VisitNormalizationLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a96501b3e43422b9fdf6fc45d89b20992">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a3150ff2299a2e193952300b8c9edd1e1">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#ab0946e6e13740185d7b7939720f347f1">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#adf9c46396d90c17839fcbdd9f400166e">SerializerVisitor</a>
, <a class="el" href="class_test_normalization_layer_visitor.xhtml#ad844c577a58cae918e3c33fabe7ee53a">TestNormalizationLayerVisitor</a>
</li>
<li>VisitOutputLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#ac75d60924c52b96ea6f9567fcfa2db10">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a0da6bde681d919b7282eddad4a446890">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#acc39ddb06acfd91cf3cfb0fcd9337005">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#ac75d60924c52b96ea6f9567fcfa2db10">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_test_output_layer_visitor.xhtml#ac75d60924c52b96ea6f9567fcfa2db10">TestOutputLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a56858f9071c8bf57fdb31a96833ff4bd">SerializerVisitor</a>
</li>
<li>VisitPadLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aab2febd844bcf654e80cf164984c8904">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a8a240e1b725cc204bb468b6b402e1670">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a0b4b2e9b5578bf50197c6929a6a48071">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a3569b9af864b7b141b067e7de3902bf3">SerializerVisitor</a>
, <a class="el" href="class_test_pad_layer_visitor.xhtml#a2d6f74a95551413af84e39e7bc945ee6">TestPadLayerVisitor</a>
</li>
<li>VisitPermuteLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#ad5532a4626c0228acc7b01fa0f5515eb">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a211e587a05b0c7e7202f8f8894f89894">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a275f4c270ce472abc8701f6475ff7f38">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a8667c9d0c42575e31c7a630fea8c7256">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#ad5532a4626c0228acc7b01fa0f5515eb">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ac81df940ac47b39a703a2cbe017bda8e">SerializerVisitor</a>
, <a class="el" href="class_test_permute_layer_visitor.xhtml#a181b55393cb73902343f9ba888d5aee5">TestPermuteLayerVisitor</a>
</li>
<li>VisitPooling2dLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#aaca77d69321f5ba94d639fe40dbd0b1c">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aef56afef7d87afa51fd363487c375af5">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a5e369658cb00178eeb9136f1c912fd3f">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#aaee763832ceb783dcffde56e1c1a6d93">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#aaca77d69321f5ba94d639fe40dbd0b1c">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ab3c8fcc1045d3379148d4298b27c20d3">SerializerVisitor</a>
, <a class="el" href="class_test_pooling2d_layer_visitor.xhtml#ade7046687c2407a419046043cd898929">TestPooling2dLayerVisitor</a>
</li>
<li>VisitPreluLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a4f6971a5d2c164c691dc7943f4befd5c">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a79c933bea6fb9986c3baa171be98da5c">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a34f5745a60988b4a109ec213f8d0cb77">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a26930996b666eef0b5b1fe562644f5c9">SerializerVisitor</a>
, <a class="el" href="class_test_prelu_layer_visitor.xhtml#a913cb5edde4ab4acea66197bba905461">TestPreluLayerVisitor</a>
</li>
<li>VisitQuantizedLstmLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#acb1bac244973743d460064c1e0d816fd">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a2fdb21a22a95af72177b4e909741b5c7">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_test_quantized_lstm_layer_visitor.xhtml#ad5e5c9b46d43895fad6a14529494ac32">TestQuantizedLstmLayerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a598e914a8657aca24ed847d9069ad025">SerializerVisitor</a>
</li>
<li>VisitQuantizeLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a78ec371d5935104926bca5c5febf6780">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a8a6db421f0be147916cb4894ad3885d1">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a25ee3712e8012235fedcd41fdd1b78a3">SerializerVisitor</a>
, <a class="el" href="class_test_quantize_layer_visitor.xhtml#af045a29468269d611f6d9b3f0187e20a">TestQuantizeLayerVisitor</a>
</li>
<li>VisitReshapeLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a4a7f7f33591fd91e8fb1c08d06c0733a">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#acb732489554691ba852ca323888093ac">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a9ebd504c48864d63917836e0dc335725">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a4a7f7f33591fd91e8fb1c08d06c0733a">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a4a7f7f33591fd91e8fb1c08d06c0733a">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ada00d4a9cb133fef352290610f257000">SerializerVisitor</a>
, <a class="el" href="class_test_reshape_layer_visitor.xhtml#a2c919bfe0206ba436a368f0e6c5a145f">TestReshapeLayerVisitor</a>
</li>
<li>VisitResizeBilinearLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a5abbca55c908440acecfa6e0f921092d">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a8d87dab666a8aa6e132fcd93717a3c4b">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a8d4c5571a4b3db2badf7f1dce3467391">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a5abbca55c908440acecfa6e0f921092d">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a5abbca55c908440acecfa6e0f921092d">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#afa243ee90086da1e8270b8391dd8f221">SerializerVisitor</a>
</li>
<li>VisitResizeLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a306e22f3cc6baaf7a6f1390f669be42e">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a49c296c5d0f9efb76f165954cf40c281">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a7eea0e93f066099f3549fef15881a4cb">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a7eea0e93f066099f3549fef15881a4cb">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ad7df3f2ae8cbb23bb8651fff4d079718">SerializerVisitor</a>
, <a class="el" href="class_test_resize_layer_visitor.xhtml#a574ae8c8a32c4028b05f1e4e672430b2">TestResizeLayerVisitor</a>
</li>
<li>VisitRsqrtLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a413253dbf325ea0b44559b55242170d1">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a6a62605ac51992ce0913cc119b59546b">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a990bfe643729a7dedcc55da1f7d1b3bf">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#af9fea44d69144543d711293ab4a61af4">SerializerVisitor</a>
</li>
<li>VisitSliceLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aad5c9d5c9cf256ea990097732fd1f108">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a1c023b3170bed9368b65730bc7fff60b">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a20a228046c2aacd8664e50841af84e2b">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a8931b9c0199822fe3db2fdbde579a96e">SerializerVisitor</a>
, <a class="el" href="class_test_slice_layer_visitor.xhtml#a30ebaf9fe550a2135b9a642aca6bd578">TestSliceLayerVisitor</a>
</li>
<li>VisitSoftmaxLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a98f34d2511f43324833060154cbdba8d">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ae47c90e3188970462a28d297644133d1">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#abd8b0b2e365bbeabceddc35a1cb52916">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a98f34d2511f43324833060154cbdba8d">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a98f34d2511f43324833060154cbdba8d">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a22d44460791b64d4e1d65f8107f69786">SerializerVisitor</a>
, <a class="el" href="class_test_softmax_layer_visitor.xhtml#abc95aaf7e818fe803ebd1da23b825e35">TestSoftmaxLayerVisitor</a>
</li>
<li>VisitSpaceToBatchNdLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a8e327cc6432697fd55d6b91e554360d9">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#aa8c1ec6712293700fb3874f63f2ec5f0">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a9478c4f41840a2e2c12b7f336e725a8a">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a8e327cc6432697fd55d6b91e554360d9">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a8e327cc6432697fd55d6b91e554360d9">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a4ca05fff57392b368ce229af4721aa19">SerializerVisitor</a>
, <a class="el" href="class_test_space_to_batch_nd_layer_visitor.xhtml#aad7ede69e2035c4bd1baa6047659ede4">TestSpaceToBatchNdLayerVisitor</a>
</li>
<li>VisitSpaceToDepthLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a7ac3fe15d509443ffbe985370b61b913">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#acdedda623455cc7a0f982d6f4e96d53a">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a2c416fbd39598732dd3c6255ceaf1b66">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#aa3c4485dc7e9529e9a03e74ba69bd624">SerializerVisitor</a>
, <a class="el" href="class_test_space_to_depth_layer_visitor.xhtml#afbbc42602e9740b6dec20dc620c65d25">TestSpaceToDepthLayerVisitor</a>
</li>
<li>VisitSplitterLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#afbea8aa2295f2ab71ea5bb64ccd47871">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a45c613d43c30b3314cafb1be3ef7685c">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a8689a80f8939de6323319aba5806ee9e">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#afbea8aa2295f2ab71ea5bb64ccd47871">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#afbea8aa2295f2ab71ea5bb64ccd47871">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#ab24e753aaf05ae1f1b099ec020bbb0df">SerializerVisitor</a>
, <a class="el" href="class_test_splitter_layer_visitor.xhtml#ad202b3d5cbf22158c4e3dccd9fb31c44">TestSplitterLayerVisitor</a>
</li>
<li>VisitStackLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a5c7df9d37959280f4328848ae4b2be37">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a8b47d411d147aa420f7a69356d84fb80">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a1b4325b20242a2db0922f68aea195d00">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#aa6835f67d172384fb91ca5e7d0933a00">SerializerVisitor</a>
, <a class="el" href="class_test_stack_layer_visitor.xhtml#a1d9b846a26fadfc1e87778a235e5653d">TestStackLayerVisitor</a>
</li>
<li>VisitStandInLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a2c97836f7288428fe4f070033d2f0aea">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a3c15053a7e295099a1a34c4add5a03b8">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#afdc56797f18b4ec2b66469bd4553d65b">SerializerVisitor</a>
, <a class="el" href="class_test_stand_in_layer_visitor.xhtml#aab375a07b377ddb7066440e686101ebf">TestStandInLayerVisitor</a>
</li>
<li>VisitStridedSliceLayer()
: <a class="el" href="classarmnn_1_1_dynamic_quantization_visitor.xhtml#a61b7aa0305e7c45a625f7835fa26b9b6">DynamicQuantizationVisitor</a>
, <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ac2f4ca5ada6d8fcf82d7bea2e6a06924">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a31862ce4ffaddde96ebe0afcf04f3577">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a61b7aa0305e7c45a625f7835fa26b9b6">QuantizerVisitor</a>
, <a class="el" href="classarmnn_1_1_static_range_visitor.xhtml#a61b7aa0305e7c45a625f7835fa26b9b6">StaticRangeVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a4f0cb9c392102c5108766a0faa754d92">SerializerVisitor</a>
, <a class="el" href="class_test_strided_slice_layer_visitor.xhtml#a1e5648d30dc1cafce96708941b2e4c03">TestStridedSliceLayerVisitor</a>
</li>
<li>VisitSubtractionLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#ad339435c8d56522efc647da668d47047">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#ac42c3a57a82260c8315d4f0320620934">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#abffdcc9b528d64b510103f5b280e246e">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a8f33221ab8f8feb4f2bbd5ddaa5bfa02">SerializerVisitor</a>
, <a class="el" href="class_test_subtraction_layer_visitor.xhtml#a7581d2d2c8ad89ee620115a69c099233">TestSubtractionLayerVisitor</a>
</li>
<li>VisitSwitchLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a6d33c538a0f3f179ec2eeb4dcee2a21e">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a877d400155151a5afba9f0b17fbcf8f3">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a20396d2da2d38ae69bd5bda5d8c1e8dc">SerializerVisitor</a>
, <a class="el" href="class_test_switch_layer_visitor.xhtml#ab560074961c9dafff57a6967b0b00570">TestSwitchLayerVisitor</a>
</li>
<li>VisitTransposeConvolution2dLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a58bb3bc96c089a4d0b954be81f1899c6">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a4dfb04de9aa0b8b55c70fe96af13e1e1">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a9e7ddd6c869af052317c6de0df53c942">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#aa46bee20f6017ada3c3a46e1bdf23011">SerializerVisitor</a>
</li>
<li>VisitTransposeLayer()
: <a class="el" href="classarmnn_1_1_i_layer_visitor.xhtml#a5e101341277244c45eb20f4db63c77a3">ILayerVisitor</a>
, <a class="el" href="classarmnn_1_1_layer_visitor_base.xhtml#a2cb213b083367f4fe9bed2916206525f">LayerVisitorBase&lt; DefaultPolicy &gt;</a>
, <a class="el" href="classarmnn_1_1_quantizer_visitor.xhtml#a8c918592332c5e8339d43a9288350964">QuantizerVisitor</a>
, <a class="el" href="classarmnn_serializer_1_1_serializer_visitor.xhtml#a82daa527121e400d8bab5eecc77f6fcb">SerializerVisitor</a>
, <a class="el" href="class_test_transpose_layer_visitor.xhtml#ae0b779e4ca5e1ae6b27ad38ab1611b38">TestTransposeLayerVisitor</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Fri Mar 13 2020 16:09:21 for ArmNN by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>