aboutsummaryrefslogtreecommitdiff
path: root/22.05.01/_armnn_schema__generated_8h.js
blob: 3983a75ded316662b7205d1b9f2c999fad76ba27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
var _armnn_schema__generated_8h =
[
    [ "ConstTensorDataTraits", "structarmnn_serializer_1_1_const_tensor_data_traits.xhtml", null ],
    [ "ConstTensorDataTraits< armnnSerializer::ByteData >", "structarmnn_serializer_1_1_const_tensor_data_traits_3_01armnn_serializer_1_1_byte_data_01_4.xhtml", null ],
    [ "ConstTensorDataTraits< armnnSerializer::ShortData >", "structarmnn_serializer_1_1_const_tensor_data_traits_3_01armnn_serializer_1_1_short_data_01_4.xhtml", null ],
    [ "ConstTensorDataTraits< armnnSerializer::IntData >", "structarmnn_serializer_1_1_const_tensor_data_traits_3_01armnn_serializer_1_1_int_data_01_4.xhtml", null ],
    [ "ConstTensorDataTraits< armnnSerializer::LongData >", "structarmnn_serializer_1_1_const_tensor_data_traits_3_01armnn_serializer_1_1_long_data_01_4.xhtml", null ],
    [ "LayerTraits", "structarmnn_serializer_1_1_layer_traits.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ActivationLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_activation_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::AdditionLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_addition_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::BatchToSpaceNdLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_batch_to_space_nd_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::BatchNormalizationLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_batch_normalization_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ConstantLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_constant_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::Convolution2dLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_convolution2d_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::DepthwiseConvolution2dLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_depthwise_convolution2d_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::FullyConnectedLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_fully_connected_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::InputLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_input_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::MultiplicationLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_multiplication_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::OutputLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_output_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::PermuteLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_permute_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::Pooling2dLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_pooling2d_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ReshapeLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_reshape_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::SoftmaxLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_softmax_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::SpaceToBatchNdLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_space_to_batch_nd_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::DivisionLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_division_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::MinimumLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_minimum_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::EqualLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_equal_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::MaximumLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_maximum_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::NormalizationLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_normalization_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::PadLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_pad_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::RsqrtLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_rsqrt_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::FloorLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_floor_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::GreaterLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_greater_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ResizeBilinearLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_resize_bilinear_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::SubtractionLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_subtraction_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::StridedSliceLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_strided_slice_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::GatherLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_gather_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::MeanLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_mean_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::MergerLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_merger_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::L2NormalizationLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_l2_normalization_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::SplitterLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_splitter_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::DetectionPostProcessLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_detection_post_process_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::LstmLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_lstm_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::QuantizedLstmLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_quantized_lstm_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::QuantizeLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_quantize_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::DequantizeLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_dequantize_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::MergeLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_merge_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::SwitchLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_switch_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ConcatLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_concat_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::SpaceToDepthLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_space_to_depth_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::PreluLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_prelu_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::TransposeConvolution2dLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_transpose_convolution2d_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ResizeLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_resize_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::StackLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_stack_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::AbsLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_abs_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ArgMinMaxLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_arg_min_max_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::SliceLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_slice_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::DepthToSpaceLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_depth_to_space_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::InstanceNormalizationLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_instance_normalization_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::LogSoftmaxLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_log_softmax_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ComparisonLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_comparison_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::StandInLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_stand_in_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ElementwiseUnaryLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_elementwise_unary_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::TransposeLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_transpose_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::QLstmLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_q_lstm_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::FillLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_fill_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::RankLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_rank_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::LogicalBinaryLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_logical_binary_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ReduceLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_reduce_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::CastLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_cast_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ShapeLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_shape_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::UnidirectionalSequenceLstmLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_unidirectional_sequence_lstm_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::ChannelShuffleLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_channel_shuffle_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::Convolution3dLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_convolution3d_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::Pooling3dLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_pooling3d_layer_01_4.xhtml", null ],
    [ "LayerTraits< armnnSerializer::GatherNdLayer >", "structarmnn_serializer_1_1_layer_traits_3_01armnn_serializer_1_1_gather_nd_layer_01_4.xhtml", null ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "TensorInfoBuilder", "structarmnn_serializer_1_1_tensor_info_builder.xhtml", "structarmnn_serializer_1_1_tensor_info_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ByteDataBuilder", "structarmnn_serializer_1_1_byte_data_builder.xhtml", "structarmnn_serializer_1_1_byte_data_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ShortDataBuilder", "structarmnn_serializer_1_1_short_data_builder.xhtml", "structarmnn_serializer_1_1_short_data_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "IntDataBuilder", "structarmnn_serializer_1_1_int_data_builder.xhtml", "structarmnn_serializer_1_1_int_data_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LongDataBuilder", "structarmnn_serializer_1_1_long_data_builder.xhtml", "structarmnn_serializer_1_1_long_data_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ConstTensorBuilder", "structarmnn_serializer_1_1_const_tensor_builder.xhtml", "structarmnn_serializer_1_1_const_tensor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "InputSlotBuilder", "structarmnn_serializer_1_1_input_slot_builder.xhtml", "structarmnn_serializer_1_1_input_slot_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "OutputSlotBuilder", "structarmnn_serializer_1_1_output_slot_builder.xhtml", "structarmnn_serializer_1_1_output_slot_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LayerBaseBuilder", "structarmnn_serializer_1_1_layer_base_builder.xhtml", "structarmnn_serializer_1_1_layer_base_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "BindableLayerBaseBuilder", "structarmnn_serializer_1_1_bindable_layer_base_builder.xhtml", "structarmnn_serializer_1_1_bindable_layer_base_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "AbsLayerBuilder", "structarmnn_serializer_1_1_abs_layer_builder.xhtml", "structarmnn_serializer_1_1_abs_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ActivationLayerBuilder", "structarmnn_serializer_1_1_activation_layer_builder.xhtml", "structarmnn_serializer_1_1_activation_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ActivationDescriptorBuilder", "structarmnn_serializer_1_1_activation_descriptor_builder.xhtml", "structarmnn_serializer_1_1_activation_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "AdditionLayerBuilder", "structarmnn_serializer_1_1_addition_layer_builder.xhtml", "structarmnn_serializer_1_1_addition_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ArgMinMaxLayerBuilder", "structarmnn_serializer_1_1_arg_min_max_layer_builder.xhtml", "structarmnn_serializer_1_1_arg_min_max_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ArgMinMaxDescriptorBuilder", "structarmnn_serializer_1_1_arg_min_max_descriptor_builder.xhtml", "structarmnn_serializer_1_1_arg_min_max_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "CastLayerBuilder", "structarmnn_serializer_1_1_cast_layer_builder.xhtml", "structarmnn_serializer_1_1_cast_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ChannelShuffleLayerBuilder", "structarmnn_serializer_1_1_channel_shuffle_layer_builder.xhtml", "structarmnn_serializer_1_1_channel_shuffle_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ChannelShuffleDescriptorBuilder", "structarmnn_serializer_1_1_channel_shuffle_descriptor_builder.xhtml", "structarmnn_serializer_1_1_channel_shuffle_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ComparisonDescriptorBuilder", "structarmnn_serializer_1_1_comparison_descriptor_builder.xhtml", "structarmnn_serializer_1_1_comparison_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ComparisonLayerBuilder", "structarmnn_serializer_1_1_comparison_layer_builder.xhtml", "structarmnn_serializer_1_1_comparison_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ConstantLayerBuilder", "structarmnn_serializer_1_1_constant_layer_builder.xhtml", "structarmnn_serializer_1_1_constant_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Convolution2dLayerBuilder", "structarmnn_serializer_1_1_convolution2d_layer_builder.xhtml", "structarmnn_serializer_1_1_convolution2d_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Convolution2dDescriptorBuilder", "structarmnn_serializer_1_1_convolution2d_descriptor_builder.xhtml", "structarmnn_serializer_1_1_convolution2d_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Convolution3dLayerBuilder", "structarmnn_serializer_1_1_convolution3d_layer_builder.xhtml", "structarmnn_serializer_1_1_convolution3d_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Convolution3dDescriptorBuilder", "structarmnn_serializer_1_1_convolution3d_descriptor_builder.xhtml", "structarmnn_serializer_1_1_convolution3d_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DepthToSpaceLayerBuilder", "structarmnn_serializer_1_1_depth_to_space_layer_builder.xhtml", "structarmnn_serializer_1_1_depth_to_space_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DepthToSpaceDescriptorBuilder", "structarmnn_serializer_1_1_depth_to_space_descriptor_builder.xhtml", "structarmnn_serializer_1_1_depth_to_space_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DivisionLayerBuilder", "structarmnn_serializer_1_1_division_layer_builder.xhtml", "structarmnn_serializer_1_1_division_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ElementwiseUnaryDescriptorBuilder", "structarmnn_serializer_1_1_elementwise_unary_descriptor_builder.xhtml", "structarmnn_serializer_1_1_elementwise_unary_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ElementwiseUnaryLayerBuilder", "structarmnn_serializer_1_1_elementwise_unary_layer_builder.xhtml", "structarmnn_serializer_1_1_elementwise_unary_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "EqualLayerBuilder", "structarmnn_serializer_1_1_equal_layer_builder.xhtml", "structarmnn_serializer_1_1_equal_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "FillLayerBuilder", "structarmnn_serializer_1_1_fill_layer_builder.xhtml", "structarmnn_serializer_1_1_fill_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "FillDescriptorBuilder", "structarmnn_serializer_1_1_fill_descriptor_builder.xhtml", "structarmnn_serializer_1_1_fill_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "FloorLayerBuilder", "structarmnn_serializer_1_1_floor_layer_builder.xhtml", "structarmnn_serializer_1_1_floor_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "FullyConnectedLayerBuilder", "structarmnn_serializer_1_1_fully_connected_layer_builder.xhtml", "structarmnn_serializer_1_1_fully_connected_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "FullyConnectedDescriptorBuilder", "structarmnn_serializer_1_1_fully_connected_descriptor_builder.xhtml", "structarmnn_serializer_1_1_fully_connected_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "GatherLayerBuilder", "structarmnn_serializer_1_1_gather_layer_builder.xhtml", "structarmnn_serializer_1_1_gather_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "GatherDescriptorBuilder", "structarmnn_serializer_1_1_gather_descriptor_builder.xhtml", "structarmnn_serializer_1_1_gather_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "GatherNdLayerBuilder", "structarmnn_serializer_1_1_gather_nd_layer_builder.xhtml", "structarmnn_serializer_1_1_gather_nd_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "GreaterLayerBuilder", "structarmnn_serializer_1_1_greater_layer_builder.xhtml", "structarmnn_serializer_1_1_greater_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "InputLayerBuilder", "structarmnn_serializer_1_1_input_layer_builder.xhtml", "structarmnn_serializer_1_1_input_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "InstanceNormalizationLayerBuilder", "structarmnn_serializer_1_1_instance_normalization_layer_builder.xhtml", "structarmnn_serializer_1_1_instance_normalization_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "InstanceNormalizationDescriptorBuilder", "structarmnn_serializer_1_1_instance_normalization_descriptor_builder.xhtml", "structarmnn_serializer_1_1_instance_normalization_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LogSoftmaxLayerBuilder", "structarmnn_serializer_1_1_log_softmax_layer_builder.xhtml", "structarmnn_serializer_1_1_log_softmax_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LogSoftmaxDescriptorBuilder", "structarmnn_serializer_1_1_log_softmax_descriptor_builder.xhtml", "structarmnn_serializer_1_1_log_softmax_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "L2NormalizationLayerBuilder", "structarmnn_serializer_1_1_l2_normalization_layer_builder.xhtml", "structarmnn_serializer_1_1_l2_normalization_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "L2NormalizationDescriptorBuilder", "structarmnn_serializer_1_1_l2_normalization_descriptor_builder.xhtml", "structarmnn_serializer_1_1_l2_normalization_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LogicalBinaryDescriptorBuilder", "structarmnn_serializer_1_1_logical_binary_descriptor_builder.xhtml", "structarmnn_serializer_1_1_logical_binary_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LogicalBinaryLayerBuilder", "structarmnn_serializer_1_1_logical_binary_layer_builder.xhtml", "structarmnn_serializer_1_1_logical_binary_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "MinimumLayerBuilder", "structarmnn_serializer_1_1_minimum_layer_builder.xhtml", "structarmnn_serializer_1_1_minimum_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "MaximumLayerBuilder", "structarmnn_serializer_1_1_maximum_layer_builder.xhtml", "structarmnn_serializer_1_1_maximum_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "MultiplicationLayerBuilder", "structarmnn_serializer_1_1_multiplication_layer_builder.xhtml", "structarmnn_serializer_1_1_multiplication_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Pooling2dLayerBuilder", "structarmnn_serializer_1_1_pooling2d_layer_builder.xhtml", "structarmnn_serializer_1_1_pooling2d_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Pooling3dLayerBuilder", "structarmnn_serializer_1_1_pooling3d_layer_builder.xhtml", "structarmnn_serializer_1_1_pooling3d_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Pooling2dDescriptorBuilder", "structarmnn_serializer_1_1_pooling2d_descriptor_builder.xhtml", "structarmnn_serializer_1_1_pooling2d_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "Pooling3dDescriptorBuilder", "structarmnn_serializer_1_1_pooling3d_descriptor_builder.xhtml", "structarmnn_serializer_1_1_pooling3d_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "QuantizeLayerBuilder", "structarmnn_serializer_1_1_quantize_layer_builder.xhtml", "structarmnn_serializer_1_1_quantize_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SoftmaxLayerBuilder", "structarmnn_serializer_1_1_softmax_layer_builder.xhtml", "structarmnn_serializer_1_1_softmax_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SoftmaxDescriptorBuilder", "structarmnn_serializer_1_1_softmax_descriptor_builder.xhtml", "structarmnn_serializer_1_1_softmax_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DepthwiseConvolution2dLayerBuilder", "structarmnn_serializer_1_1_depthwise_convolution2d_layer_builder.xhtml", "structarmnn_serializer_1_1_depthwise_convolution2d_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DepthwiseConvolution2dDescriptorBuilder", "structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder.xhtml", "structarmnn_serializer_1_1_depthwise_convolution2d_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "OutputLayerBuilder", "structarmnn_serializer_1_1_output_layer_builder.xhtml", "structarmnn_serializer_1_1_output_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ReshapeLayerBuilder", "structarmnn_serializer_1_1_reshape_layer_builder.xhtml", "structarmnn_serializer_1_1_reshape_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ReshapeDescriptorBuilder", "structarmnn_serializer_1_1_reshape_descriptor_builder.xhtml", "structarmnn_serializer_1_1_reshape_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "PermuteLayerBuilder", "structarmnn_serializer_1_1_permute_layer_builder.xhtml", "structarmnn_serializer_1_1_permute_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "PermuteDescriptorBuilder", "structarmnn_serializer_1_1_permute_descriptor_builder.xhtml", "structarmnn_serializer_1_1_permute_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ShapeLayerBuilder", "structarmnn_serializer_1_1_shape_layer_builder.xhtml", "structarmnn_serializer_1_1_shape_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SpaceToBatchNdLayerBuilder", "structarmnn_serializer_1_1_space_to_batch_nd_layer_builder.xhtml", "structarmnn_serializer_1_1_space_to_batch_nd_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SpaceToBatchNdDescriptorBuilder", "structarmnn_serializer_1_1_space_to_batch_nd_descriptor_builder.xhtml", "structarmnn_serializer_1_1_space_to_batch_nd_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SpaceToDepthLayerBuilder", "structarmnn_serializer_1_1_space_to_depth_layer_builder.xhtml", "structarmnn_serializer_1_1_space_to_depth_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SpaceToDepthDescriptorBuilder", "structarmnn_serializer_1_1_space_to_depth_descriptor_builder.xhtml", "structarmnn_serializer_1_1_space_to_depth_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SubtractionLayerBuilder", "structarmnn_serializer_1_1_subtraction_layer_builder.xhtml", "structarmnn_serializer_1_1_subtraction_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "BatchToSpaceNdLayerBuilder", "structarmnn_serializer_1_1_batch_to_space_nd_layer_builder.xhtml", "structarmnn_serializer_1_1_batch_to_space_nd_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "BatchToSpaceNdDescriptorBuilder", "structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder.xhtml", "structarmnn_serializer_1_1_batch_to_space_nd_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "NormalizationLayerBuilder", "structarmnn_serializer_1_1_normalization_layer_builder.xhtml", "structarmnn_serializer_1_1_normalization_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "NormalizationDescriptorBuilder", "structarmnn_serializer_1_1_normalization_descriptor_builder.xhtml", "structarmnn_serializer_1_1_normalization_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "MeanLayerBuilder", "structarmnn_serializer_1_1_mean_layer_builder.xhtml", "structarmnn_serializer_1_1_mean_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "MeanDescriptorBuilder", "structarmnn_serializer_1_1_mean_descriptor_builder.xhtml", "structarmnn_serializer_1_1_mean_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "PadLayerBuilder", "structarmnn_serializer_1_1_pad_layer_builder.xhtml", "structarmnn_serializer_1_1_pad_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "PadDescriptorBuilder", "structarmnn_serializer_1_1_pad_descriptor_builder.xhtml", "structarmnn_serializer_1_1_pad_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "RsqrtLayerBuilder", "structarmnn_serializer_1_1_rsqrt_layer_builder.xhtml", "structarmnn_serializer_1_1_rsqrt_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "BatchNormalizationLayerBuilder", "structarmnn_serializer_1_1_batch_normalization_layer_builder.xhtml", "structarmnn_serializer_1_1_batch_normalization_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "BatchNormalizationDescriptorBuilder", "structarmnn_serializer_1_1_batch_normalization_descriptor_builder.xhtml", "structarmnn_serializer_1_1_batch_normalization_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ResizeBilinearLayerBuilder", "structarmnn_serializer_1_1_resize_bilinear_layer_builder.xhtml", "structarmnn_serializer_1_1_resize_bilinear_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ResizeBilinearDescriptorBuilder", "structarmnn_serializer_1_1_resize_bilinear_descriptor_builder.xhtml", "structarmnn_serializer_1_1_resize_bilinear_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SliceLayerBuilder", "structarmnn_serializer_1_1_slice_layer_builder.xhtml", "structarmnn_serializer_1_1_slice_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SliceDescriptorBuilder", "structarmnn_serializer_1_1_slice_descriptor_builder.xhtml", "structarmnn_serializer_1_1_slice_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "StridedSliceLayerBuilder", "structarmnn_serializer_1_1_strided_slice_layer_builder.xhtml", "structarmnn_serializer_1_1_strided_slice_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "StridedSliceDescriptorBuilder", "structarmnn_serializer_1_1_strided_slice_descriptor_builder.xhtml", "structarmnn_serializer_1_1_strided_slice_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ConcatLayerBuilder", "structarmnn_serializer_1_1_concat_layer_builder.xhtml", "structarmnn_serializer_1_1_concat_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "MergerLayerBuilder", "structarmnn_serializer_1_1_merger_layer_builder.xhtml", "structarmnn_serializer_1_1_merger_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "UintVectorBuilder", "structarmnn_serializer_1_1_uint_vector_builder.xhtml", "structarmnn_serializer_1_1_uint_vector_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "OriginsDescriptorBuilder", "structarmnn_serializer_1_1_origins_descriptor_builder.xhtml", "structarmnn_serializer_1_1_origins_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ViewsDescriptorBuilder", "structarmnn_serializer_1_1_views_descriptor_builder.xhtml", "structarmnn_serializer_1_1_views_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SplitterLayerBuilder", "structarmnn_serializer_1_1_splitter_layer_builder.xhtml", "structarmnn_serializer_1_1_splitter_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DetectionPostProcessLayerBuilder", "structarmnn_serializer_1_1_detection_post_process_layer_builder.xhtml", "structarmnn_serializer_1_1_detection_post_process_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DetectionPostProcessDescriptorBuilder", "structarmnn_serializer_1_1_detection_post_process_descriptor_builder.xhtml", "structarmnn_serializer_1_1_detection_post_process_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LstmInputParamsBuilder", "structarmnn_serializer_1_1_lstm_input_params_builder.xhtml", "structarmnn_serializer_1_1_lstm_input_params_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LstmDescriptorBuilder", "structarmnn_serializer_1_1_lstm_descriptor_builder.xhtml", "structarmnn_serializer_1_1_lstm_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "LstmLayerBuilder", "structarmnn_serializer_1_1_lstm_layer_builder.xhtml", "structarmnn_serializer_1_1_lstm_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "QLstmInputParamsBuilder", "structarmnn_serializer_1_1_q_lstm_input_params_builder.xhtml", "structarmnn_serializer_1_1_q_lstm_input_params_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "QLstmDescriptorBuilder", "structarmnn_serializer_1_1_q_lstm_descriptor_builder.xhtml", "structarmnn_serializer_1_1_q_lstm_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "QLstmLayerBuilder", "structarmnn_serializer_1_1_q_lstm_layer_builder.xhtml", "structarmnn_serializer_1_1_q_lstm_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "QuantizedLstmInputParamsBuilder", "structarmnn_serializer_1_1_quantized_lstm_input_params_builder.xhtml", "structarmnn_serializer_1_1_quantized_lstm_input_params_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "QuantizedLstmLayerBuilder", "structarmnn_serializer_1_1_quantized_lstm_layer_builder.xhtml", "structarmnn_serializer_1_1_quantized_lstm_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "DequantizeLayerBuilder", "structarmnn_serializer_1_1_dequantize_layer_builder.xhtml", "structarmnn_serializer_1_1_dequantize_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "MergeLayerBuilder", "structarmnn_serializer_1_1_merge_layer_builder.xhtml", "structarmnn_serializer_1_1_merge_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SwitchLayerBuilder", "structarmnn_serializer_1_1_switch_layer_builder.xhtml", "structarmnn_serializer_1_1_switch_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "PreluLayerBuilder", "structarmnn_serializer_1_1_prelu_layer_builder.xhtml", "structarmnn_serializer_1_1_prelu_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "TransposeConvolution2dLayerBuilder", "structarmnn_serializer_1_1_transpose_convolution2d_layer_builder.xhtml", "structarmnn_serializer_1_1_transpose_convolution2d_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "TransposeConvolution2dDescriptorBuilder", "structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder.xhtml", "structarmnn_serializer_1_1_transpose_convolution2d_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "TransposeLayerBuilder", "structarmnn_serializer_1_1_transpose_layer_builder.xhtml", "structarmnn_serializer_1_1_transpose_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "TransposeDescriptorBuilder", "structarmnn_serializer_1_1_transpose_descriptor_builder.xhtml", "structarmnn_serializer_1_1_transpose_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ResizeLayerBuilder", "structarmnn_serializer_1_1_resize_layer_builder.xhtml", "structarmnn_serializer_1_1_resize_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ResizeDescriptorBuilder", "structarmnn_serializer_1_1_resize_descriptor_builder.xhtml", "structarmnn_serializer_1_1_resize_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "StackLayerBuilder", "structarmnn_serializer_1_1_stack_layer_builder.xhtml", "structarmnn_serializer_1_1_stack_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "StackDescriptorBuilder", "structarmnn_serializer_1_1_stack_descriptor_builder.xhtml", "structarmnn_serializer_1_1_stack_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "StandInDescriptorBuilder", "structarmnn_serializer_1_1_stand_in_descriptor_builder.xhtml", "structarmnn_serializer_1_1_stand_in_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "StandInLayerBuilder", "structarmnn_serializer_1_1_stand_in_layer_builder.xhtml", "structarmnn_serializer_1_1_stand_in_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "RankLayerBuilder", "structarmnn_serializer_1_1_rank_layer_builder.xhtml", "structarmnn_serializer_1_1_rank_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ReduceLayerBuilder", "structarmnn_serializer_1_1_reduce_layer_builder.xhtml", "structarmnn_serializer_1_1_reduce_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "ReduceDescriptorBuilder", "structarmnn_serializer_1_1_reduce_descriptor_builder.xhtml", "structarmnn_serializer_1_1_reduce_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "UnidirectionalSequenceLstmDescriptorBuilder", "structarmnn_serializer_1_1_unidirectional_sequence_lstm_descriptor_builder.xhtml", "structarmnn_serializer_1_1_unidirectional_sequence_lstm_descriptor_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "UnidirectionalSequenceLstmLayerBuilder", "structarmnn_serializer_1_1_unidirectional_sequence_lstm_layer_builder.xhtml", "structarmnn_serializer_1_1_unidirectional_sequence_lstm_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "AnyLayerBuilder", "structarmnn_serializer_1_1_any_layer_builder.xhtml", "structarmnn_serializer_1_1_any_layer_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "FeatureCompatibilityVersionsBuilder", "structarmnn_serializer_1_1_feature_compatibility_versions_builder.xhtml", "structarmnn_serializer_1_1_feature_compatibility_versions_builder" ],
    [ "FLATBUFFERS_FINAL_CLASS", "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", "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" ],
    [ "SerializedGraphBuilder", "structarmnn_serializer_1_1_serialized_graph_builder.xhtml", "structarmnn_serializer_1_1_serialized_graph_builder" ],
    [ "ActivationFunction", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9ea", [
      [ "ActivationFunction_Sigmoid", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaacf5c731bc2767772c205628cc2032fb3", null ],
      [ "ActivationFunction_TanH", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaac3a2ad7b9c077e837be2f265fb5b0904", null ],
      [ "ActivationFunction_Linear", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaaec843dc7db8e9cf940244be8807c4240", null ],
      [ "ActivationFunction_ReLu", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa361ff266ce2b0a88cd75a6c67b21553a", null ],
      [ "ActivationFunction_BoundedReLu", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa1b2f2137ebbc2a295775bac40fb96347", null ],
      [ "ActivationFunction_SoftReLu", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaaf2cd02c34c627763e576a50f8cc52e43", null ],
      [ "ActivationFunction_LeakyReLu", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa176937061341ef6a2d30e5e270e77627", null ],
      [ "ActivationFunction_Abs", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaac0e49eac13febb4f0dc29119743ff02c", null ],
      [ "ActivationFunction_Sqrt", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa85acda6218e221cc77d78b426937c9e8", null ],
      [ "ActivationFunction_Square", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaaec7109e731df75d6cf13fc3646d5f3d3", null ],
      [ "ActivationFunction_Elu", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa21889fc9a0601ce68d83ada3d22e6fba", null ],
      [ "ActivationFunction_HardSwish", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa2fe5a958c3c9617dad3ea271602e9bc1", null ],
      [ "ActivationFunction_MIN", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa4379d83fadfbf7238a6756422cce9b79", null ],
      [ "ActivationFunction_MAX", "_armnn_schema__generated_8h.xhtml#a56297e0f7b215eea46c818cb7528d9eaa9e8f6d251eace8a70972ce87c326dcae", null ]
    ] ],
    [ "ArgMinMaxFunction", "_armnn_schema__generated_8h.xhtml#ae7e8cbf71db6a490789ca6dcaa8deeae", [
      [ "ArgMinMaxFunction_Min", "_armnn_schema__generated_8h.xhtml#ae7e8cbf71db6a490789ca6dcaa8deeaea915f283ccf3dda1fe1e54552093cd54c", null ],
      [ "ArgMinMaxFunction_Max", "_armnn_schema__generated_8h.xhtml#ae7e8cbf71db6a490789ca6dcaa8deeaea480845d49f01067f57518c89d19c1f46", null ],
      [ "ArgMinMaxFunction_MIN", "_armnn_schema__generated_8h.xhtml#ae7e8cbf71db6a490789ca6dcaa8deeaea02e9306c667a36a7613a30aea3d4ea0b", null ],
      [ "ArgMinMaxFunction_MAX", "_armnn_schema__generated_8h.xhtml#ae7e8cbf71db6a490789ca6dcaa8deeaea9143844811abf2a7302eca7897556200", null ]
    ] ],
    [ "ComparisonOperation", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58c", [
      [ "ComparisonOperation_Equal", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58cab9c5369806622a893fe26c0f6efa5e9e", null ],
      [ "ComparisonOperation_Greater", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58cae638f8c7c8c6d1b5b26b9403c7181c6c", null ],
      [ "ComparisonOperation_GreaterOrEqual", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58caedee68e53ac735c5ff87736b0e62770c", null ],
      [ "ComparisonOperation_Less", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58cab9a514753519b52638d145fc913a5162", null ],
      [ "ComparisonOperation_LessOrEqual", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58ca2b7f5bf9d2b0015f62fee58daa402231", null ],
      [ "ComparisonOperation_NotEqual", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58ca84c859260848d5ac6ae714fc652738d8", null ],
      [ "ComparisonOperation_MIN", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58caa845ac7285bbab2c621a0cf3651e3ff1", null ],
      [ "ComparisonOperation_MAX", "_armnn_schema__generated_8h.xhtml#a2d299363c9fc33334c571fa29ca4f58ca91ee5725cadb23077d1a457f8bfcc3a9", null ]
    ] ],
    [ "ConstTensorData", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40", [
      [ "ConstTensorData_NONE", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40af04f5f5d13ce4944c392e4a5408962c8", null ],
      [ "ConstTensorData_ByteData", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40ad8af7634337f1e2cda0010e83c3d7ee3", null ],
      [ "ConstTensorData_ShortData", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40a664bf5e149f62e4399939b16d6dbe6c4", null ],
      [ "ConstTensorData_IntData", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40a1610094da685495e916cbe09815eaf50", null ],
      [ "ConstTensorData_LongData", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40af9b0f6b8f4c9d76df1bf5ad6d40fc9c7", null ],
      [ "ConstTensorData_MIN", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40afe0d2800ec3ae9e9dc2b018ca4b22e21", null ],
      [ "ConstTensorData_MAX", "_armnn_schema__generated_8h.xhtml#a10878f7a341534c1d4d3fdcec8bebc40ae203e9635fff4e600ec29e21856c098e", null ]
    ] ],
    [ "DataLayout", "_armnn_schema__generated_8h.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0", [
      [ "DataLayout_NHWC", "_armnn_schema__generated_8h.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0aee669231892f1c1dbd0a5d84c0905633", null ],
      [ "DataLayout_NCHW", "_armnn_schema__generated_8h.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a48a97b5e7e7f165602d5a1f8f9542bcb", null ],
      [ "DataLayout_NDHWC", "_armnn_schema__generated_8h.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ab7868e5addcacbecdaabfc2c0e0f34d4", null ],
      [ "DataLayout_NCDHW", "_armnn_schema__generated_8h.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ab7206264f1b6584a9c967382ad1108bc", null ],
      [ "DataLayout_MIN", "_armnn_schema__generated_8h.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0ae9502ceac84e14431a4d50a92446c0ad", null ],
      [ "DataLayout_MAX", "_armnn_schema__generated_8h.xhtml#ad1d5cce2d9e9a5d61c243e5c989112e0a33bbee7b9d143d8fef70cfdfe8ab7aea", null ]
    ] ],
    [ "DataType", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6", [
      [ "DataType_Float16", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a85a4789fac010dd27b46126a3ec81415", null ],
      [ "DataType_Float32", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a7cf8c59b21e0386290d7ad7df5c28b7f", null ],
      [ "DataType_QuantisedAsymm8", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6aa63d04e45c0ddda1b96da89b965e1f68", null ],
      [ "DataType_Signed32", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6accea57d979c2786b1cafa65b67b8fcf5", null ],
      [ "DataType_Boolean", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a0f985e86a4fb5a118e3921cf6c942eee", null ],
      [ "DataType_QuantisedSymm16", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6ab18922c57ffc52f5b3736d6833d15b0e", null ],
      [ "DataType_QAsymmU8", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a652ad0c98dd4b1f4014e59afa5a52754", null ],
      [ "DataType_QSymmS16", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a72068aaea4e2f3104dc18151ec258753", null ],
      [ "DataType_QAsymmS8", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6ab7b11e3329f5c054f907cf43ee3d172f", null ],
      [ "DataType_QSymmS8", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6adb6ab68c44ab94ac150425bba9628fc3", null ],
      [ "DataType_Signed64", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a8f61265a471fbe94416e10c37343bbd0", null ],
      [ "DataType_MIN", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a2a8180a97cabe1fd84c41394187eb0ea", null ],
      [ "DataType_MAX", "_armnn_schema__generated_8h.xhtml#ad8ed01ff3ff33333d8e19db4d2818bb6a6dc8d195d7d4718a63c6b6097414a063", null ]
    ] ],
    [ "Layer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800", [
      [ "Layer_NONE", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aab5b132fd43f013da88af9d39473b530", null ],
      [ "Layer_ActivationLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a3c1530e2a22e38cbc95c550ab03587bf", null ],
      [ "Layer_AdditionLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800acb09951225918313b2b1a2216190b7de", null ],
      [ "Layer_BatchToSpaceNdLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800af1bad1940a9bb24cc482cdd973a11be2", null ],
      [ "Layer_BatchNormalizationLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a04bd4d01da9b873927a85a8008cc33b0", null ],
      [ "Layer_ConstantLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a80020f7a3fb17e7880d59b1d2d8d615f", null ],
      [ "Layer_Convolution2dLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ae77605fdd15e97d8031588b43a91438d", null ],
      [ "Layer_DepthwiseConvolution2dLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a14808563382df0fda421aab627144652", null ],
      [ "Layer_FullyConnectedLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a078129118409c5b23187378df104c6e4", null ],
      [ "Layer_InputLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a6e0e04f39c11514f9752141c736bb9ae", null ],
      [ "Layer_MultiplicationLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a763f81d3ba7a94d68fa60695413fe730", null ],
      [ "Layer_OutputLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a02ade3246fe8684ec59014bd9bcb90e1", null ],
      [ "Layer_PermuteLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aefc9b063445a082feee6800920e45fc5", null ],
      [ "Layer_Pooling2dLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800afa2b41942ce1d6f7575db9a0f3a5e50c", null ],
      [ "Layer_ReshapeLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a79f3e677f73d9e1fced22034bde81f73", null ],
      [ "Layer_SoftmaxLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a57b44c21743deaf28fb975e69c0139d2", null ],
      [ "Layer_SpaceToBatchNdLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a8c2490d8a9ab1cf638afe35327a2ddfd", null ],
      [ "Layer_DivisionLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800adff41dc21e4cfe985bdc9834e3888cde", null ],
      [ "Layer_MinimumLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a971f3e1d5e65981d65cd7bec97c35d56", null ],
      [ "Layer_EqualLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ad0e2f51333a4a78f25fb7628d99abfb0", null ],
      [ "Layer_MaximumLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a53ebd51519c6995dff0233f372253bb5", null ],
      [ "Layer_NormalizationLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ac66b86e826882173902dcbe02f3d09ec", null ],
      [ "Layer_PadLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a0d0d8c8a11f3b3c21a674391c211c6cf", null ],
      [ "Layer_RsqrtLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a7e17c9c2908de8c51b7e254a9961b6c2", null ],
      [ "Layer_FloorLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a3ff9dccb3e8da02034ac11d4f0e64d86", null ],
      [ "Layer_GreaterLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a9f4e141ded38166da553b3fb83404965", null ],
      [ "Layer_ResizeBilinearLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a81668eb80018f30662cf0ca9587f00db", null ],
      [ "Layer_SubtractionLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a12f8354b009708f3d4075c637a951ee9", null ],
      [ "Layer_StridedSliceLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a9541718d54d553f2bfc5005eabc6cae0", null ],
      [ "Layer_GatherLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800af4863b444a69774e602dafa77bd2a67f", null ],
      [ "Layer_MeanLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aebc365adeb16cd4efa74b42a0cff20b1", null ],
      [ "Layer_MergerLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800afc7231489cba58e342b10ab11c7bc71c", null ],
      [ "Layer_L2NormalizationLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a0807d07314af2ce1bae19957b729a619", null ],
      [ "Layer_SplitterLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a47264fe8525e702d2b10ae7889262143", null ],
      [ "Layer_DetectionPostProcessLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a7fa969da0b98ca4e877cc7bc1a2617e7", null ],
      [ "Layer_LstmLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a24486275ee5429f5d48d7452a63f0aa6", null ],
      [ "Layer_QuantizedLstmLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a4a682e05031ec993f9c0f341f6417b5d", null ],
      [ "Layer_QuantizeLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aaa97e040f6b8fcf225dfe14d9fda5dfd", null ],
      [ "Layer_DequantizeLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a60ca6203709ee04bdca4b386caf76e8f", null ],
      [ "Layer_MergeLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aae3684e45a1c7af796aa9e440f694fbe", null ],
      [ "Layer_SwitchLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a40b95a8fca001d370a48a44b6a1e3081", null ],
      [ "Layer_ConcatLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aa3409e0060147643289f5fbfbddb10d8", null ],
      [ "Layer_SpaceToDepthLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aec3b5c30acd8584209e895c9908e1113", null ],
      [ "Layer_PreluLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800adb74f3c9c7e523382ea58851b64e1563", null ],
      [ "Layer_TransposeConvolution2dLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a6bbbdef6e59a74aaf16936df74283b38", null ],
      [ "Layer_ResizeLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a536ca0f044c6f9a6ede55ce2c110ef3d", null ],
      [ "Layer_StackLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aef7f3f3ef9d6522ae588c39efeaddf76", null ],
      [ "Layer_AbsLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ac7cb521c0b2dcdc120979052b5ccabab", null ],
      [ "Layer_ArgMinMaxLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aa27f8513a598168e76feeed9d45b97a4", null ],
      [ "Layer_SliceLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a5166c40fe2331ecb78b6991e561031f3", null ],
      [ "Layer_DepthToSpaceLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a44980f553da6725ff53f3b264e2f695a", null ],
      [ "Layer_InstanceNormalizationLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a66bd4347d6720e9c9a41836f72112446", null ],
      [ "Layer_LogSoftmaxLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ad3545c89b6c4b796b77a789d1b75a963", null ],
      [ "Layer_ComparisonLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a77fcdbf47f0c0d0c6613fbf4c40bfedd", null ],
      [ "Layer_StandInLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a3fb83be2148809502063061251e7ae5d", null ],
      [ "Layer_ElementwiseUnaryLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aaca6c43c9dcc03ec08d819e2aeeb19d4", null ],
      [ "Layer_TransposeLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a363b164a08b744cfb715ca770cad9e3f", null ],
      [ "Layer_QLstmLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a06dbb928f8d18a98a088a4ac98f309e1", null ],
      [ "Layer_FillLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800aa2b0ac6a66b345540437b5fedd28ee13", null ],
      [ "Layer_RankLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800acf64f69a5d662a3c4be54cba6bf14476", null ],
      [ "Layer_LogicalBinaryLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a1e2bc20cd5c9acb4a9cefd79810c1583", null ],
      [ "Layer_ReduceLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800af5e1cb81e9d4cebe11ced890091eeeff", null ],
      [ "Layer_CastLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a532e00264a6d794b9148c3076074850f", null ],
      [ "Layer_ShapeLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ab1b2c76a816bc6293e5e6c30777e71ca", null ],
      [ "Layer_UnidirectionalSequenceLstmLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800adaf863b4d276632965cc9048aa3b92bb", null ],
      [ "Layer_ChannelShuffleLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ad68ce0d08fe5a2b062bca8ff7c5155e4", null ],
      [ "Layer_Convolution3dLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ae731040961878a381ad8be3b8d133fc2", null ],
      [ "Layer_Pooling3dLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a4cc274c1374d0a1d472f986963b7dddd", null ],
      [ "Layer_GatherNdLayer", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ae6ea58df3ea3483a07179d7370e8d838", null ],
      [ "Layer_MIN", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800ae4f7075a15f2f868d88d902348bddf40", null ],
      [ "Layer_MAX", "_armnn_schema__generated_8h.xhtml#a9a8118be7780e95363d631cbca7e7800a51db2747dc47acba3a761bc2b1a80122", null ]
    ] ],
    [ "LayerType", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4", [
      [ "LayerType_Addition", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4abd4bd9ee4506a60cc50176ecc05f7631", null ],
      [ "LayerType_Input", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4afa7bdf6ab5ff77a483a88df31464439e", null ],
      [ "LayerType_Multiplication", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a10845455085eda83cc1ebaaf649fdf90", null ],
      [ "LayerType_Output", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a38d0eec54db972b3fcc688c382116fdd", null ],
      [ "LayerType_Pooling2d", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a3c58db4c401de007c15a0007b5a5ae1d", null ],
      [ "LayerType_Reshape", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a30409965c7c47c9f815dd3dfcc7e663c", null ],
      [ "LayerType_Softmax", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4af6cbc22eddf312ca5366ccce089c3f9a", null ],
      [ "LayerType_Convolution2d", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a90cfb48995778461a19333d8f72867e4", null ],
      [ "LayerType_DepthwiseConvolution2d", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a605b6e29ce6d54f5ef73ab19b62a7ab6", null ],
      [ "LayerType_Activation", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a70edec4191e238938a90ce02317fb5ea", null ],
      [ "LayerType_Permute", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a3a77f37dfe1b4365583991c0f60c7cba", null ],
      [ "LayerType_FullyConnected", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a21f17a1f82b124f4ebc18f271938e24d", null ],
      [ "LayerType_Constant", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a7af04481d606ab5686b4028209b96420", null ],
      [ "LayerType_SpaceToBatchNd", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a01cba93d343b3d05d3491f67259ee5cd", null ],
      [ "LayerType_BatchToSpaceNd", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ad95074a58fd7da7e8d6786f5c85a8dd6", null ],
      [ "LayerType_Division", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ac61d6b4be56008b56b9d32a1e1e99861", null ],
      [ "LayerType_Minimum", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4aca87d6d0999df48428af51a1b0450da2", null ],
      [ "LayerType_Equal", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a4327b3c108dadf3935cdaf85d612bb07", null ],
      [ "LayerType_Maximum", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a23a3703a6e68fffb059fe2bd1cf2bd32", null ],
      [ "LayerType_Normalization", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a9fd05f58f10a22fa9ef4d319cd4f8c3d", null ],
      [ "LayerType_Pad", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a688f51522bb79b2b6fa101cfdfdbdd5e", null ],
      [ "LayerType_Rsqrt", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4aaf25a94f9bf2afb053a7b4d8a3d8558d", null ],
      [ "LayerType_Floor", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ab9338e78013f26777c2724638085c922", null ],
      [ "LayerType_BatchNormalization", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4acd54378796281c0d8e4e80bbe5567e21", null ],
      [ "LayerType_Greater", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ad90900d617747688cb8da2c3e6129464", null ],
      [ "LayerType_ResizeBilinear", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a5ef6227a76aae1bafca7ead1008e9aa6", null ],
      [ "LayerType_Subtraction", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a29a968b42ce707c02ad2c447d0351352", null ],
      [ "LayerType_StridedSlice", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ae84323742561cbd9d490b2aad3419a4e", null ],
      [ "LayerType_Gather", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a39b387942f5516b8a207428f5d8d7faa", null ],
      [ "LayerType_Mean", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a5646baf51535947822e479daa6dbd772", null ],
      [ "LayerType_Merger", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a7f263220192627e3ff43185855bbae1f", null ],
      [ "LayerType_L2Normalization", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a9191e5741942fdf6c41136c7b31fbe62", null ],
      [ "LayerType_Splitter", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a274eac33c72ceed60b2ea063e3ec7e8b", null ],
      [ "LayerType_DetectionPostProcess", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ab89f515400e3a990d0d0f3d2dbea8ec1", null ],
      [ "LayerType_Lstm", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a3cd45c266e4badd2994be5724e86dfbc", null ],
      [ "LayerType_Quantize", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a22182ccacc13ec64565d59035f89519c", null ],
      [ "LayerType_Dequantize", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a091e45acf7239d85d0f052a19b49bf4b", null ],
      [ "LayerType_Merge", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a7332eaf01d2612f39dd4481a50595d74", null ],
      [ "LayerType_Switch", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a198e8410349034851f20f2b60b716fb2", null ],
      [ "LayerType_Concat", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ad8556cd126b07b95ea2c122590409bd6", null ],
      [ "LayerType_SpaceToDepth", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4adc4b97b6048ab78029e8bb01059a7436", null ],
      [ "LayerType_Prelu", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a25eea8fc582a2bc4084214aa38abde7e", null ],
      [ "LayerType_TransposeConvolution2d", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a5328ab0543c229e04279400c106e3657", null ],
      [ "LayerType_Resize", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a28a1072fe03ff11f05eafcebdc9db61b", null ],
      [ "LayerType_Stack", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4af2b8f4e0765200ba89724f494c5e52bd", null ],
      [ "LayerType_QuantizedLstm", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a4b2f82d3af360e6d110f05bc2bb7dc7c", null ],
      [ "LayerType_Abs", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a04cc8aaa00f76e99dfbb24971224bce1", null ],
      [ "LayerType_ArgMinMax", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4afbdbd636087d5a5d4cb9e9aecbe5346f", null ],
      [ "LayerType_Slice", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4aaf998e60546d2e763f6c9f731fa84888", null ],
      [ "LayerType_DepthToSpace", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ae5b9004d4a10e01aba1d78ee61449195", null ],
      [ "LayerType_InstanceNormalization", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a33ca37a546058767240a89ba53709f55", null ],
      [ "LayerType_LogSoftmax", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a32b30947ebc46fcda3ba504239f7eaee", null ],
      [ "LayerType_Comparison", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ac70f63ff9075fd170901461b35331935", null ],
      [ "LayerType_StandIn", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a64de359c310082296477d8c96f01b076", null ],
      [ "LayerType_ElementwiseUnary", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a0362966d202bf77f91aed7c92e579e23", null ],
      [ "LayerType_Transpose", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a77d733fc18c00db71ea9f5d4dd233a4a", null ],
      [ "LayerType_QLstm", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ac0873238553644ee939d1b0c642e9dbc", null ],
      [ "LayerType_Fill", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a2f18bee5be04c4987e76c2cefa6e171e", null ],
      [ "LayerType_Rank", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a785922abf73d22bc593e8f0a92d8c9c7", null ],
      [ "LayerType_LogicalBinary", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4afa7ee6dd41a6c44dcf7e0428392dc2f8", null ],
      [ "LayerType_Reduce", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a6fedea66e207cae772c65a79886fca0e", null ],
      [ "LayerType_Cast", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a824a65dbf20e199da56166f2fa8e733c", null ],
      [ "LayerType_Shape", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4af93759b7e9e0387205feb78f8a82c7f1", null ],
      [ "LayerType_UnidirectionalSequenceLstm", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a56bd99f0943cecd3ec227368d0cc5fe9", null ],
      [ "LayerType_ChannelShuffle", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4afad3e54ebc6fe6752ea2ec3ef3cde82a", null ],
      [ "LayerType_Convolution3d", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ad4753ec1aadf093d5ad68371dadc48ce", null ],
      [ "LayerType_Pooling3d", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4aeab1dd7561f6b72046d56733e86825c5", null ],
      [ "LayerType_GatherNd", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4ab100ad7151f2aa173c245e3b1d576143", null ],
      [ "LayerType_MIN", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a8b16a326d7fdb8b277e5bab5ecf1ee1b", null ],
      [ "LayerType_MAX", "_armnn_schema__generated_8h.xhtml#a56943a0946e5f15e5e58054b8e7a04a4a801af2a2a5683ffadeeeb565404af215", null ]
    ] ],
    [ "LogicalBinaryOperation", "_armnn_schema__generated_8h.xhtml#a2da4db0140d1a6dc69c9c82e9ef5379e", [
      [ "LogicalBinaryOperation_LogicalAnd", "_armnn_schema__generated_8h.xhtml#a2da4db0140d1a6dc69c9c82e9ef5379eaff4ec31c535645c7be387dfcca438296", null ],
      [ "LogicalBinaryOperation_LogicalOr", "_armnn_schema__generated_8h.xhtml#a2da4db0140d1a6dc69c9c82e9ef5379eaa79f96618d5896cd4b336acfc3ad2767", null ],
      [ "LogicalBinaryOperation_MIN", "_armnn_schema__generated_8h.xhtml#a2da4db0140d1a6dc69c9c82e9ef5379ea63d4e1e4f8c00c2aa0840011cc288140", null ],
      [ "LogicalBinaryOperation_MAX", "_armnn_schema__generated_8h.xhtml#a2da4db0140d1a6dc69c9c82e9ef5379ea69e4707554306af46de5a1bb3c5311e8", null ]
    ] ],
    [ "NormalizationAlgorithmChannel", "_armnn_schema__generated_8h.xhtml#abe18a5033f2ab9c0de82c676b48f5437", [
      [ "NormalizationAlgorithmChannel_Across", "_armnn_schema__generated_8h.xhtml#abe18a5033f2ab9c0de82c676b48f5437a08ef3b79541d7e7c07f9bc4fb24d3002", null ],
      [ "NormalizationAlgorithmChannel_Within", "_armnn_schema__generated_8h.xhtml#abe18a5033f2ab9c0de82c676b48f5437acb4111d4d54aaef77778eec297a519d0", null ],
      [ "NormalizationAlgorithmChannel_MIN", "_armnn_schema__generated_8h.xhtml#abe18a5033f2ab9c0de82c676b48f5437a08e782f13be04158dd8b7808555eb81a", null ],
      [ "NormalizationAlgorithmChannel_MAX", "_armnn_schema__generated_8h.xhtml#abe18a5033f2ab9c0de82c676b48f5437a2bc49c5e6862807037a03d62bb677764", null ]
    ] ],
    [ "NormalizationAlgorithmMethod", "_armnn_schema__generated_8h.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9", [
      [ "NormalizationAlgorithmMethod_LocalBrightness", "_armnn_schema__generated_8h.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9a27d9bf7a7a45eda4f0e03b6c56823ecb", null ],
      [ "NormalizationAlgorithmMethod_LocalContrast", "_armnn_schema__generated_8h.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9a5304d0d97b48c72b8e0c7a39d35957b5", null ],
      [ "NormalizationAlgorithmMethod_MIN", "_armnn_schema__generated_8h.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9a7734629f20f3103dc5b91788d0336909", null ],
      [ "NormalizationAlgorithmMethod_MAX", "_armnn_schema__generated_8h.xhtml#ad605d1661fa0d8c7fea651d82fbe11c9a42b84aa07663abf488353cd016bd5bbe", null ]
    ] ],
    [ "OutputShapeRounding", "_armnn_schema__generated_8h.xhtml#adf2e5515c4c36a3e7e46bb8b83c6754e", [
      [ "OutputShapeRounding_Floor", "_armnn_schema__generated_8h.xhtml#adf2e5515c4c36a3e7e46bb8b83c6754eadadc4437650014a2db5b2f7bf0c081d5", null ],
      [ "OutputShapeRounding_Ceiling", "_armnn_schema__generated_8h.xhtml#adf2e5515c4c36a3e7e46bb8b83c6754ea9dca45762264185e297180e2985b8a57", null ],
      [ "OutputShapeRounding_MIN", "_armnn_schema__generated_8h.xhtml#adf2e5515c4c36a3e7e46bb8b83c6754ea7a5432341a073caeed754f1750abeb3f", null ],
      [ "OutputShapeRounding_MAX", "_armnn_schema__generated_8h.xhtml#adf2e5515c4c36a3e7e46bb8b83c6754ea7189cb53ab271e0339a6dfac108f9e87", null ]
    ] ],
    [ "PaddingMethod", "_armnn_schema__generated_8h.xhtml#a3888429b6ebc79f9a7df549e5e4d9a2f", [
      [ "PaddingMethod_IgnoreValue", "_armnn_schema__generated_8h.xhtml#a3888429b6ebc79f9a7df549e5e4d9a2fac6a22de608123fbd0e9619051c270be6", null ],
      [ "PaddingMethod_Exclude", "_armnn_schema__generated_8h.xhtml#a3888429b6ebc79f9a7df549e5e4d9a2fa1ca5445bda718e9d6d2cb2530c499384", null ],
      [ "PaddingMethod_MIN", "_armnn_schema__generated_8h.xhtml#a3888429b6ebc79f9a7df549e5e4d9a2fa4549bffd98a36f119f2fb9e1337276cb", null ],
      [ "PaddingMethod_MAX", "_armnn_schema__generated_8h.xhtml#a3888429b6ebc79f9a7df549e5e4d9a2faf50c9bb99a90e3686ff137e40126c099", null ]
    ] ],
    [ "PaddingMode", "_armnn_schema__generated_8h.xhtml#a14d24d90ab4ba2956e92e27890ba4c91", [
      [ "PaddingMode_Constant", "_armnn_schema__generated_8h.xhtml#a14d24d90ab4ba2956e92e27890ba4c91ac70578d0ba97ace06c710c28a408ba97", null ],
      [ "PaddingMode_Reflect", "_armnn_schema__generated_8h.xhtml#a14d24d90ab4ba2956e92e27890ba4c91a30a624599c070953c66425b29a9a5410", null ],
      [ "PaddingMode_Symmetric", "_armnn_schema__generated_8h.xhtml#a14d24d90ab4ba2956e92e27890ba4c91aae41b07106ab81a147cdcbbedb980a82", null ],
      [ "PaddingMode_MIN", "_armnn_schema__generated_8h.xhtml#a14d24d90ab4ba2956e92e27890ba4c91a3036e467cc59cab534963aa033f024c7", null ],
      [ "PaddingMode_MAX", "_armnn_schema__generated_8h.xhtml#a14d24d90ab4ba2956e92e27890ba4c91a3acbaddd15a21afb86f55afc1cc49042", null ]
    ] ],
    [ "PoolingAlgorithm", "_armnn_schema__generated_8h.xhtml#a961bbfe1db71a848eff5a1f0ab775718", [
      [ "PoolingAlgorithm_Max", "_armnn_schema__generated_8h.xhtml#a961bbfe1db71a848eff5a1f0ab775718a1d2a28b5e5683e0a5187ccd610c55fe9", null ],
      [ "PoolingAlgorithm_Average", "_armnn_schema__generated_8h.xhtml#a961bbfe1db71a848eff5a1f0ab775718abba7c8a1f8eb5a85e696ac87fd20defb", null ],
      [ "PoolingAlgorithm_L2", "_armnn_schema__generated_8h.xhtml#a961bbfe1db71a848eff5a1f0ab775718a94f516e696448c8aaf505772b49d63df", null ],
      [ "PoolingAlgorithm_MIN", "_armnn_schema__generated_8h.xhtml#a961bbfe1db71a848eff5a1f0ab775718a1bb1c00153428c75dabcb5293b5dc9e9", null ],
      [ "PoolingAlgorithm_MAX", "_armnn_schema__generated_8h.xhtml#a961bbfe1db71a848eff5a1f0ab775718ad5b9ea61c6c050e68d5dc55f3bfb19ef", null ]
    ] ],
    [ "ReduceOperation", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0", [
      [ "ReduceOperation_Sum", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0a5b9aa2242fe3be2b506fecebedb7a09e", null ],
      [ "ReduceOperation_Max", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0a0b621c42a73f169f17d67baba922676d", null ],
      [ "ReduceOperation_Mean", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0aef3aaf4a232c169ab448484849b53b3f", null ],
      [ "ReduceOperation_Min", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0aeae72dbc1010bb43ed647c81ed0a144c", null ],
      [ "ReduceOperation_Prod", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0a7563ff93854bf67324e5c775b9461a63", null ],
      [ "ReduceOperation_MIN", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0ac00d8c5c183926de903c8016892f3348", null ],
      [ "ReduceOperation_MAX", "_armnn_schema__generated_8h.xhtml#abc05539fc6e7907f32ef0fb242e3b3b0ae72b8735eb882732e247bbd37458f522", null ]
    ] ],
    [ "ResizeMethod", "_armnn_schema__generated_8h.xhtml#a9a2af2f8c4af4f9efa8e79417d505ac4", [
      [ "ResizeMethod_NearestNeighbor", "_armnn_schema__generated_8h.xhtml#a9a2af2f8c4af4f9efa8e79417d505ac4a455979440a6e399cdb14c651810cedb7", null ],
      [ "ResizeMethod_Bilinear", "_armnn_schema__generated_8h.xhtml#a9a2af2f8c4af4f9efa8e79417d505ac4a935d5ecd5fd045cc4abfff534c6897dc", null ],
      [ "ResizeMethod_MIN", "_armnn_schema__generated_8h.xhtml#a9a2af2f8c4af4f9efa8e79417d505ac4afc30296ca6c6fa613933ad89949f46e0", null ],
      [ "ResizeMethod_MAX", "_armnn_schema__generated_8h.xhtml#a9a2af2f8c4af4f9efa8e79417d505ac4a405278cf21bcf99b696110b031bb46eb", null ]
    ] ],
    [ "UnaryOperation", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8", [
      [ "UnaryOperation_Abs", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a83db4f3b3687286058a159e810320e62", null ],
      [ "UnaryOperation_Rsqrt", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8ad6f0e7a2690ab7c8e6e222f7cae773c1", null ],
      [ "UnaryOperation_Sqrt", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a676a1f8cb61c9672bd3cf3bf942713ef", null ],
      [ "UnaryOperation_Exp", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a8ec299abb8c4b048233380de1788277c", null ],
      [ "UnaryOperation_Neg", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a6afa8205802b4a42d12635f1d07891f3", null ],
      [ "UnaryOperation_LogicalNot", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a1945a9ccf3a4bd9ab551d078b636a1bd", null ],
      [ "UnaryOperation_Log", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a14b8ea38a2d0b764605a7d246383949f", null ],
      [ "UnaryOperation_Sin", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8af0ae5202857866cea20375d49ce1dd01", null ],
      [ "UnaryOperation_MIN", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a2667ace1b189b522ad6f831b83861d4f", null ],
      [ "UnaryOperation_MAX", "_armnn_schema__generated_8h.xhtml#a1cfaa710db2a54673b21d2ea2da757c8a0d258890ff16d8463a04385a795ca8e4", null ]
    ] ],
    [ "AnyLayer::layer_as< armnnSerializer::AbsLayer >", "_armnn_schema__generated_8h.xhtml#ae0115e587222d9a7ae3801970ca77bc9", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ActivationLayer >", "_armnn_schema__generated_8h.xhtml#a93ac07baf917561ee98d0a6c4a84c0dc", null ],
    [ "AnyLayer::layer_as< armnnSerializer::AdditionLayer >", "_armnn_schema__generated_8h.xhtml#a789ad3dfb704471c4f8dc39f66a21d60", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ArgMinMaxLayer >", "_armnn_schema__generated_8h.xhtml#a0f65ff396fc01bb53ee612fc082207cd", null ],
    [ "AnyLayer::layer_as< armnnSerializer::BatchNormalizationLayer >", "_armnn_schema__generated_8h.xhtml#a815c96c3495b39fbfa25e0a9f7a9e86e", null ],
    [ "AnyLayer::layer_as< armnnSerializer::BatchToSpaceNdLayer >", "_armnn_schema__generated_8h.xhtml#ad52cd164f65ec8c2b2f3bb1caf8ae724", null ],
    [ "AnyLayer::layer_as< armnnSerializer::CastLayer >", "_armnn_schema__generated_8h.xhtml#ae29f479153db0633ada71f0636a112aa", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ChannelShuffleLayer >", "_armnn_schema__generated_8h.xhtml#a3482f0e4cdfeec6af0cea4a18e6b1540", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ComparisonLayer >", "_armnn_schema__generated_8h.xhtml#a00f5a79f758cd00abf5df9ed649dc016", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ConcatLayer >", "_armnn_schema__generated_8h.xhtml#a4c653b4d2a96eaaeb7cea9f9dda4c861", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ConstantLayer >", "_armnn_schema__generated_8h.xhtml#ab8af19f498a6dcc9e5ed2906350d4175", null ],
    [ "AnyLayer::layer_as< armnnSerializer::Convolution2dLayer >", "_armnn_schema__generated_8h.xhtml#ac6b700fa12daa278d2a30365bb44c7ef", null ],
    [ "AnyLayer::layer_as< armnnSerializer::Convolution3dLayer >", "_armnn_schema__generated_8h.xhtml#ac95f8ec5deb3dd6edebc6f440c3bf59d", null ],
    [ "AnyLayer::layer_as< armnnSerializer::DepthToSpaceLayer >", "_armnn_schema__generated_8h.xhtml#ac074d35724022f5071bfabf8301020f0", null ],
    [ "AnyLayer::layer_as< armnnSerializer::DepthwiseConvolution2dLayer >", "_armnn_schema__generated_8h.xhtml#a6132b79be9f48f32e454a4fad5e9ea23", null ],
    [ "AnyLayer::layer_as< armnnSerializer::DequantizeLayer >", "_armnn_schema__generated_8h.xhtml#ad001b51811d4ff518db40c485e994659", null ],
    [ "AnyLayer::layer_as< armnnSerializer::DetectionPostProcessLayer >", "_armnn_schema__generated_8h.xhtml#ac9cea795c309c1af0598e92d1ce229b0", null ],
    [ "AnyLayer::layer_as< armnnSerializer::DivisionLayer >", "_armnn_schema__generated_8h.xhtml#a6a7b69e7a35c670f8a8a4461ee3d6423", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ElementwiseUnaryLayer >", "_armnn_schema__generated_8h.xhtml#a4c5c99ef2dcc453de28f0e9b8448e992", null ],
    [ "AnyLayer::layer_as< armnnSerializer::EqualLayer >", "_armnn_schema__generated_8h.xhtml#a182332caf2067b623ebf70c0e5193ae5", null ],
    [ "AnyLayer::layer_as< armnnSerializer::FillLayer >", "_armnn_schema__generated_8h.xhtml#a9d8ffa1c88afb95fe487a5aab6698aad", null ],
    [ "AnyLayer::layer_as< armnnSerializer::FloorLayer >", "_armnn_schema__generated_8h.xhtml#a5e26cfa0e20db257e5929f59d267d0f1", null ],
    [ "AnyLayer::layer_as< armnnSerializer::FullyConnectedLayer >", "_armnn_schema__generated_8h.xhtml#a269cb0dfbd3acc62f60325b9ab67bbea", null ],
    [ "AnyLayer::layer_as< armnnSerializer::GatherLayer >", "_armnn_schema__generated_8h.xhtml#a38a269b8bedc7b8e3954dbbcde9111dc", null ],
    [ "AnyLayer::layer_as< armnnSerializer::GatherNdLayer >", "_armnn_schema__generated_8h.xhtml#ad593eadf7852fec66afb7730043758db", null ],
    [ "AnyLayer::layer_as< armnnSerializer::GreaterLayer >", "_armnn_schema__generated_8h.xhtml#a422adf0ec3b690a6aa4aab469f784b33", null ],
    [ "AnyLayer::layer_as< armnnSerializer::InputLayer >", "_armnn_schema__generated_8h.xhtml#ab057b64e5699b6767b5098d7d84e9170", null ],
    [ "AnyLayer::layer_as< armnnSerializer::InstanceNormalizationLayer >", "_armnn_schema__generated_8h.xhtml#a11fd27aaf7fe8c3d430d6df0e4d0ce0e", null ],
    [ "AnyLayer::layer_as< armnnSerializer::L2NormalizationLayer >", "_armnn_schema__generated_8h.xhtml#a7603c6fa922be729729684f6d5ad7fac", null ],
    [ "AnyLayer::layer_as< armnnSerializer::LogicalBinaryLayer >", "_armnn_schema__generated_8h.xhtml#ac2d5c05e73e9beadac185e2d886b32d9", null ],
    [ "AnyLayer::layer_as< armnnSerializer::LogSoftmaxLayer >", "_armnn_schema__generated_8h.xhtml#add2b258138b940345fa562f0ec52f8d7", null ],
    [ "AnyLayer::layer_as< armnnSerializer::LstmLayer >", "_armnn_schema__generated_8h.xhtml#a430aa2cb1979524a602e8b2920e4332e", null ],
    [ "AnyLayer::layer_as< armnnSerializer::MaximumLayer >", "_armnn_schema__generated_8h.xhtml#a3408f43b4450895f03378d360b571166", null ],
    [ "AnyLayer::layer_as< armnnSerializer::MeanLayer >", "_armnn_schema__generated_8h.xhtml#a5d4636510c01d22219226fe7f47e33ac", null ],
    [ "AnyLayer::layer_as< armnnSerializer::MergeLayer >", "_armnn_schema__generated_8h.xhtml#a320fda5d2a3523c0d2f1de10e529d279", null ],
    [ "AnyLayer::layer_as< armnnSerializer::MergerLayer >", "_armnn_schema__generated_8h.xhtml#ae7ba9df95175811ca0290bd378dc1ad7", null ],
    [ "AnyLayer::layer_as< armnnSerializer::MinimumLayer >", "_armnn_schema__generated_8h.xhtml#a0d18e8e5a955f54f026ec894c6bd35b0", null ],
    [ "AnyLayer::layer_as< armnnSerializer::MultiplicationLayer >", "_armnn_schema__generated_8h.xhtml#a5440e7c5bd53ebf971efd11440dcd336", null ],
    [ "AnyLayer::layer_as< armnnSerializer::NormalizationLayer >", "_armnn_schema__generated_8h.xhtml#ac3256d64a8e3386df9b8079a275b6bbd", null ],
    [ "AnyLayer::layer_as< armnnSerializer::OutputLayer >", "_armnn_schema__generated_8h.xhtml#ad3e0ec3bd971cbfb40fe1904e2a6cb50", null ],
    [ "AnyLayer::layer_as< armnnSerializer::PadLayer >", "_armnn_schema__generated_8h.xhtml#ac3dbc38553a552c5dfbae2ccc563078b", null ],
    [ "AnyLayer::layer_as< armnnSerializer::PermuteLayer >", "_armnn_schema__generated_8h.xhtml#a565ffa9b4af9f14a4744a3e3a38a692a", null ],
    [ "AnyLayer::layer_as< armnnSerializer::Pooling2dLayer >", "_armnn_schema__generated_8h.xhtml#a123e29638e7e952167ac3f06ea14322d", null ],
    [ "AnyLayer::layer_as< armnnSerializer::Pooling3dLayer >", "_armnn_schema__generated_8h.xhtml#ac9e9cad6f3385a487b3b8f9e7af400f2", null ],
    [ "AnyLayer::layer_as< armnnSerializer::PreluLayer >", "_armnn_schema__generated_8h.xhtml#a33477d674c0a7dad159daf40dca2323e", null ],
    [ "AnyLayer::layer_as< armnnSerializer::QLstmLayer >", "_armnn_schema__generated_8h.xhtml#a45f5eb015c95cab086630b5ba9d595a6", null ],
    [ "AnyLayer::layer_as< armnnSerializer::QuantizedLstmLayer >", "_armnn_schema__generated_8h.xhtml#a169f9205667a80521657e5e0246fac03", null ],
    [ "AnyLayer::layer_as< armnnSerializer::QuantizeLayer >", "_armnn_schema__generated_8h.xhtml#a1cea78813106fa6a763520bf7a472c1d", null ],
    [ "AnyLayer::layer_as< armnnSerializer::RankLayer >", "_armnn_schema__generated_8h.xhtml#a3c05e308cd78fc6fcb71fbcf56742a4b", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ReduceLayer >", "_armnn_schema__generated_8h.xhtml#a8a367e3e78e6f0190edc8b8e025c53d8", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ReshapeLayer >", "_armnn_schema__generated_8h.xhtml#a90288ae7e9e196f983f9a9152de72e2b", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ResizeBilinearLayer >", "_armnn_schema__generated_8h.xhtml#a9c6724ef9d73f35c16c0dde1c5fb5ea2", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ResizeLayer >", "_armnn_schema__generated_8h.xhtml#a22a35bc40f828de93b31d6d93cd9a618", null ],
    [ "AnyLayer::layer_as< armnnSerializer::RsqrtLayer >", "_armnn_schema__generated_8h.xhtml#a5a9d04883e8559290bda27022e0955ed", null ],
    [ "AnyLayer::layer_as< armnnSerializer::ShapeLayer >", "_armnn_schema__generated_8h.xhtml#a3c7affa89a5adefecc54a55b425fd7d5", null ],
    [ "AnyLayer::layer_as< armnnSerializer::SliceLayer >", "_armnn_schema__generated_8h.xhtml#ad01a515a7d04b7bdf85c1c347196fc2f", null ],
    [ "AnyLayer::layer_as< armnnSerializer::SoftmaxLayer >", "_armnn_schema__generated_8h.xhtml#a0406a4ee6e26f54e77e1cea5557a5ba3", null ],
    [ "AnyLayer::layer_as< armnnSerializer::SpaceToBatchNdLayer >", "_armnn_schema__generated_8h.xhtml#aa21f04fa322ce60b7c52baa556f5161d", null ],
    [ "AnyLayer::layer_as< armnnSerializer::SpaceToDepthLayer >", "_armnn_schema__generated_8h.xhtml#ae03b5342c9b11a5b980f78e3e8f843cb", null ],
    [ "AnyLayer::layer_as< armnnSerializer::SplitterLayer >", "_armnn_schema__generated_8h.xhtml#ad3f8390b4968e0378db6a43aeee4fcb2", null ],
    [ "AnyLayer::layer_as< armnnSerializer::StackLayer >", "_armnn_schema__generated_8h.xhtml#a07c356f54931c7bfde3440930b6d3abe", null ],
    [ "AnyLayer::layer_as< armnnSerializer::StandInLayer >", "_armnn_schema__generated_8h.xhtml#adde6ed1d29b1d031b5d2faeae795c1ea", null ],
    [ "AnyLayer::layer_as< armnnSerializer::StridedSliceLayer >", "_armnn_schema__generated_8h.xhtml#a888177ae6e58b8d5945888283ce45210", null ],
    [ "AnyLayer::layer_as< armnnSerializer::SubtractionLayer >", "_armnn_schema__generated_8h.xhtml#a071f28a7277cf8def5b67e36a59e4691", null ],
    [ "AnyLayer::layer_as< armnnSerializer::SwitchLayer >", "_armnn_schema__generated_8h.xhtml#a73f928a78091e86c035dbfcd1113249e", null ],
    [ "AnyLayer::layer_as< armnnSerializer::TransposeConvolution2dLayer >", "_armnn_schema__generated_8h.xhtml#adff0ccda9d49dec80a8cd487304664da", null ],
    [ "AnyLayer::layer_as< armnnSerializer::TransposeLayer >", "_armnn_schema__generated_8h.xhtml#a6d52eb5f668092b8d0fcae653275f8de", null ],
    [ "AnyLayer::layer_as< armnnSerializer::UnidirectionalSequenceLstmLayer >", "_armnn_schema__generated_8h.xhtml#a30d6777fbc522ea69389ca3b1db1c990", null ],
    [ "ConstTensor::data_as< armnnSerializer::ByteData >", "_armnn_schema__generated_8h.xhtml#ad8119f7193cf136c3534d31d25209342", null ],
    [ "ConstTensor::data_as< armnnSerializer::IntData >", "_armnn_schema__generated_8h.xhtml#a6bebd71cd8906f0ed6befdc5e0574cd8", null ],
    [ "ConstTensor::data_as< armnnSerializer::LongData >", "_armnn_schema__generated_8h.xhtml#a57f2f45a942f852cfa594be81f12425b", null ],
    [ "ConstTensor::data_as< armnnSerializer::ShortData >", "_armnn_schema__generated_8h.xhtml#ac74ad2f21ccb518de04016969a94445a", null ],
    [ "CreateAbsLayer", "_armnn_schema__generated_8h.xhtml#ac217363daa95cee80979843697242e13", null ],
    [ "CreateActivationDescriptor", "_armnn_schema__generated_8h.xhtml#ae77589201da6f67c91055ec6f400a280", null ],
    [ "CreateActivationLayer", "_armnn_schema__generated_8h.xhtml#ae0b88deac293f6725701fdcb9a6b3886", null ],
    [ "CreateAdditionLayer", "_armnn_schema__generated_8h.xhtml#a3371703c08c865059d4964ec0c3a7e34", null ],
    [ "CreateAnyLayer", "_armnn_schema__generated_8h.xhtml#a6faa214d725196d6fa6f3ea6e50ac1c5", null ],
    [ "CreateArgMinMaxDescriptor", "_armnn_schema__generated_8h.xhtml#a4e38e68cd3a15a4d2c650f8380f88bfa", null ],
    [ "CreateArgMinMaxLayer", "_armnn_schema__generated_8h.xhtml#ae0a866357a40c081472715a8ef54e3c8", null ],
    [ "CreateBatchNormalizationDescriptor", "_armnn_schema__generated_8h.xhtml#ae76a7da71f373ed8c2f4682514c82cab", null ],
    [ "CreateBatchNormalizationLayer", "_armnn_schema__generated_8h.xhtml#afd1024fa2dd9971745f5f6a1b58c696f", null ],
    [ "CreateBatchToSpaceNdDescriptor", "_armnn_schema__generated_8h.xhtml#aa89980f689843610d0c12f71689cdbc9", null ],
    [ "CreateBatchToSpaceNdDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a9f6b9b1f4901f75d411860e672bb4656", null ],
    [ "CreateBatchToSpaceNdLayer", "_armnn_schema__generated_8h.xhtml#a597747b60f8a3323413ed39aec2b18d5", null ],
    [ "CreateBindableLayerBase", "_armnn_schema__generated_8h.xhtml#ad6a1b109a9ce7a6e649ad0891dacfac6", null ],
    [ "CreateByteData", "_armnn_schema__generated_8h.xhtml#a6bff474fa9512490de1583346f374544", null ],
    [ "CreateByteDataDirect", "_armnn_schema__generated_8h.xhtml#a6a89c858125c2063afc05ea1b4bb25cc", null ],
    [ "CreateCastLayer", "_armnn_schema__generated_8h.xhtml#a832b81d45f17e19a5a4af6df6d9a5fa4", null ],
    [ "CreateChannelShuffleDescriptor", "_armnn_schema__generated_8h.xhtml#acc4e38492d63370764db87a4d7df51b7", null ],
    [ "CreateChannelShuffleLayer", "_armnn_schema__generated_8h.xhtml#ab32df2cebcef27a9ed3026c2d8713c15", null ],
    [ "CreateComparisonDescriptor", "_armnn_schema__generated_8h.xhtml#a8df78c0222bc2545d308904dc990e339", null ],
    [ "CreateComparisonLayer", "_armnn_schema__generated_8h.xhtml#af57f0ce6f73162c21c7be61c5e0dd2a6", null ],
    [ "CreateConcatLayer", "_armnn_schema__generated_8h.xhtml#add1aae7b94374c5a55375d6437034f6c", null ],
    [ "CreateConstantLayer", "_armnn_schema__generated_8h.xhtml#a2ebf69db263cabc10fd126b4fab4defa", null ],
    [ "CreateConstTensor", "_armnn_schema__generated_8h.xhtml#aed84c72e33487ad47e1e8c833e83027e", null ],
    [ "CreateConvolution2dDescriptor", "_armnn_schema__generated_8h.xhtml#a4b4c3df1ac62801c9d371cbc75f643c0", null ],
    [ "CreateConvolution2dLayer", "_armnn_schema__generated_8h.xhtml#aa47024918b1f44661e6fb138fbad2dd9", null ],
    [ "CreateConvolution3dDescriptor", "_armnn_schema__generated_8h.xhtml#a0add7c80b5caf2412204acb87f4b9d27", null ],
    [ "CreateConvolution3dLayer", "_armnn_schema__generated_8h.xhtml#a81bb8955526574f68f1d7f40a5be2513", null ],
    [ "CreateDepthToSpaceDescriptor", "_armnn_schema__generated_8h.xhtml#a98ebc756c9147e50dea7c804e4b49cd2", null ],
    [ "CreateDepthToSpaceLayer", "_armnn_schema__generated_8h.xhtml#aac73f60d8ea727e357ce705dc1aeea7e", null ],
    [ "CreateDepthwiseConvolution2dDescriptor", "_armnn_schema__generated_8h.xhtml#ac323763ffa81d3a59b1849ad9f88aa4c", null ],
    [ "CreateDepthwiseConvolution2dLayer", "_armnn_schema__generated_8h.xhtml#aebf9ea812e5548d8cd6457d6a584fc99", null ],
    [ "CreateDequantizeLayer", "_armnn_schema__generated_8h.xhtml#a0b9dbd92372478ad143e8511f713631d", null ],
    [ "CreateDetectionPostProcessDescriptor", "_armnn_schema__generated_8h.xhtml#a6e995bf19317f0dc7a1cca63ca4ed842", null ],
    [ "CreateDetectionPostProcessLayer", "_armnn_schema__generated_8h.xhtml#ad57318c7a0699aac264effbc1bca44f9", null ],
    [ "CreateDivisionLayer", "_armnn_schema__generated_8h.xhtml#a696e35cae38a8b30ee19b26463647836", null ],
    [ "CreateElementwiseUnaryDescriptor", "_armnn_schema__generated_8h.xhtml#ae75ec6187e011c7c43f17c5d029075fd", null ],
    [ "CreateElementwiseUnaryLayer", "_armnn_schema__generated_8h.xhtml#ae0dfe94f18fedc0d1ea6c536e54492bb", null ],
    [ "CreateEqualLayer", "_armnn_schema__generated_8h.xhtml#ad27f8eb49ac70ce3a5879063f1c55ed4", null ],
    [ "CreateFeatureCompatibilityVersions", "_armnn_schema__generated_8h.xhtml#a1ed79f8d952737cb31b644ef5efc1b20", null ],
    [ "CreateFillDescriptor", "_armnn_schema__generated_8h.xhtml#a7958f984035b153f0df4e2f5dd82d868", null ],
    [ "CreateFillLayer", "_armnn_schema__generated_8h.xhtml#a93bcbfda4c948fb60ed393eb7b7fb99a", null ],
    [ "CreateFloorLayer", "_armnn_schema__generated_8h.xhtml#a78ebc0f70ac0b9599aeb63457ea380b8", null ],
    [ "CreateFullyConnectedDescriptor", "_armnn_schema__generated_8h.xhtml#a90126a64630161808dbc525cc4f198df", null ],
    [ "CreateFullyConnectedLayer", "_armnn_schema__generated_8h.xhtml#a8d53768230ae323615f1afd2f4b77275", null ],
    [ "CreateGatherDescriptor", "_armnn_schema__generated_8h.xhtml#a2199123c9669b48f463d7be584ba296d", null ],
    [ "CreateGatherLayer", "_armnn_schema__generated_8h.xhtml#a6943da66214029e3df8a553b19086698", null ],
    [ "CreateGatherNdLayer", "_armnn_schema__generated_8h.xhtml#a3b750d90326d5203a547705f8ea7e517", null ],
    [ "CreateGreaterLayer", "_armnn_schema__generated_8h.xhtml#a7f358644138074e9e33b48ec5f4bedcd", null ],
    [ "CreateInputLayer", "_armnn_schema__generated_8h.xhtml#a8b2124f79abdf562df6b58e356bda055", null ],
    [ "CreateInputSlot", "_armnn_schema__generated_8h.xhtml#a3910d931fa44efb1cd0ddbf5fb903daa", null ],
    [ "CreateInstanceNormalizationDescriptor", "_armnn_schema__generated_8h.xhtml#a574b517994ace10d9c1e5c6f5a87969d", null ],
    [ "CreateInstanceNormalizationLayer", "_armnn_schema__generated_8h.xhtml#a659e1ad361ecf84e40899cc94f85c2ad", null ],
    [ "CreateIntData", "_armnn_schema__generated_8h.xhtml#a2929dd69e461d46a68d98876479f6734", null ],
    [ "CreateIntDataDirect", "_armnn_schema__generated_8h.xhtml#ad47e8f9ef8bcc4820908be963b2091cb", null ],
    [ "CreateL2NormalizationDescriptor", "_armnn_schema__generated_8h.xhtml#a0ac44110308f009cd0bc437a45a67780", null ],
    [ "CreateL2NormalizationLayer", "_armnn_schema__generated_8h.xhtml#a8aceb190a61113eca7e4b710f41130ff", null ],
    [ "CreateLayerBase", "_armnn_schema__generated_8h.xhtml#af255a7ef53c7071bae9242770f0ae638", null ],
    [ "CreateLayerBaseDirect", "_armnn_schema__generated_8h.xhtml#ab6cb2619da41f86311b98cd7913af831", null ],
    [ "CreateLogicalBinaryDescriptor", "_armnn_schema__generated_8h.xhtml#af377ddd491f74d343d9478b7c1cf3d5e", null ],
    [ "CreateLogicalBinaryLayer", "_armnn_schema__generated_8h.xhtml#a00c6995c2a3e9ba16f6025ff532973df", null ],
    [ "CreateLogSoftmaxDescriptor", "_armnn_schema__generated_8h.xhtml#a8e5e9f2408e7a1b98c0d940c555eda51", null ],
    [ "CreateLogSoftmaxLayer", "_armnn_schema__generated_8h.xhtml#a84279e93a7b4d114d2034340678ec5d0", null ],
    [ "CreateLongData", "_armnn_schema__generated_8h.xhtml#afe0cf2514d109464d123ac90fe635e59", null ],
    [ "CreateLongDataDirect", "_armnn_schema__generated_8h.xhtml#a1d61f013f320680edd329cb596bc553a", null ],
    [ "CreateLstmDescriptor", "_armnn_schema__generated_8h.xhtml#a2b7a80a9fc33a0494712ee0f7f9aeb0d", null ],
    [ "CreateLstmInputParams", "_armnn_schema__generated_8h.xhtml#a9c51bb274660ca4d08d9150195f15a94", null ],
    [ "CreateLstmLayer", "_armnn_schema__generated_8h.xhtml#af102fdfcd2fcfc64038b903e4e5dce0b", null ],
    [ "CreateMaximumLayer", "_armnn_schema__generated_8h.xhtml#a3c4099b8347f73caef552cf8045aabb4", null ],
    [ "CreateMeanDescriptor", "_armnn_schema__generated_8h.xhtml#af567c0678d82fcf86332938f661026c1", null ],
    [ "CreateMeanDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a483d55f55a5e8338afb34ee44b5c1501", null ],
    [ "CreateMeanLayer", "_armnn_schema__generated_8h.xhtml#a4976b24f89618c51a76d383846e7603e", null ],
    [ "CreateMergeLayer", "_armnn_schema__generated_8h.xhtml#af7aebd4f132869d28921c2d454d7471b", null ],
    [ "CreateMergerLayer", "_armnn_schema__generated_8h.xhtml#a3a57b6282151d815c8fc9778433f041a", null ],
    [ "CreateMinimumLayer", "_armnn_schema__generated_8h.xhtml#a8be520c1198d1112c4ebe6795b8f32f2", null ],
    [ "CreateMultiplicationLayer", "_armnn_schema__generated_8h.xhtml#a781515478ba5ee04da9d7982c4829276", null ],
    [ "CreateNormalizationDescriptor", "_armnn_schema__generated_8h.xhtml#aed93a1d601838d1acef989a508b1d560", null ],
    [ "CreateNormalizationLayer", "_armnn_schema__generated_8h.xhtml#a8ffbf0fc9f3694b28a63d09173676886", null ],
    [ "CreateOriginsDescriptor", "_armnn_schema__generated_8h.xhtml#a34ed48c6792c3b6699c6e2676a9f0396", null ],
    [ "CreateOriginsDescriptorDirect", "_armnn_schema__generated_8h.xhtml#adc217f1bab7463847a3a46049d223804", null ],
    [ "CreateOutputLayer", "_armnn_schema__generated_8h.xhtml#a4c4c75dbe54bbda85c4bc7bdbdbe1497", null ],
    [ "CreateOutputSlot", "_armnn_schema__generated_8h.xhtml#af0c42807544319898597baa11f2180b1", null ],
    [ "CreatePadDescriptor", "_armnn_schema__generated_8h.xhtml#a07aacf4bcb2b10874308255232a1444a", null ],
    [ "CreatePadDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a0399ff81d3d9c6716bea25d087df0a5d", null ],
    [ "CreatePadLayer", "_armnn_schema__generated_8h.xhtml#a5cb6b81ba984ecfb7be61d132a1e2903", null ],
    [ "CreatePermuteDescriptor", "_armnn_schema__generated_8h.xhtml#a88cdbf8bc64eb1b17bedac914d9bdfa0", null ],
    [ "CreatePermuteDescriptorDirect", "_armnn_schema__generated_8h.xhtml#abb819d6b8e0bcbf5a116167afcf54d03", null ],
    [ "CreatePermuteLayer", "_armnn_schema__generated_8h.xhtml#a07ef80b2fefe817204ee7b4897a1d4ef", null ],
    [ "CreatePooling2dDescriptor", "_armnn_schema__generated_8h.xhtml#ab8b93f047efc501bfd8ba3ddec1e270a", null ],
    [ "CreatePooling2dLayer", "_armnn_schema__generated_8h.xhtml#a9a7b33e3bc35b710b6273091b3e75f0f", null ],
    [ "CreatePooling3dDescriptor", "_armnn_schema__generated_8h.xhtml#a7407fbbebdccf33a0d2a4f54504f8780", null ],
    [ "CreatePooling3dLayer", "_armnn_schema__generated_8h.xhtml#afb5a379d43681c26882c592fa58f8217", null ],
    [ "CreatePreluLayer", "_armnn_schema__generated_8h.xhtml#a62998b2b5221d092249cff51306c8770", null ],
    [ "CreateQLstmDescriptor", "_armnn_schema__generated_8h.xhtml#a0a1d83667901080be7555ca356a29858", null ],
    [ "CreateQLstmInputParams", "_armnn_schema__generated_8h.xhtml#a72b0c130680f6c52d327c267b3ccf4a3", null ],
    [ "CreateQLstmLayer", "_armnn_schema__generated_8h.xhtml#a1187395d94ead8514cb5092b1e862eeb", null ],
    [ "CreateQuantizedLstmInputParams", "_armnn_schema__generated_8h.xhtml#a275562b02289a69d014ea694669e2a4d", null ],
    [ "CreateQuantizedLstmLayer", "_armnn_schema__generated_8h.xhtml#a5ebd9460a5ea55b86c9cc26cf0b23579", null ],
    [ "CreateQuantizeLayer", "_armnn_schema__generated_8h.xhtml#afde7b79d13370cb399126a6cad112aa7", null ],
    [ "CreateRankLayer", "_armnn_schema__generated_8h.xhtml#a6c8f78deff37d5f0f1160f3a36403b73", null ],
    [ "CreateReduceDescriptor", "_armnn_schema__generated_8h.xhtml#ae2cc78309e3bab574a90a2d00d78c847", null ],
    [ "CreateReduceDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a550ffbc08800e78050c2cafcf1577288", null ],
    [ "CreateReduceLayer", "_armnn_schema__generated_8h.xhtml#ad6065ace205875561dad18974d2d59fc", null ],
    [ "CreateReshapeDescriptor", "_armnn_schema__generated_8h.xhtml#a642dd64b0b0df1fbac468cbcb6cbde7e", null ],
    [ "CreateReshapeDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a8af4e9e118374af831034365ba5fb2ab", null ],
    [ "CreateReshapeLayer", "_armnn_schema__generated_8h.xhtml#a82b0b6b4b39c80c748c22f0dd6f0b363", null ],
    [ "CreateResizeBilinearDescriptor", "_armnn_schema__generated_8h.xhtml#a4520365b8b97c832d5aed9c31ad6aec3", null ],
    [ "CreateResizeBilinearLayer", "_armnn_schema__generated_8h.xhtml#a1a0ef76e9bb985753ec881b7d011a495", null ],
    [ "CreateResizeDescriptor", "_armnn_schema__generated_8h.xhtml#a2960ba717903f3184749d740bbc8095d", null ],
    [ "CreateResizeLayer", "_armnn_schema__generated_8h.xhtml#aea5d574ddc1923b8a1514d87e57bdc1c", null ],
    [ "CreateRsqrtLayer", "_armnn_schema__generated_8h.xhtml#a49f020318192787b07115d5dcb3ce0e3", null ],
    [ "CreateSerializedGraph", "_armnn_schema__generated_8h.xhtml#ae7eaf2202bcc7575acf64c779714dee8", null ],
    [ "CreateSerializedGraphDirect", "_armnn_schema__generated_8h.xhtml#a2d67bb4432f64f35687c1a86bf22886c", null ],
    [ "CreateShapeLayer", "_armnn_schema__generated_8h.xhtml#a558d10f412047f16d8380d8f1098273b", null ],
    [ "CreateShortData", "_armnn_schema__generated_8h.xhtml#a4a525d63fc8aa89eeb7c635bc378d4b7", null ],
    [ "CreateShortDataDirect", "_armnn_schema__generated_8h.xhtml#a5a7487e133d7e2f56114a97971269503", null ],
    [ "CreateSliceDescriptor", "_armnn_schema__generated_8h.xhtml#af52e9927a616ad1b1ce5c9618d46f59b", null ],
    [ "CreateSliceDescriptorDirect", "_armnn_schema__generated_8h.xhtml#ae235fa462c1052bf397fca60c13ca28e", null ],
    [ "CreateSliceLayer", "_armnn_schema__generated_8h.xhtml#a631dcdc470f2f8edf95714853bd1cd4d", null ],
    [ "CreateSoftmaxDescriptor", "_armnn_schema__generated_8h.xhtml#af2d4df6b7e38fdbb7e5cc23af89e1e18", null ],
    [ "CreateSoftmaxLayer", "_armnn_schema__generated_8h.xhtml#af182ed2235cfa1b11087cafaed2fdca5", null ],
    [ "CreateSpaceToBatchNdDescriptor", "_armnn_schema__generated_8h.xhtml#a363d4ff34fe09a3604e162b7422e0a7b", null ],
    [ "CreateSpaceToBatchNdDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a7578889e631be9efa1ece156c382222f", null ],
    [ "CreateSpaceToBatchNdLayer", "_armnn_schema__generated_8h.xhtml#ad2ef21978ff6086910d7a52c8e767d13", null ],
    [ "CreateSpaceToDepthDescriptor", "_armnn_schema__generated_8h.xhtml#abe87c1d06e3bb5371c87ca5b71a251bc", null ],
    [ "CreateSpaceToDepthLayer", "_armnn_schema__generated_8h.xhtml#a12ca136e0ae6e925a95ded7c18ba42cd", null ],
    [ "CreateSplitterLayer", "_armnn_schema__generated_8h.xhtml#a8c12523fac42dbd0c0da5185d5c19c98", null ],
    [ "CreateStackDescriptor", "_armnn_schema__generated_8h.xhtml#af455b1b4b66bab4c15360ae4c62146cf", null ],
    [ "CreateStackDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a47b44924e024510acadd93d0df306f08", null ],
    [ "CreateStackLayer", "_armnn_schema__generated_8h.xhtml#ae75ce2955dea6a1528a40730cd79fbaf", null ],
    [ "CreateStandInDescriptor", "_armnn_schema__generated_8h.xhtml#add16356f29375af932514c854c04feab", null ],
    [ "CreateStandInLayer", "_armnn_schema__generated_8h.xhtml#a074b18f261a2110a99621a75eccef4af", null ],
    [ "CreateStridedSliceDescriptor", "_armnn_schema__generated_8h.xhtml#a520b6863fc2243f037e3e7ad2a791ea5", null ],
    [ "CreateStridedSliceDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a314185ed1d49c125f61870a2931573f6", null ],
    [ "CreateStridedSliceLayer", "_armnn_schema__generated_8h.xhtml#aad6155633a79cac16cb8963fa98df52c", null ],
    [ "CreateSubtractionLayer", "_armnn_schema__generated_8h.xhtml#a995677fa7431cd2d76f47ddbe6cdc39f", null ],
    [ "CreateSwitchLayer", "_armnn_schema__generated_8h.xhtml#aafa14f085502d4c5fe210d63a89c106b", null ],
    [ "CreateTensorInfo", "_armnn_schema__generated_8h.xhtml#acf023a12de46013557535430a2804e44", null ],
    [ "CreateTensorInfoDirect", "_armnn_schema__generated_8h.xhtml#a9732831a54299c752279a5d65ee97e90", null ],
    [ "CreateTransposeConvolution2dDescriptor", "_armnn_schema__generated_8h.xhtml#a6bf79f71de81bbb93cbc3ae1eea0d9c8", null ],
    [ "CreateTransposeConvolution2dLayer", "_armnn_schema__generated_8h.xhtml#a875bb56f4c529652e41ab6af34920bfb", null ],
    [ "CreateTransposeDescriptor", "_armnn_schema__generated_8h.xhtml#a94124bb01b311063731dedf03f44d0b1", null ],
    [ "CreateTransposeDescriptorDirect", "_armnn_schema__generated_8h.xhtml#a31a5bb06aa58b119dffadea41295af38", null ],
    [ "CreateTransposeLayer", "_armnn_schema__generated_8h.xhtml#a9733e0b0c7e1c6074900f781403a6bd0", null ],
    [ "CreateUintVector", "_armnn_schema__generated_8h.xhtml#a9202a235d4e4a5c718737e878da5fd77", null ],
    [ "CreateUintVectorDirect", "_armnn_schema__generated_8h.xhtml#a200d79c3a7a92176c1795818f7b0da14", null ],
    [ "CreateUnidirectionalSequenceLstmDescriptor", "_armnn_schema__generated_8h.xhtml#a789a1488d3d103ca0e343cde9e2dcabf", null ],
    [ "CreateUnidirectionalSequenceLstmLayer", "_armnn_schema__generated_8h.xhtml#ab796dd453b5a3f6148087c92d0a1626f", null ],
    [ "CreateViewsDescriptor", "_armnn_schema__generated_8h.xhtml#ac33e8f4553806408c2bc4e03fd87a387", null ],
    [ "CreateViewsDescriptorDirect", "_armnn_schema__generated_8h.xhtml#aac48b3059d130d3fbf34cb6bb76c1021", null ],
    [ "EnumNameActivationFunction", "_armnn_schema__generated_8h.xhtml#a48ace23cc4214f92dd8dbf602fa12a51", null ],
    [ "EnumNameArgMinMaxFunction", "_armnn_schema__generated_8h.xhtml#acd307ad08e0174ed1deb0288d7c6a31f", null ],
    [ "EnumNameComparisonOperation", "_armnn_schema__generated_8h.xhtml#a4f38a91b8f333a9a558e2efee87445d5", null ],
    [ "EnumNameConstTensorData", "_armnn_schema__generated_8h.xhtml#a8ce7868b1b6ad073807bf059aa6b6571", null ],
    [ "EnumNameDataLayout", "_armnn_schema__generated_8h.xhtml#af0ff056a9b048fd355d059c57b36d546", null ],
    [ "EnumNameDataType", "_armnn_schema__generated_8h.xhtml#aa3dd21ebe3b35856d31a86bc195bf336", null ],
    [ "EnumNameLayer", "_armnn_schema__generated_8h.xhtml#a8a0cff8769d2373048fb53a2d062596a", null ],
    [ "EnumNameLayerType", "_armnn_schema__generated_8h.xhtml#adcb0851be35a90549b1041bd2e1b0c29", null ],
    [ "EnumNameLogicalBinaryOperation", "_armnn_schema__generated_8h.xhtml#abf976ef58ec924cc528b8e98d8e198d5", null ],
    [ "EnumNameNormalizationAlgorithmChannel", "_armnn_schema__generated_8h.xhtml#a4e563fb2e1b7029bbabf734b07685c11", null ],
    [ "EnumNameNormalizationAlgorithmMethod", "_armnn_schema__generated_8h.xhtml#abde3aba1195eff8202f37f815275523d", null ],
    [ "EnumNameOutputShapeRounding", "_armnn_schema__generated_8h.xhtml#ae837e416a9daae2b19ebd07d95e2bb5c", null ],
    [ "EnumNamePaddingMethod", "_armnn_schema__generated_8h.xhtml#aa95295ff1091170a2b7ef312a0b04d63", null ],
    [ "EnumNamePaddingMode", "_armnn_schema__generated_8h.xhtml#a5268eb8ef5d6502111f4f8f94410a9b2", null ],
    [ "EnumNamePoolingAlgorithm", "_armnn_schema__generated_8h.xhtml#adb342716df74882d4fc417bd77de57e4", null ],
    [ "EnumNameReduceOperation", "_armnn_schema__generated_8h.xhtml#a04aa96ab69f7115f0e5abb30e9189451", null ],
    [ "EnumNameResizeMethod", "_armnn_schema__generated_8h.xhtml#a7cc105a4b9c21cd71c36689b60c0528d", null ],
    [ "EnumNamesActivationFunction", "_armnn_schema__generated_8h.xhtml#a065e8fbca947ed85d64f65550d43ebd1", null ],
    [ "EnumNamesArgMinMaxFunction", "_armnn_schema__generated_8h.xhtml#ac8c047769bbea20585a19ba19bc0f701", null ],
    [ "EnumNamesComparisonOperation", "_armnn_schema__generated_8h.xhtml#ad48b098327943cf9abeb48ed66f1dd67", null ],
    [ "EnumNamesConstTensorData", "_armnn_schema__generated_8h.xhtml#a1a50a739507ac5b5ab52b4a0d0e96a91", null ],
    [ "EnumNamesDataLayout", "_armnn_schema__generated_8h.xhtml#a0d1f646d0b1b61f8dc224e7d3eeff05d", null ],
    [ "EnumNamesDataType", "_armnn_schema__generated_8h.xhtml#aecd9fed3c1634b88537814c43798e6e0", null ],
    [ "EnumNamesLayer", "_armnn_schema__generated_8h.xhtml#af65e3e5acab1cac32a5fd20b0e33e08e", null ],
    [ "EnumNamesLayerType", "_armnn_schema__generated_8h.xhtml#a51fbbe7487cc7b17c49d36fae93031b0", null ],
    [ "EnumNamesLogicalBinaryOperation", "_armnn_schema__generated_8h.xhtml#aa531671932ba79539c9702cae725a1a4", null ],
    [ "EnumNamesNormalizationAlgorithmChannel", "_armnn_schema__generated_8h.xhtml#a5a6f7c5f8e1acfb3404252fc5ac2575c", null ],
    [ "EnumNamesNormalizationAlgorithmMethod", "_armnn_schema__generated_8h.xhtml#a5d0adec8337f3d8ef814146328bd5944", null ],
    [ "EnumNamesOutputShapeRounding", "_armnn_schema__generated_8h.xhtml#a3845bdbfb93c84995c0891b7a3ca0124", null ],
    [ "EnumNamesPaddingMethod", "_armnn_schema__generated_8h.xhtml#ac6df8fe650d4bcb88aef95a59338ae45", null ],
    [ "EnumNamesPaddingMode", "_armnn_schema__generated_8h.xhtml#a860a962bab0be2c0625cc0337bf172fe", null ],
    [ "EnumNamesPoolingAlgorithm", "_armnn_schema__generated_8h.xhtml#a27472fb49cfe1ab255f3bb32ba959b3c", null ],
    [ "EnumNamesReduceOperation", "_armnn_schema__generated_8h.xhtml#a1a59b3351de8b0828b0c7a3145aac4c4", null ],
    [ "EnumNamesResizeMethod", "_armnn_schema__generated_8h.xhtml#a2341cfe971865ff4163696cbeb3cc63f", null ],
    [ "EnumNamesUnaryOperation", "_armnn_schema__generated_8h.xhtml#a150e4e89c1e0b4e185788e236614126f", null ],
    [ "EnumNameUnaryOperation", "_armnn_schema__generated_8h.xhtml#adbef83fdd31c8f07269791364c9d593e", null ],
    [ "EnumValuesActivationFunction", "_armnn_schema__generated_8h.xhtml#a7fb15e437a2177e31121581e21db9de1", null ],
    [ "EnumValuesArgMinMaxFunction", "_armnn_schema__generated_8h.xhtml#ae98c68fcb82632b17f2dee7a52094cf8", null ],
    [ "EnumValuesComparisonOperation", "_armnn_schema__generated_8h.xhtml#a9ea53d2b37a9d52d43076bf6ce69df8e", null ],
    [ "EnumValuesConstTensorData", "_armnn_schema__generated_8h.xhtml#aa3bd4ecc0c507824cc2d8adaf3d37152", null ],
    [ "EnumValuesDataLayout", "_armnn_schema__generated_8h.xhtml#adc8748260f2a4b888822ba471d455db0", null ],
    [ "EnumValuesDataType", "_armnn_schema__generated_8h.xhtml#a153e0395636b7569af81f9388796271a", null ],
    [ "EnumValuesLayer", "_armnn_schema__generated_8h.xhtml#a3be8efcf777a4da82dbf5cd2fbc184d1", null ],
    [ "EnumValuesLayerType", "_armnn_schema__generated_8h.xhtml#ad7288e10e2f4c1df3aa50799268b4363", null ],
    [ "EnumValuesLogicalBinaryOperation", "_armnn_schema__generated_8h.xhtml#af161b2b04ecbe8feffb29216fcf91845", null ],
    [ "EnumValuesNormalizationAlgorithmChannel", "_armnn_schema__generated_8h.xhtml#a185bebea2475ed49ec3e71040a2f08e1", null ],
    [ "EnumValuesNormalizationAlgorithmMethod", "_armnn_schema__generated_8h.xhtml#aec0134b8b4932b8354bd32054be6190c", null ],
    [ "EnumValuesOutputShapeRounding", "_armnn_schema__generated_8h.xhtml#a7602ea6b8ca1618697c53513478a810f", null ],
    [ "EnumValuesPaddingMethod", "_armnn_schema__generated_8h.xhtml#a89f269d5a4be0f137ca77eff825d1306", null ],
    [ "EnumValuesPaddingMode", "_armnn_schema__generated_8h.xhtml#a7e3252e8322a872fcce7cbe98c04e247", null ],
    [ "EnumValuesPoolingAlgorithm", "_armnn_schema__generated_8h.xhtml#a14d49c16c6f3d19f8cb1060ec3ed5e1d", null ],
    [ "EnumValuesReduceOperation", "_armnn_schema__generated_8h.xhtml#ac3e88d1fe455808c6391864b5113decd", null ],
    [ "EnumValuesResizeMethod", "_armnn_schema__generated_8h.xhtml#a766b9c6f86516cbe08bce4bd1c1fe56b", null ],
    [ "EnumValuesUnaryOperation", "_armnn_schema__generated_8h.xhtml#abaf8f6680ebec08b760d1ddf280f510c", null ],
    [ "FinishSerializedGraphBuffer", "_armnn_schema__generated_8h.xhtml#a7f75ec0dcdc1b10921194ff800ae1267", null ],
    [ "FinishSizePrefixedSerializedGraphBuffer", "_armnn_schema__generated_8h.xhtml#adbb19e76e814545c06680e0a04fc578b", null ],
    [ "FLATBUFFERS_MANUALLY_ALIGNED_STRUCT", "_armnn_schema__generated_8h.xhtml#ac0ef3cf116fad649817b7f51c9f5d74e", null ],
    [ "FLATBUFFERS_STRUCT_END", "_armnn_schema__generated_8h.xhtml#a06b778615dbade22fd05954b9bab14bb", null ],
    [ "GetSerializedGraph", "_armnn_schema__generated_8h.xhtml#a5470fc9e72f7c1e0d63e43cc9de1e5f0", null ],
    [ "GetSizePrefixedSerializedGraph", "_armnn_schema__generated_8h.xhtml#ae010ca1aa73f32427519cd959218ecfc", null ],
    [ "SerializedGraphBufferHasIdentifier", "_armnn_schema__generated_8h.xhtml#aadd5e22e13b3de301dd4eb6b369d9efb", null ],
    [ "SerializedGraphExtension", "_armnn_schema__generated_8h.xhtml#a7c9eab97b4b8a65fea47848ad1d92d0b", null ],
    [ "SerializedGraphIdentifier", "_armnn_schema__generated_8h.xhtml#a9bcdf982428ed0cb5f13a40788b2c825", null ],
    [ "VerifyConstTensorData", "_armnn_schema__generated_8h.xhtml#a8af94c4bb43ff05694af521d44703b57", null ],
    [ "VerifyConstTensorDataVector", "_armnn_schema__generated_8h.xhtml#aa94711a86a9663f655db27ca27ff80c8", null ],
    [ "VerifyLayer", "_armnn_schema__generated_8h.xhtml#a35eb587dcd5fdda76679614dd6906189", null ],
    [ "VerifyLayerVector", "_armnn_schema__generated_8h.xhtml#a1612055e6991a55bfd1f126836f57c41", null ],
    [ "VerifySerializedGraphBuffer", "_armnn_schema__generated_8h.xhtml#af49ae598d891da8841d20cc0dd16f66a", null ],
    [ "VerifySizePrefixedSerializedGraphBuffer", "_armnn_schema__generated_8h.xhtml#a6e7ac9ef3780d1c99da41d2aab168355", null ],
    [ "VT_A", "_armnn_schema__generated_8h.xhtml#ac3b99c30e0da3ff30223e90774fccb67", null ],
    [ "VT_ACTIVATIONFUNC", "_armnn_schema__generated_8h.xhtml#a1f371a40a0b9a0d591311ff6933f5d52", null ],
    [ "VT_ACTIVATIONFUNCTION", "_armnn_schema__generated_8h.xhtml#a0eff41342872f1cf681bfb9a57b217f3", null ],
    [ "VT_ALIGNCORNERS", "_armnn_schema__generated_8h.xhtml#a6373ae0ecfb2781b5fe27082f97faca5", null ],
    [ "VT_ALPHA", "_armnn_schema__generated_8h.xhtml#a0ad26286aedb890e94a0c9bf0fb9ab41", null ],
    [ "VT_ARGMINMAXFUNCTION", "_armnn_schema__generated_8h.xhtml#a906671f22b3347f08a68de8862362351", null ],
    [ "VT_AXIS", "_armnn_schema__generated_8h.xhtml#a354a0cd9a3ba4ce6390f232c0f607131", null ],
    [ "VT_BASE", "_armnn_schema__generated_8h.xhtml#ae75997ab38fff2ea543d4a2019cbfe27", null ],
    [ "VT_BEGIN", "_armnn_schema__generated_8h.xhtml#a7d99f1edadee69eb0ff1cddcd832eff7", null ],
    [ "VT_BEGINMASK", "_armnn_schema__generated_8h.xhtml#ac73262f944617ad24b9bc0b7cbdd68fb", null ],
    [ "VT_BETA", "_armnn_schema__generated_8h.xhtml#a1501c6cf43ae7f870ffaded67b7cdd72", null ],
    [ "VT_BIASENABLED", "_armnn_schema__generated_8h.xhtml#a506a8acaf5600dbbc80ffcc1c942947a", null ],
    [ "VT_BINDINGIDSSCHEME", "_armnn_schema__generated_8h.xhtml#afff61de08a1c9bf97612f1cfac67e910", null ],
    [ "VT_BLOCKSHAPE", "_armnn_schema__generated_8h.xhtml#a3990e9d46b6247c268d24d5c07201d8e", null ],
    [ "VT_BLOCKSIZE", "_armnn_schema__generated_8h.xhtml#a5f8d3f3f5f26ed546051f22a76eea780", null ],
    [ "VT_CELLBIAS", "_armnn_schema__generated_8h.xhtml#a95e6f05118906da47d1564f8e4d4bf98", null ],
    [ "VT_CELLCLIP", "_armnn_schema__generated_8h.xhtml#aabf2547675f976eed8fd0685f370d362", null ],
    [ "VT_CELLINTERMEDIATESCALE", "_armnn_schema__generated_8h.xhtml#a481b50ecad4ffb6bbb4012fd50a5b881", null ],
    [ "VT_CELLLAYERNORMWEIGHTS", "_armnn_schema__generated_8h.xhtml#a13211b4ba1a1b01b7fad352e90efc180", null ],
    [ "VT_CELLTOFORGETWEIGHTS", "_armnn_schema__generated_8h.xhtml#a303fb78c168d2195b42b45e8fa96c913", null ],
    [ "VT_CELLTOINPUTWEIGHTS", "_armnn_schema__generated_8h.xhtml#aa7a46485bd8310d7aa3d007dd642ea12", null ],
    [ "VT_CELLTOOUTPUTWEIGHTS", "_armnn_schema__generated_8h.xhtml#a92a8711d9563190310ce002aac8fde7c", null ],
    [ "VT_CIFGENABLED", "_armnn_schema__generated_8h.xhtml#ad9b524a61a90f42b2177668b076187cf", null ],
    [ "VT_CLIPPINGTHRESCELL", "_armnn_schema__generated_8h.xhtml#a4881c6cb6f43ea4c6bce6bbade8c8ba2", null ],
    [ "VT_CLIPPINGTHRESPROJ", "_armnn_schema__generated_8h.xhtml#a392e51c55ed97a3014e7e3aabf362af2", null ],
    [ "VT_CONCATAXIS", "_armnn_schema__generated_8h.xhtml#adaed0f66c4c8d432d96a961c10da1d7c", null ],
    [ "VT_CROPS", "_armnn_schema__generated_8h.xhtml#a7542ffd8249fa9fb46f423280a6ae8cb", null ],
    [ "VT_DATA_TYPE", "_armnn_schema__generated_8h.xhtml#a49204938bc28993e7e5c9735fea7b634", null ],
    [ "VT_DATALAYOUT", "_armnn_schema__generated_8h.xhtml#a3e12a0b9c6d359a3fb22db899f291195", null ],
    [ "VT_DATATYPE", "_armnn_schema__generated_8h.xhtml#a113a1c476b0c24b73128c99e104aaa48", null ],
    [ "VT_DESCRIPTOR", "_armnn_schema__generated_8h.xhtml#af1c3c7b289ccff2094859aace390c353", null ],
    [ "VT_DETECTIONSPERCLASS", "_armnn_schema__generated_8h.xhtml#a99e838455274b27d6597f9c4937f2cfd", null ],
    [ "VT_DILATIONX", "_armnn_schema__generated_8h.xhtml#afe2b597ab2c743565b70a95c5494969b", null ],
    [ "VT_DILATIONY", "_armnn_schema__generated_8h.xhtml#a2323b88f18ac26a0bf321e58196d0616", null ],
    [ "VT_DILATIONZ", "_armnn_schema__generated_8h.xhtml#a6855b75f709097751a9202300dd1de0e", null ],
    [ "VT_DIMENSIONALITY", "_armnn_schema__generated_8h.xhtml#aaa2d9b44f35fa2c4e52d908e7d0dbdbc", null ],
    [ "VT_DIMENSIONS", "_armnn_schema__generated_8h.xhtml#ac6a15a7b0ae60244d97a167028baed2f", null ],
    [ "VT_DIMENSIONSPECIFICITY", "_armnn_schema__generated_8h.xhtml#a287ba01cb1d2069faa740a38ccf972bf", null ],
    [ "VT_ELLIPSISMASK", "_armnn_schema__generated_8h.xhtml#adef0a60bb07e6779972d5d9abd600d79", null ],
    [ "VT_END", "_armnn_schema__generated_8h.xhtml#ac4f8a6cdc3798c668c6b0045fbcbf4bf", null ],
    [ "VT_ENDMASK", "_armnn_schema__generated_8h.xhtml#a922b93e240c72ca55c953f9a65d1cd7a", null ],
    [ "VT_EPS", "_armnn_schema__generated_8h.xhtml#aec1a98c72f4f71061d99fdd1710653f6", null ],
    [ "VT_FORGETGATEBIAS", "_armnn_schema__generated_8h.xhtml#a0544f464d70281f2f80ebb1fe9dee557", null ],
    [ "VT_FORGETINTERMEDIATESCALE", "_armnn_schema__generated_8h.xhtml#a4f96a978bb70a4a4c0bad21e4c97c700", null ],
    [ "VT_FORGETLAYERNORMWEIGHTS", "_armnn_schema__generated_8h.xhtml#a7b16a3f5db41cc5d4f9a60e95a3dd320", null ],
    [ "VT_GAMMA", "_armnn_schema__generated_8h.xhtml#a3f3bfa093a5c0de1e68f2bb9c5a71d48", null ],
    [ "VT_HIDDENSTATEZEROPOINT", "_armnn_schema__generated_8h.xhtml#aeeff9522532697a489685bf917bc8f20", null ],
    [ "VT_INDEX", "_armnn_schema__generated_8h.xhtml#a35ae605074f067ff895c25d27636b370", null ],
    [ "VT_INFO", "_armnn_schema__generated_8h.xhtml#ab8b2fb2e93f41411adc5c7e748b093fb", null ],
    [ "VT_INPUTGATEBIAS", "_armnn_schema__generated_8h.xhtml#aa2fa0de03c3059c32267e5824fea45d8", null ],
    [ "VT_INPUTIDS", "_armnn_schema__generated_8h.xhtml#a62ae70242d6babb7ac206bd061e23382", null ],
    [ "VT_INPUTINTERMEDIATESCALE", "_armnn_schema__generated_8h.xhtml#a2e91981cef180fba547f594a20ad5cb4", null ],
    [ "VT_INPUTLAYERNORMWEIGHTS", "_armnn_schema__generated_8h.xhtml#a62db2478bfdbc60bbc2f73c8e12d074c", null ],
    [ "VT_INPUTSLOTS", "_armnn_schema__generated_8h.xhtml#a9b326829e19615145711e10a473ee67e", null ],
    [ "VT_INPUTTOCELLWEIGHTS", "_armnn_schema__generated_8h.xhtml#a9b639bdc8e772b6b5da39f93b99502c1", null ],
    [ "VT_INPUTTOFORGETWEIGHTS", "_armnn_schema__generated_8h.xhtml#a77729d867e5c607180259028c8b665a9", null ],
    [ "VT_INPUTTOINPUTWEIGHTS", "_armnn_schema__generated_8h.xhtml#a73920a5dbba3622e2e8bf8f2d4fc34a3", null ],
    [ "VT_INPUTTOOUTPUTWEIGHTS", "_armnn_schema__generated_8h.xhtml#abe9eaa0bf3b00edc8f3b962924bc4c55", null ],
    [ "VT_K", "_armnn_schema__generated_8h.xhtml#a696ff2286602e31f490145167aa46c97", null ],
    [ "VT_KEEPDIMS", "_armnn_schema__generated_8h.xhtml#a73093de6ac7527d2c99abc091c00a283", null ],
    [ "VT_LAYER_TYPE", "_armnn_schema__generated_8h.xhtml#a33b826f4ad8148df6167e6e88751df5b", null ],
    [ "VT_LAYERNAME", "_armnn_schema__generated_8h.xhtml#aa0810e30bf6db1fdf04bfc0726b0d3f6", null ],
    [ "VT_LAYERNORMENABLED", "_armnn_schema__generated_8h.xhtml#acdd6aa9bdfd54d9bf9d43fac30100bb5", null ],
    [ "VT_LAYERS", "_armnn_schema__generated_8h.xhtml#a11a3f04809d650cf380250fac10ab23f", null ],
    [ "VT_LAYERTYPE", "_armnn_schema__generated_8h.xhtml#a8bfed9d5504840c189cc5ba6dad59934", null ],
    [ "VT_MAXCLASSESPERDETECTION", "_armnn_schema__generated_8h.xhtml#aea5337b84466b1996727103757ec940d", null ],
    [ "VT_MAXDETECTIONS", "_armnn_schema__generated_8h.xhtml#ad118cd0cffd02f0cef27f6492a02707b", null ],
    [ "VT_MEAN", "_armnn_schema__generated_8h.xhtml#aa2f8c3e0452fafde7e9cbac0588c32d5", null ],
    [ "VT_METHOD", "_armnn_schema__generated_8h.xhtml#af03bade5e2e237387c1723a893a3b75c", null ],
    [ "VT_NEWAXISMASK", "_armnn_schema__generated_8h.xhtml#a1a31b4a8671d49ac42ec1d9e35e3afaf", null ],
    [ "VT_NMSIOUTHRESHOLD", "_armnn_schema__generated_8h.xhtml#af984fbcc6ba21debc08d1b298b0208f6", null ],
    [ "VT_NMSSCORETHRESHOLD", "_armnn_schema__generated_8h.xhtml#aab2dec7b9bc74e8158db7144eaa35be6", null ],
    [ "VT_NORMCHANNELTYPE", "_armnn_schema__generated_8h.xhtml#a3dd56a7f76880b51a52e07a44969449e", null ],
    [ "VT_NORMMETHODTYPE", "_armnn_schema__generated_8h.xhtml#a82dd56854258a5d373437b157cca840f", null ],
    [ "VT_NORMSIZE", "_armnn_schema__generated_8h.xhtml#ac11bb428af1d600b24eeff9af0a0ccb1", null ],
    [ "VT_NUMCLASSES", "_armnn_schema__generated_8h.xhtml#a597cbc8164d54b32e04e48116430d79a", null ],
    [ "VT_NUMDIMENSIONS", "_armnn_schema__generated_8h.xhtml#aa9c4c924f34b177274fd57045ab22c1b", null ],
    [ "VT_NUMINPUTS", "_armnn_schema__generated_8h.xhtml#ad7c36d29e8abe4db7f9c4448f8075118", null ],
    [ "VT_NUMVIEWS", "_armnn_schema__generated_8h.xhtml#a5a4cbed6fddc5498523050171d31fc8f", null ],
    [ "VT_ORIGINS", "_armnn_schema__generated_8h.xhtml#a05a52dd4ff4915ef9a2bc51f4e38f6ec", null ],
    [ "VT_OUTPUTGATEBIAS", "_armnn_schema__generated_8h.xhtml#a4fa0f52b92d86463c96c80e33a4d43f2", null ],
    [ "VT_OUTPUTIDS", "_armnn_schema__generated_8h.xhtml#a8b8cf592e329c2cecb18ab7990751abc", null ],
    [ "VT_OUTPUTINTERMEDIATESCALE", "_armnn_schema__generated_8h.xhtml#ab88e1158f919dbe909c1c2ccf475fe7f", null ],
    [ "VT_OUTPUTSHAPEROUNDING", "_armnn_schema__generated_8h.xhtml#a231f743a9be36aaf75fab76f3257bcc9", null ],
    [ "VT_PADBACK", "_armnn_schema__generated_8h.xhtml#af1c01cf7d0d2b914ef8a0945d1818f4f", null ],
    [ "VT_PADBOTTOM", "_armnn_schema__generated_8h.xhtml#a986675289b7005657d244e962c280ab1", null ],
    [ "VT_PADDINGMETHOD", "_armnn_schema__generated_8h.xhtml#afa8eb4bf36f417c10e862f5677512239", null ],
    [ "VT_PADFRONT", "_armnn_schema__generated_8h.xhtml#ad8265319d5b564544d42119a3b674b93", null ],
    [ "VT_PADLEFT", "_armnn_schema__generated_8h.xhtml#ab9c7b78e42e60b8ab66885a7dc7bbe96", null ],
    [ "VT_PADLIST", "_armnn_schema__generated_8h.xhtml#a691828e6e728d2ebdffe351741100251", null ],
    [ "VT_PADRIGHT", "_armnn_schema__generated_8h.xhtml#acf183e93be25b37890492e4ad28ce0e6", null ],
    [ "VT_PADTOP", "_armnn_schema__generated_8h.xhtml#a68346a024d7334c6c28bfaa3f2df8662", null ],
    [ "VT_PADVALUE", "_armnn_schema__generated_8h.xhtml#a7974d2711f4dca59e53100e87d7ca714", null ],
    [ "VT_PEEPHOLEENABLED", "_armnn_schema__generated_8h.xhtml#a5315d74ad22a14a0f6b176998b64ba8f", null ],
    [ "VT_POOLDEPTH", "_armnn_schema__generated_8h.xhtml#ad629622e1e12f199763f727a612635bd", null ],
    [ "VT_POOLHEIGHT", "_armnn_schema__generated_8h.xhtml#a0a7efa89d1c4159d9f93c73613a90f2e", null ],
    [ "VT_POOLTYPE", "_armnn_schema__generated_8h.xhtml#a00c7b1a9bda1dbc507932f5813c9b8da", null ],
    [ "VT_POOLWIDTH", "_armnn_schema__generated_8h.xhtml#ae1377da7756b09e1ff9077f695a2e059", null ],
    [ "VT_PROJECTIONBIAS", "_armnn_schema__generated_8h.xhtml#a118b472ccd1204331941591985c60c52", null ],
    [ "VT_PROJECTIONCLIP", "_armnn_schema__generated_8h.xhtml#a2b2e770868f96f105d74ef71ad885527", null ],
    [ "VT_PROJECTIONENABLED", "_armnn_schema__generated_8h.xhtml#a5b4c7ebf7752b986ceff11d01f675726", null ],
    [ "VT_PROJECTIONWEIGHTS", "_armnn_schema__generated_8h.xhtml#aafe35d4532d2f36bc06aa2480c30eee9", null ],
    [ "VT_QUANTIZATIONDIM", "_armnn_schema__generated_8h.xhtml#a9c402c2a2dff26f65be633f5d7549972", null ],
    [ "VT_QUANTIZATIONOFFSET", "_armnn_schema__generated_8h.xhtml#a4a5e67c93f753bcc6b21baa276cea1ff", null ],
    [ "VT_QUANTIZATIONSCALE", "_armnn_schema__generated_8h.xhtml#ab761a24bf8953b21309292aa00d71078", null ],
    [ "VT_QUANTIZATIONSCALES", "_armnn_schema__generated_8h.xhtml#a30036cf360abf78546c97db42f95816a", null ],
    [ "VT_RECURRENTTOCELLWEIGHTS", "_armnn_schema__generated_8h.xhtml#acf41f3e8be04d6fb34a23b723f9bb2f5", null ],
    [ "VT_RECURRENTTOFORGETWEIGHTS", "_armnn_schema__generated_8h.xhtml#ae8045a6a81e464ae523081630cf52e6c", null ],
    [ "VT_RECURRENTTOINPUTWEIGHTS", "_armnn_schema__generated_8h.xhtml#af565a7450854d3c1e561f70d3f552eef", null ],
    [ "VT_RECURRENTTOOUTPUTWEIGHTS", "_armnn_schema__generated_8h.xhtml#aba07e2c843ec79b516a9627d912f98c1", null ],
    [ "VT_SCALEW", "_armnn_schema__generated_8h.xhtml#a6c292bdf9476f0b0c779078ae22d2b09", null ],
    [ "VT_SCALEX", "_armnn_schema__generated_8h.xhtml#ae3ee808de777e1116f431d73799175cf", null ],
    [ "VT_SCALEY", "_armnn_schema__generated_8h.xhtml#a6f98f544d95be2f670fb2c09e6096ac7", null ],
    [ "VT_SHRINKAXISMASK", "_armnn_schema__generated_8h.xhtml#ab9246166fc5738a07adfb40e801c0db2", null ],
    [ "VT_STRIDE", "_armnn_schema__generated_8h.xhtml#a478c02ff24490b4c10ec0ecf7f7fa394", null ],
    [ "VT_STRIDEX", "_armnn_schema__generated_8h.xhtml#a8aaa844dec7004cfdf80c3c39cc5e5da", null ],
    [ "VT_STRIDEY", "_armnn_schema__generated_8h.xhtml#aa52118df4b682e6577e2474783a9fa78", null ],
    [ "VT_STRIDEZ", "_armnn_schema__generated_8h.xhtml#a30562b796ca29b78c9b564cea99dba37", null ],
    [ "VT_TARGETHEIGHT", "_armnn_schema__generated_8h.xhtml#aeff7b6773dc39e1405a1fd7c0802134d", null ],
    [ "VT_TARGETWIDTH", "_armnn_schema__generated_8h.xhtml#a90d47fc39fe9cba93c3af15bacb5e8c9", null ],
    [ "VT_TRANSPOSEWEIGHTSMATRIX", "_armnn_schema__generated_8h.xhtml#aadf56a38d96731a66e18063418df5751", null ],
    [ "VT_USEREGULARNMS", "_armnn_schema__generated_8h.xhtml#a3e828cece560ea3f92d941f75848b3da", null ],
    [ "VT_VARIANCE", "_armnn_schema__generated_8h.xhtml#aeb7d11964244bf9f337632aeefff77c8", null ],
    [ "VT_WEIGHTS", "_armnn_schema__generated_8h.xhtml#aa39f13691b56474cda2e3e686883cd8a", null ],
    [ "VT_WEIGHTSLAYOUTSCHEME", "_armnn_schema__generated_8h.xhtml#a704ccc138aef91ede3d78af8ef25866e", null ]
];