aboutsummaryrefslogtreecommitdiff
path: root/23.08/inherit_graph_86.svg
blob: 3d05f7d39003a8c06bf91dfab76e9b9d8a92796e (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
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.43.0 (0)
 -->
<!-- Title: Graphical Class Hierarchy Pages: 1 -->
<svg width="645pt" height="3207pt"
 viewBox="0.00 0.00 645.00 3206.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 3202.5)">
<title>Graphical Class Hierarchy</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-3202.5 641,-3202.5 641,4 -4,4"/>
<!-- Node0 -->
<g id="node1" class="node">
<title>Node0</title>
<g id="a_node1"><a xlink:href="classarmnn_1_1_i_connectable_layer.html" target="_top" xlink:title="Interface for a layer that is connectable to other layers via InputSlots and OutputSlots.">
<polygon fill="white" stroke="black" points="0,-1721 0,-1740 107,-1740 107,-1721 0,-1721"/>
<text text-anchor="middle" x="53.5" y="-1728" font-family="Helvetica,sans-Serif" font-size="10.00">IConnectableLayer</text>
</a>
</g>
</g>
<!-- Node1 -->
<g id="node2" class="node">
<title>Node1</title>
<g id="a_node2"><a xlink:href="classarmnn_1_1_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="143,-1721 143,-1740 187,-1740 187,-1721 143,-1721"/>
<text text-anchor="middle" x="165" y="-1728" font-family="Helvetica,sans-Serif" font-size="10.00">Layer</text>
</a>
</g>
</g>
<!-- Node0&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<title>Node0&#45;&gt;Node1</title>
<path fill="none" stroke="midnightblue" d="M117.13,-1730.5C126.41,-1730.5 135.37,-1730.5 142.93,-1730.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="117,-1727 107,-1730.5 117,-1734 117,-1727"/>
</g>
<!-- Node2 -->
<g id="node3" class="node">
<title>Node2</title>
<g id="a_node3"><a xlink:href="classarmnn_1_1_abs_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="298,-3179 298,-3198 360,-3198 360,-3179 298,-3179"/>
<text text-anchor="middle" x="329" y="-3186" font-family="Helvetica,sans-Serif" font-size="10.00">AbsLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M166.08,-1750.45C166.88,-1919.93 174.24,-3113.42 223,-3169.5 241.11,-3190.33 273.71,-3193.35 297.8,-3192.23"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.58,-1750.03 166.04,-1740.05 162.58,-1750.06 169.58,-1750.03"/>
</g>
<!-- Node3 -->
<g id="node4" class="node">
<title>Node3</title>
<g id="a_node4"><a xlink:href="classarmnn_1_1_bindable_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="286,-3141 286,-3160 372,-3160 372,-3141 286,-3141"/>
<text text-anchor="middle" x="329" y="-3148" font-family="Helvetica,sans-Serif" font-size="10.00">BindableLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge3" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M166.11,-1750.43C167.08,-1917.32 175.54,-3076.98 223,-3131.5 238.26,-3149.04 263.8,-3153.95 285.86,-3154.39"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.6,-1750.14 166.05,-1740.16 162.6,-1750.18 169.6,-1750.14"/>
</g>
<!-- Node6 -->
<g id="node7" class="node">
<title>Node6</title>
<g id="a_node7"><a xlink:href="classarmnn_1_1_cast_layer.html" target="_top" xlink:title="This layer represents a cast operation.">
<polygon fill="white" stroke="black" points="296.5,-3103 296.5,-3122 361.5,-3122 361.5,-3103 296.5,-3103"/>
<text text-anchor="middle" x="329" y="-3110" font-family="Helvetica,sans-Serif" font-size="10.00">CastLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<title>Node1&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M166.13,-1750.4C167.28,-1914.57 176.85,-3040.53 223,-3093.5 240.77,-3113.89 272.42,-3117.2 296.34,-3116.29"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.63,-1750.24 166.06,-1740.27 162.63,-1750.29 169.63,-1750.24"/>
</g>
<!-- Node7 -->
<g id="node8" class="node">
<title>Node7</title>
<g id="a_node8"><a xlink:href="classarmnn_1_1_constant_layer.html" target="_top" xlink:title="A layer that the constant data can be bound to.">
<polygon fill="white" stroke="black" points="285.5,-3065 285.5,-3084 372.5,-3084 372.5,-3065 285.5,-3065"/>
<text text-anchor="middle" x="329" y="-3072" font-family="Helvetica,sans-Serif" font-size="10.00">ConstantLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge7" class="edge">
<title>Node1&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M166.16,-1750.83C167.51,-1913.88 178.19,-3004.14 223,-3055.5 238.16,-3072.88 263.41,-3077.85 285.35,-3078.37"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.65,-1750.33 166.07,-1740.36 162.65,-1750.39 169.65,-1750.33"/>
</g>
<!-- Node8 -->
<g id="node9" class="node">
<title>Node8</title>
<g id="a_node9"><a xlink:href="classarmnn_1_1_convert_fp16_to_fp32_layer.html" target="_top" xlink:title="This layer converts data type Float 16 to Float 32.">
<polygon fill="white" stroke="black" points="259,-3027 259,-3046 399,-3046 399,-3027 259,-3027"/>
<text text-anchor="middle" x="329" y="-3034" font-family="Helvetica,sans-Serif" font-size="10.00">ConvertFp16ToFp32Layer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge8" class="edge">
<title>Node1&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M166.18,-1750.24C167.69,-1908.62 179.44,-2967.64 223,-3017.5 232.2,-3028.03 245.11,-3034.01 258.73,-3037.19"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.68,-1750.04 166.08,-1740.08 162.68,-1750.11 169.68,-1750.04"/>
</g>
<!-- Node9 -->
<g id="node10" class="node">
<title>Node9</title>
<g id="a_node10"><a xlink:href="classarmnn_1_1_convert_fp32_to_fp16_layer.html" target="_top" xlink:title="This layer converts data type Float 32 to Float 16.">
<polygon fill="white" stroke="black" points="259,-2989 259,-3008 399,-3008 399,-2989 259,-2989"/>
<text text-anchor="middle" x="329" y="-2996" font-family="Helvetica,sans-Serif" font-size="10.00">ConvertFp32ToFp16Layer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge9" class="edge">
<title>Node1&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M166.21,-1750.61C167.93,-1907.53 180.78,-2931.23 223,-2979.5 232.21,-2990.03 245.12,-2996 258.75,-2999.18"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.7,-1750.1 166.1,-1740.14 162.71,-1750.18 169.7,-1750.1"/>
</g>
<!-- Node10 -->
<g id="node11" class="node">
<title>Node10</title>
<g id="a_node11"><a xlink:href="classarmnn_1_1_debug_layer.html" target="_top" xlink:title="This layer visualizes the data flowing through the network.">
<polygon fill="white" stroke="black" points="291.5,-2951 291.5,-2970 366.5,-2970 366.5,-2951 291.5,-2951"/>
<text text-anchor="middle" x="329" y="-2958" font-family="Helvetica,sans-Serif" font-size="10.00">DebugLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node10 -->
<g id="edge10" class="edge">
<title>Node1&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M166.24,-1750.47C168.15,-1904.2 182.07,-2894.78 223,-2941.5 239.6,-2960.45 268.2,-2964.63 291.36,-2964.38"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.73,-1750.15 166.11,-1740.19 162.73,-1750.23 169.73,-1750.15"/>
</g>
<!-- Node11 -->
<g id="node12" class="node">
<title>Node11</title>
<g id="a_node12"><a xlink:href="classarmnn_1_1_dequantize_layer.html" target="_top" xlink:title="This layer dequantizes the input tensor.">
<polygon fill="white" stroke="black" points="279.5,-2913 279.5,-2932 378.5,-2932 378.5,-2913 279.5,-2913"/>
<text text-anchor="middle" x="329" y="-2920" font-family="Helvetica,sans-Serif" font-size="10.00">DequantizeLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node11 -->
<g id="edge11" class="edge">
<title>Node1&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M166.27,-1750.31C168.38,-1900.73 183.36,-2858.32 223,-2903.5 236.81,-2919.24 258.88,-2924.78 279.24,-2926.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.77,-1750.18 166.13,-1740.22 162.77,-1750.27 169.77,-1750.18"/>
</g>
<!-- Node12 -->
<g id="node13" class="node">
<title>Node12</title>
<g id="a_node13"><a xlink:href="classarmnn_1_1_elementwise_base_layer.html" target="_top" xlink:title="NOTE: this is an abstract class to encapsulate the element wise operations, it does not implement: st...">
<polygon fill="white" stroke="black" points="263.5,-2875 263.5,-2894 394.5,-2894 394.5,-2875 263.5,-2875"/>
<text text-anchor="middle" x="329" y="-2882" font-family="Helvetica,sans-Serif" font-size="10.00">ElementwiseBaseLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node12 -->
<g id="edge12" class="edge">
<title>Node1&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M166.3,-1750.56C168.64,-1898.99 184.68,-2821.9 223,-2865.5 233.27,-2877.19 248.11,-2883.25 263.41,-2886.12"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.8,-1750.19 166.14,-1740.24 162.8,-1750.3 169.8,-1750.19"/>
</g>
<!-- Node19 -->
<g id="node20" class="node">
<title>Node19</title>
<g id="a_node20"><a xlink:href="classarmnn_1_1_floor_layer.html" target="_top" xlink:title="This layer represents a floor operation.">
<polygon fill="white" stroke="black" points="295,-2837 295,-2856 363,-2856 363,-2837 295,-2837"/>
<text text-anchor="middle" x="329" y="-2844" font-family="Helvetica,sans-Serif" font-size="10.00">FloorLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node19 -->
<g id="edge19" class="edge">
<title>Node1&#45;&gt;Node19</title>
<path fill="none" stroke="midnightblue" d="M166.34,-1750.34C168.88,-1895.19 185.96,-2785.43 223,-2827.5 240.5,-2847.38 271.22,-2850.98 294.92,-2850.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.83,-1750.18 166.16,-1740.24 162.84,-1750.3 169.83,-1750.18"/>
</g>
<!-- Node20 -->
<g id="node21" class="node">
<title>Node20</title>
<g id="a_node21"><a xlink:href="classarmnn_1_1_gather_nd_layer.html" target="_top" xlink:title="This layer represents a GatherNd operator.">
<polygon fill="white" stroke="black" points="284,-2799 284,-2818 374,-2818 374,-2799 284,-2799"/>
<text text-anchor="middle" x="329" y="-2806" font-family="Helvetica,sans-Serif" font-size="10.00">GatherNdLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node20 -->
<g id="edge20" class="edge">
<title>Node1&#45;&gt;Node20</title>
<path fill="none" stroke="midnightblue" d="M166.38,-1750.52C169.15,-1892.99 187.28,-2749 223,-2789.5 237.89,-2806.38 262.3,-2811.52 283.83,-2812.26"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.87,-1750.16 166.18,-1740.23 162.87,-1750.29 169.87,-1750.16"/>
</g>
<!-- Node21 -->
<g id="node22" class="node">
<title>Node21</title>
<g id="a_node22"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-2749.5 268,-2779.5 390,-2779.5 390,-2749.5 268,-2749.5"/>
<text text-anchor="start" x="276" y="-2767.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-2756.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; Parameters &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node21 -->
<g id="edge21" class="edge">
<title>Node1&#45;&gt;Node21</title>
<path fill="none" stroke="midnightblue" d="M166.45,-1750.39C169.69,-1888.49 190.04,-2700.11 223,-2739.5 234.12,-2752.79 250.92,-2759.74 267.83,-2763.2"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.95,-1749.99 166.21,-1740.07 162.95,-1750.15 169.95,-1749.99"/>
</g>
<!-- Node22 -->
<g id="node23" class="node">
<title>Node22</title>
<g id="a_node23"><a xlink:href="classarmnn_1_1_map_layer.html" target="_top" xlink:title="This layer represents a memory copy operation.">
<polygon fill="white" stroke="black" points="296.5,-2711 296.5,-2730 361.5,-2730 361.5,-2711 296.5,-2711"/>
<text text-anchor="middle" x="329" y="-2718" font-family="Helvetica,sans-Serif" font-size="10.00">MapLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node22 -->
<g id="edge22" class="edge">
<title>Node1&#45;&gt;Node22</title>
<path fill="none" stroke="midnightblue" d="M166.47,-1750.08C169.76,-1884.32 190.25,-2664.55 223,-2701.5 240.94,-2721.74 272.57,-2725.07 296.44,-2724.2"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.97,-1749.93 166.22,-1740.02 162.97,-1750.1 169.97,-1749.93"/>
</g>
<!-- Node23 -->
<g id="node24" class="node">
<title>Node23</title>
<g id="a_node24"><a xlink:href="classarmnn_1_1_mem_copy_layer.html" target="_top" xlink:title="This layer represents a memory copy operation.">
<polygon fill="white" stroke="black" points="282.5,-2673 282.5,-2692 375.5,-2692 375.5,-2673 282.5,-2673"/>
<text text-anchor="middle" x="329" y="-2680" font-family="Helvetica,sans-Serif" font-size="10.00">MemCopyLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node23 -->
<g id="edge23" class="edge">
<title>Node1&#45;&gt;Node23</title>
<path fill="none" stroke="midnightblue" d="M165.77,-1750.47C164.49,-1879.55 160.29,-2592.91 223,-2663.5 237.58,-2679.91 261.16,-2685.2 282.28,-2686.15"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.28,-1750.16 165.88,-1740.13 162.28,-1750.09 169.28,-1750.16"/>
</g>
<!-- Node24 -->
<g id="node25" class="node">
<title>Node24</title>
<g id="a_node25"><a xlink:href="classarmnn_1_1_mem_import_layer.html" target="_top" xlink:title="This layer represents a memory import operation.">
<polygon fill="white" stroke="black" points="278.5,-2635 278.5,-2654 379.5,-2654 379.5,-2635 278.5,-2635"/>
<text text-anchor="middle" x="329" y="-2642" font-family="Helvetica,sans-Serif" font-size="10.00">MemImportLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node24 -->
<g id="edge24" class="edge">
<title>Node1&#45;&gt;Node24</title>
<path fill="none" stroke="midnightblue" d="M165.83,-1750.05C164.93,-1874.92 162.81,-2557.93 223,-2625.5 236.68,-2640.85 258.23,-2646.47 278.27,-2647.9"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.33,-1750.05 165.91,-1740.02 162.33,-1749.99 169.33,-1750.05"/>
</g>
<!-- Node25 -->
<g id="node26" class="node">
<title>Node25</title>
<g id="a_node26"><a xlink:href="classarmnn_1_1_merge_layer.html" target="_top" xlink:title="This layer dequantizes the input tensor.">
<polygon fill="white" stroke="black" points="292,-2597 292,-2616 366,-2616 366,-2597 292,-2597"/>
<text text-anchor="middle" x="329" y="-2604" font-family="Helvetica,sans-Serif" font-size="10.00">MergeLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node25 -->
<g id="edge25" class="edge">
<title>Node1&#45;&gt;Node25</title>
<path fill="none" stroke="midnightblue" d="M165.89,-1750.34C165.38,-1872.83 165.44,-2523.06 223,-2587.5 239.91,-2606.43 268.79,-2610.54 291.99,-2610.27"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.39,-1750.19 165.94,-1740.17 162.39,-1750.16 169.39,-1750.19"/>
</g>
<!-- Node26 -->
<g id="node27" class="node">
<title>Node26</title>
<g id="a_node27"><a xlink:href="classarmnn_1_1_prelu_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="295,-2559 295,-2578 363,-2578 363,-2559 295,-2559"/>
<text text-anchor="middle" x="329" y="-2566" font-family="Helvetica,sans-Serif" font-size="10.00">PreluLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node26 -->
<g id="edge26" class="edge">
<title>Node1&#45;&gt;Node26</title>
<path fill="none" stroke="midnightblue" d="M165.95,-1750.19C165.86,-1869.08 168,-2488.12 223,-2549.5 240.55,-2569.09 270.94,-2572.79 294.52,-2572.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.45,-1750.02 165.97,-1740.02 162.45,-1750.01 169.45,-1750.02"/>
</g>
<!-- Node27 -->
<g id="node28" class="node">
<title>Node27</title>
<g id="a_node28"><a xlink:href="classarmnn_1_1_quantized_lstm_layer.html" target="_top" xlink:title="This layer represents a QuantizedLstm operation.">
<polygon fill="white" stroke="black" points="270.5,-2521 270.5,-2540 387.5,-2540 387.5,-2521 270.5,-2521"/>
<text text-anchor="middle" x="329" y="-2528" font-family="Helvetica,sans-Serif" font-size="10.00">QuantizedLstmLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node27 -->
<g id="edge27" class="edge">
<title>Node1&#45;&gt;Node27</title>
<path fill="none" stroke="midnightblue" d="M166.02,-1750.35C166.35,-1866.32 170.6,-2453.22 223,-2511.5 234.95,-2524.79 252.81,-2530.76 270.43,-2533.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.52,-1750.1 166,-1740.1 162.52,-1750.11 169.52,-1750.1"/>
</g>
<!-- Node28 -->
<g id="node29" class="node">
<title>Node28</title>
<g id="a_node29"><a xlink:href="classarmnn_1_1_quantize_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="285.5,-2483 285.5,-2502 372.5,-2502 372.5,-2483 285.5,-2483"/>
<text text-anchor="middle" x="329" y="-2490" font-family="Helvetica,sans-Serif" font-size="10.00">QuantizeLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node28 -->
<g id="edge28" class="edge">
<title>Node1&#45;&gt;Node28</title>
<path fill="none" stroke="midnightblue" d="M166.1,-1750.42C166.87,-1863.19 173.19,-2418.31 223,-2473.5 238.39,-2490.55 263.51,-2495.54 285.32,-2496.16"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.6,-1750.13 166.04,-1740.16 162.6,-1750.18 169.6,-1750.13"/>
</g>
<!-- Node29 -->
<g id="node30" class="node">
<title>Node29</title>
<g id="a_node30"><a xlink:href="classarmnn_1_1_rank_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="295,-2445 295,-2464 363,-2464 363,-2445 295,-2445"/>
<text text-anchor="middle" x="329" y="-2452" font-family="Helvetica,sans-Serif" font-size="10.00">RankLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node29 -->
<g id="edge29" class="edge">
<title>Node1&#45;&gt;Node29</title>
<path fill="none" stroke="midnightblue" d="M166.19,-1750.42C167.42,-1859.69 175.76,-2383.37 223,-2435.5 240.66,-2454.99 271.04,-2458.71 294.59,-2458.15"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.69,-1750.13 166.08,-1740.17 162.69,-1750.2 169.69,-1750.13"/>
</g>
<!-- Node30 -->
<g id="node31" class="node">
<title>Node30</title>
<g id="a_node31"><a xlink:href="classarmnn_1_1_reverse_v2_layer.html" target="_top" xlink:title="This layer represents a ReverseV2 operation.">
<polygon fill="white" stroke="black" points="281,-2407 281,-2426 377,-2426 377,-2407 281,-2407"/>
<text text-anchor="middle" x="329" y="-2414" font-family="Helvetica,sans-Serif" font-size="10.00">ReverseV2Layer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node30 -->
<g id="edge30" class="edge">
<title>Node1&#45;&gt;Node30</title>
<path fill="none" stroke="midnightblue" d="M166.29,-1750.33C167.99,-1855.83 178.32,-2348.42 223,-2397.5 237.4,-2413.32 260.18,-2418.73 280.85,-2419.91"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.78,-1750.08 166.13,-1740.14 162.78,-1750.19 169.78,-1750.08"/>
</g>
<!-- Node31 -->
<g id="node32" class="node">
<title>Node31</title>
<g id="a_node32"><a xlink:href="classarmnn_1_1_rsqrt_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="294.5,-2369 294.5,-2388 363.5,-2388 363.5,-2369 294.5,-2369"/>
<text text-anchor="middle" x="329" y="-2376" font-family="Helvetica,sans-Serif" font-size="10.00">RsqrtLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node31 -->
<g id="edge31" class="edge">
<title>Node1&#45;&gt;Node31</title>
<path fill="none" stroke="midnightblue" d="M166.39,-1750.14C168.59,-1851.6 180.86,-2313.45 223,-2359.5 240.63,-2378.77 270.7,-2382.58 294.15,-2382.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.89,-1749.98 166.18,-1740.06 162.89,-1750.13 169.89,-1749.98"/>
</g>
<!-- Node32 -->
<g id="node33" class="node">
<title>Node32</title>
<g id="a_node33"><a xlink:href="classarmnn_1_1_shape_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="292,-2331 292,-2350 366,-2350 366,-2331 292,-2331"/>
<text text-anchor="middle" x="329" y="-2338" font-family="Helvetica,sans-Serif" font-size="10.00">ShapeLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node32 -->
<g id="edge32" class="edge">
<title>Node1&#45;&gt;Node32</title>
<path fill="none" stroke="midnightblue" d="M166.52,-1750.48C169.27,-1848.84 183.47,-2278.55 223,-2321.5 240.12,-2340.11 268.84,-2344.27 291.92,-2344.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="170.02,-1750.3 166.25,-1740.4 163.02,-1750.49 170.02,-1750.3"/>
</g>
<!-- Node33 -->
<g id="node34" class="node">
<title>Node33</title>
<g id="a_node34"><a xlink:href="classarmnn_1_1_switch_layer.html" target="_top" xlink:title="This layer calculates both true and false outputs for input.">
<polygon fill="white" stroke="black" points="291,-2293 291,-2312 367,-2312 367,-2293 291,-2293"/>
<text text-anchor="middle" x="329" y="-2300" font-family="Helvetica,sans-Serif" font-size="10.00">SwitchLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node33 -->
<g id="edge33" class="edge">
<title>Node1&#45;&gt;Node33</title>
<path fill="none" stroke="midnightblue" d="M166.66,-1750.36C169.95,-1844.59 186.01,-2243.57 223,-2283.5 239.93,-2301.78 268.06,-2306.09 290.94,-2306.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="170.15,-1750.09 166.31,-1740.21 163.15,-1750.33 170.15,-1750.09"/>
</g>
<!-- Node34 -->
<g id="node35" class="node">
<title>Node34</title>
<g id="a_node35"><a xlink:href="classarmnn_1_1_unmap_layer.html" target="_top" xlink:title="This layer represents a memory copy operation.">
<polygon fill="white" stroke="black" points="289.5,-2255 289.5,-2274 368.5,-2274 368.5,-2255 289.5,-2255"/>
<text text-anchor="middle" x="329" y="-2262" font-family="Helvetica,sans-Serif" font-size="10.00">UnmapLayer</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node34 -->
<g id="edge34" class="edge">
<title>Node1&#45;&gt;Node34</title>
<path fill="none" stroke="midnightblue" d="M166.82,-1750.41C170.7,-1840.68 188.56,-2208.61 223,-2245.5 239.62,-2263.31 266.87,-2267.83 289.45,-2268.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="170.31,-1750.25 166.39,-1740.4 163.32,-1750.54 170.31,-1750.25"/>
</g>
<!-- Node35 -->
<g id="node36" class="node">
<title>Node35</title>
<g id="a_node36"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="259.5,-2205.5 259.5,-2235.5 398.5,-2235.5 398.5,-2205.5 259.5,-2205.5"/>
<text text-anchor="start" x="267.5" y="-2223.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-2212.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ActivationDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node35 -->
<g id="edge35" class="edge">
<title>Node1&#45;&gt;Node35</title>
<path fill="none" stroke="midnightblue" d="M165.52,-1750.36C164.03,-1830.59 162.64,-2129.58 223,-2196.5 232.52,-2207.05 245.64,-2213.46 259.39,-2217.24"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.03,-1750.24 165.74,-1740.17 162.03,-1750.09 169.03,-1750.24"/>
</g>
<!-- Node37 -->
<g id="node38" class="node">
<title>Node37</title>
<g id="a_node38"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="256.5,-2156.5 256.5,-2186.5 401.5,-2186.5 401.5,-2156.5 256.5,-2156.5"/>
<text text-anchor="start" x="264.5" y="-2174.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-2163.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ArgMinMaxDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node37 -->
<g id="edge37" class="edge">
<title>Node1&#45;&gt;Node37</title>
<path fill="none" stroke="midnightblue" d="M165.84,-1750.63C165.68,-1825.76 169.04,-2088.52 223,-2147.5 231.84,-2157.16 243.69,-2163.33 256.25,-2167.2"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.34,-1750.26 165.89,-1740.24 162.34,-1750.22 169.34,-1750.26"/>
</g>
<!-- Node39 -->
<g id="node40" class="node">
<title>Node39</title>
<g id="a_node40"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="252,-2107.5 252,-2137.5 406,-2137.5 406,-2107.5 252,-2107.5"/>
<text text-anchor="start" x="260" y="-2125.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-2114.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; BatchMatMulDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node39 -->
<g id="edge39" class="edge">
<title>Node1&#45;&gt;Node39</title>
<path fill="none" stroke="midnightblue" d="M166.25,-1750.44C167.52,-1819.55 175.31,-2047.29 223,-2098.5 230.84,-2106.92 240.97,-2112.67 251.84,-2116.56"/>
<polygon fill="midnightblue" stroke="midnightblue" points="169.74,-1750.05 166.08,-1740.11 162.74,-1750.16 169.74,-1750.05"/>
</g>
<!-- Node41 -->
<g id="node42" class="node">
<title>Node41</title>
<g id="a_node42"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="236,-2058.5 236,-2088.5 422,-2088.5 422,-2058.5 236,-2058.5"/>
<text text-anchor="start" x="244" y="-2076.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-2065.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; BatchNormalizationDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node41 -->
<g id="edge41" class="edge">
<title>Node1&#45;&gt;Node41</title>
<path fill="none" stroke="midnightblue" d="M166.76,-1750.19C169.57,-1812.83 181.52,-2005.99 223,-2049.5 226.74,-2053.43 230.98,-2056.77 235.56,-2059.61"/>
<polygon fill="midnightblue" stroke="midnightblue" points="170.25,-1749.92 166.33,-1740.07 163.26,-1750.21 170.25,-1749.92"/>
</g>
<!-- Node43 -->
<g id="node44" class="node">
<title>Node43</title>
<g id="a_node44"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="244,-2009.5 244,-2039.5 414,-2039.5 414,-2009.5 244,-2009.5"/>
<text text-anchor="start" x="252" y="-2027.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-2016.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; BatchToSpaceNdDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node43 -->
<g id="edge43" class="edge">
<title>Node1&#45;&gt;Node43</title>
<path fill="none" stroke="midnightblue" d="M167.44,-1750.02C171.96,-1805.88 187.72,-1964.63 223,-2000.5 228.97,-2006.57 236.13,-2011.23 243.87,-2014.81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="170.93,-1749.72 166.66,-1740.02 163.95,-1750.26 170.93,-1749.72"/>
</g>
<!-- Node45 -->
<g id="node46" class="node">
<title>Node45</title>
<g id="a_node46"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="247.5,-1960.5 247.5,-1990.5 410.5,-1990.5 410.5,-1960.5 247.5,-1960.5"/>
<text text-anchor="start" x="255.5" y="-1978.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1967.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ChannelShuffleDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node45 -->
<g id="edge45" class="edge">
<title>Node1&#45;&gt;Node45</title>
<path fill="none" stroke="midnightblue" d="M168.46,-1750.23C174.92,-1798.99 193.94,-1923.24 223,-1951.5 229.9,-1958.21 238.28,-1963.2 247.25,-1966.88"/>
<polygon fill="midnightblue" stroke="midnightblue" points="171.89,-1749.52 167.15,-1740.05 164.95,-1750.42 171.89,-1749.52"/>
</g>
<!-- Node47 -->
<g id="node48" class="node">
<title>Node47</title>
<g id="a_node48"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="255,-1911.5 255,-1941.5 403,-1941.5 403,-1911.5 255,-1911.5"/>
<text text-anchor="start" x="263" y="-1929.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1918.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ComparisonDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node47 -->
<g id="edge47" class="edge">
<title>Node1&#45;&gt;Node47</title>
<path fill="none" stroke="midnightblue" d="M166.55,-1750.15C168.66,-1786 178.47,-1862.02 223,-1902.5 231.99,-1910.68 243.19,-1916.25 254.89,-1920.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="170.04,-1749.86 166.1,-1740.02 163.05,-1750.17 170.04,-1749.86"/>
</g>
<!-- Node49 -->
<g id="node50" class="node">
<title>Node49</title>
<g id="a_node50"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="249,-1862.5 249,-1892.5 409,-1892.5 409,-1862.5 249,-1862.5"/>
<text text-anchor="start" x="257" y="-1880.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1869.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; Convolution2dDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node49 -->
<g id="edge49" class="edge">
<title>Node1&#45;&gt;Node49</title>
<path fill="none" stroke="midnightblue" d="M169.54,-1750.26C175.54,-1777.74 190.37,-1827.07 223,-1853.5 230.63,-1859.68 239.54,-1864.33 248.9,-1867.83"/>
<polygon fill="midnightblue" stroke="midnightblue" points="172.94,-1749.39 167.54,-1740.27 166.07,-1750.76 172.94,-1749.39"/>
</g>
<!-- Node51 -->
<g id="node52" class="node">
<title>Node51</title>
<g id="a_node52"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="249,-1813.5 249,-1843.5 409,-1843.5 409,-1813.5 249,-1813.5"/>
<text text-anchor="start" x="257" y="-1831.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1820.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; Convolution3dDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node51 -->
<g id="edge51" class="edge">
<title>Node1&#45;&gt;Node51</title>
<path fill="none" stroke="midnightblue" d="M175.49,-1749.2C185.12,-1766.26 201.65,-1790.83 223,-1804.5 230.87,-1809.54 239.68,-1813.53 248.75,-1816.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="178.44,-1747.31 170.62,-1740.17 172.28,-1750.63 178.44,-1747.31"/>
</g>
<!-- Node53 -->
<g id="node54" class="node">
<title>Node53</title>
<g id="a_node54"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="250,-1764.5 250,-1794.5 408,-1794.5 408,-1764.5 250,-1764.5"/>
<text text-anchor="start" x="258" y="-1782.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1771.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; DepthToSpaceDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node53 -->
<g id="edge53" class="edge">
<title>Node1&#45;&gt;Node53</title>
<path fill="none" stroke="midnightblue" d="M194.64,-1744.32C203.59,-1748.29 213.58,-1752.39 223,-1755.5 232.94,-1758.78 243.56,-1761.78 254.08,-1764.46"/>
<polygon fill="midnightblue" stroke="midnightblue" points="195.98,-1741.08 185.43,-1740.11 193.07,-1747.45 195.98,-1741.08"/>
</g>
<!-- Node55 -->
<g id="node56" class="node">
<title>Node55</title>
<g id="a_node56"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="223,-1715.5 223,-1745.5 435,-1745.5 435,-1715.5 223,-1715.5"/>
<text text-anchor="start" x="231" y="-1733.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1722.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; DepthwiseConvolution2dDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node55 -->
<g id="edge55" class="edge">
<title>Node1&#45;&gt;Node55</title>
<path fill="none" stroke="midnightblue" d="M197.33,-1730.5C205,-1730.5 213.65,-1730.5 222.74,-1730.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="197.18,-1727 187.18,-1730.5 197.18,-1734 197.18,-1727"/>
</g>
<!-- Node57 -->
<g id="node58" class="node">
<title>Node57</title>
<g id="a_node58"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="231.5,-1666.5 231.5,-1696.5 426.5,-1696.5 426.5,-1666.5 231.5,-1666.5"/>
<text text-anchor="start" x="239.5" y="-1684.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1673.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; DetectionPostProcessDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node57 -->
<g id="edge57" class="edge">
<title>Node1&#45;&gt;Node57</title>
<path fill="none" stroke="midnightblue" d="M195.85,-1716.84C204.5,-1713.18 214.03,-1709.43 223,-1706.5 234.13,-1702.86 246.09,-1699.51 257.8,-1696.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="194.31,-1713.69 186.53,-1720.89 197.1,-1720.11 194.31,-1713.69"/>
</g>
<!-- Node59 -->
<g id="node60" class="node">
<title>Node59</title>
<g id="a_node60"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="237,-1617.5 237,-1647.5 421,-1647.5 421,-1617.5 237,-1617.5"/>
<text text-anchor="start" x="245" y="-1635.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1624.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ElementwiseBinaryDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node59 -->
<g id="edge59" class="edge">
<title>Node1&#45;&gt;Node59</title>
<path fill="none" stroke="midnightblue" d="M175.58,-1712.09C185.28,-1695.3 201.85,-1671.08 223,-1657.5 229.07,-1653.6 235.69,-1650.31 242.56,-1647.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="172.43,-1710.54 170.68,-1720.99 178.57,-1713.92 172.43,-1710.54"/>
</g>
<!-- Node61 -->
<g id="node62" class="node">
<title>Node61</title>
<g id="a_node62"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="238,-1568.5 238,-1598.5 420,-1598.5 420,-1568.5 238,-1568.5"/>
<text text-anchor="start" x="246" y="-1586.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1575.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ElementwiseUnaryDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node61 -->
<g id="edge61" class="edge">
<title>Node1&#45;&gt;Node61</title>
<path fill="none" stroke="midnightblue" d="M169.62,-1710.94C175.71,-1683.73 190.66,-1634.85 223,-1608.5 227.72,-1604.65 232.94,-1601.38 238.44,-1598.6"/>
<polygon fill="midnightblue" stroke="midnightblue" points="166.17,-1710.33 167.59,-1720.83 173.03,-1711.74 166.17,-1710.33"/>
</g>
<!-- Node63 -->
<g id="node64" class="node">
<title>Node63</title>
<g id="a_node64"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="242.5,-1519.5 242.5,-1549.5 415.5,-1549.5 415.5,-1519.5 242.5,-1519.5"/>
<text text-anchor="start" x="250.5" y="-1537.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1526.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; FakeQuantizationDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node63 -->
<g id="edge63" class="edge">
<title>Node1&#45;&gt;Node63</title>
<path fill="none" stroke="midnightblue" d="M166.65,-1710.49C168.95,-1674.71 179.06,-1599.74 223,-1559.5 228.74,-1554.25 235.37,-1550.04 242.46,-1546.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="163.15,-1710.48 166.15,-1720.64 170.14,-1710.83 163.15,-1710.48"/>
</g>
<!-- Node65 -->
<g id="node66" class="node">
<title>Node65</title>
<g id="a_node66"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-1470.5 268,-1500.5 390,-1500.5 390,-1470.5 268,-1470.5"/>
<text text-anchor="start" x="276" y="-1488.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1477.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; FillDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node65 -->
<g id="edge65" class="edge">
<title>Node1&#45;&gt;Node65</title>
<path fill="none" stroke="midnightblue" d="M168.49,-1710.87C175.02,-1662.37 194.18,-1538.76 223,-1510.5 235.04,-1498.69 251.6,-1492.1 268,-1488.51"/>
<polygon fill="midnightblue" stroke="midnightblue" points="164.99,-1710.63 167.16,-1721 171.93,-1711.54 164.99,-1710.63"/>
</g>
<!-- Node67 -->
<g id="node68" class="node">
<title>Node67</title>
<g id="a_node68"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="247,-1421.5 247,-1451.5 411,-1451.5 411,-1421.5 247,-1421.5"/>
<text text-anchor="start" x="255" y="-1439.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1428.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; FullyConnectedDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node67 -->
<g id="edge67" class="edge">
<title>Node1&#45;&gt;Node67</title>
<path fill="none" stroke="midnightblue" d="M167.5,-1710.69C172.13,-1654.75 188.07,-1497.31 223,-1461.5 229.74,-1454.59 238.01,-1449.45 246.94,-1445.65"/>
<polygon fill="midnightblue" stroke="midnightblue" points="164,-1710.49 166.7,-1720.74 170.98,-1711.04 164,-1710.49"/>
</g>
<!-- Node69 -->
<g id="node70" class="node">
<title>Node69</title>
<g id="a_node70"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-1372.5 268,-1402.5 390,-1402.5 390,-1372.5 268,-1372.5"/>
<text text-anchor="start" x="276" y="-1390.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1379.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; GatherDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node69 -->
<g id="edge69" class="edge">
<title>Node1&#45;&gt;Node69</title>
<path fill="none" stroke="midnightblue" d="M166.78,-1710.89C169.68,-1648.49 181.83,-1456.05 223,-1412.5 234.71,-1400.11 251.37,-1393.37 267.97,-1389.82"/>
<polygon fill="midnightblue" stroke="midnightblue" points="163.28,-1710.82 166.35,-1720.96 170.28,-1711.12 163.28,-1710.82"/>
</g>
<!-- Node71 -->
<g id="node72" class="node">
<title>Node71</title>
<g id="a_node72"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="229,-1323.5 229,-1353.5 429,-1353.5 429,-1323.5 229,-1323.5"/>
<text text-anchor="start" x="237" y="-1341.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1330.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; InstanceNormalizationDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node71 -->
<g id="edge71" class="edge">
<title>Node1&#45;&gt;Node71</title>
<path fill="none" stroke="midnightblue" d="M166.27,-1710.62C167.62,-1641.76 175.65,-1414.78 223,-1363.5 226.43,-1359.78 230.31,-1356.57 234.5,-1353.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.77,-1710.87 166.1,-1720.92 169.77,-1710.98 162.77,-1710.87"/>
</g>
<!-- Node73 -->
<g id="node74" class="node">
<title>Node73</title>
<g id="a_node74"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="244,-1274.5 244,-1304.5 414,-1304.5 414,-1274.5 244,-1274.5"/>
<text text-anchor="start" x="252" y="-1292.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1281.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; L2NormalizationDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node73 -->
<g id="edge73" class="edge">
<title>Node1&#45;&gt;Node73</title>
<path fill="none" stroke="midnightblue" d="M165.87,-1710.44C165.79,-1635.54 169.43,-1373.57 223,-1314.5 228.85,-1308.05 236.04,-1303.11 243.9,-1299.36"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.37,-1710.8 165.9,-1720.79 169.37,-1710.78 162.37,-1710.8"/>
</g>
<!-- Node75 -->
<g id="node76" class="node">
<title>Node75</title>
<g id="a_node76"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="251.5,-1225.5 251.5,-1255.5 406.5,-1255.5 406.5,-1225.5 251.5,-1225.5"/>
<text text-anchor="start" x="259.5" y="-1243.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1232.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; LogicalBinaryDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node75 -->
<g id="edge75" class="edge">
<title>Node1&#45;&gt;Node75</title>
<path fill="none" stroke="midnightblue" d="M165.55,-1710.69C164.14,-1630.7 163.06,-1332.54 223,-1265.5 230.62,-1256.98 240.57,-1251.1 251.31,-1247.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.05,-1710.93 165.75,-1720.86 169.05,-1710.79 162.05,-1710.93"/>
</g>
<!-- Node77 -->
<g id="node78" class="node">
<title>Node77</title>
<g id="a_node78"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="255.5,-1176.5 255.5,-1206.5 402.5,-1206.5 402.5,-1176.5 255.5,-1176.5"/>
<text text-anchor="start" x="263.5" y="-1194.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1183.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; LogSoftmaxDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node77 -->
<g id="edge77" class="edge">
<title>Node1&#45;&gt;Node77</title>
<path fill="none" stroke="midnightblue" d="M166.88,-1710.39C171.01,-1620.02 189.68,-1254.2 223,-1216.5 231.56,-1206.81 243.14,-1200.53 255.48,-1196.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="163.37,-1710.49 166.42,-1720.64 170.36,-1710.8 163.37,-1710.49"/>
</g>
<!-- Node79 -->
<g id="node80" class="node">
<title>Node79</title>
<g id="a_node80"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-1127.5 268,-1157.5 390,-1157.5 390,-1127.5 268,-1127.5"/>
<text text-anchor="start" x="276" y="-1145.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1134.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; LstmDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node79 -->
<g id="edge79" class="edge">
<title>Node1&#45;&gt;Node79</title>
<path fill="none" stroke="midnightblue" d="M166.67,-1710.61C170.03,-1615.42 186.47,-1209.23 223,-1167.5 234.35,-1154.53 251.11,-1147.65 267.91,-1144.16"/>
<polygon fill="midnightblue" stroke="midnightblue" points="163.17,-1710.52 166.32,-1720.63 170.16,-1710.76 163.17,-1710.52"/>
</g>
<!-- Node82 -->
<g id="node83" class="node">
<title>Node82</title>
<g id="a_node83"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-1078.5 268,-1108.5 390,-1108.5 390,-1078.5 268,-1078.5"/>
<text text-anchor="start" x="276" y="-1096.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1085.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; MeanDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node82 -->
<g id="edge82" class="edge">
<title>Node1&#45;&gt;Node82</title>
<path fill="none" stroke="midnightblue" d="M166.5,-1710.49C169.19,-1610.1 183.3,-1164.23 223,-1118.5 234.3,-1105.48 251.04,-1098.59 267.85,-1095.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.99,-1710.66 166.23,-1720.75 169.99,-1710.84 162.99,-1710.66"/>
</g>
<!-- Node84 -->
<g id="node85" class="node">
<title>Node84</title>
<g id="a_node85"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="250,-1029.5 250,-1059.5 408,-1059.5 408,-1029.5 250,-1029.5"/>
<text text-anchor="start" x="258" y="-1047.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-1036.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; NormalizationDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node84 -->
<g id="edge84" class="edge">
<title>Node1&#45;&gt;Node84</title>
<path fill="none" stroke="midnightblue" d="M166.35,-1710.89C168.36,-1606.55 180.05,-1119.32 223,-1069.5 230.22,-1061.13 239.69,-1055.29 249.99,-1051.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.85,-1710.91 166.16,-1720.97 169.84,-1711.04 162.85,-1710.91"/>
</g>
<!-- Node86 -->
<g id="node87" class="node">
<title>Node86</title>
<g id="a_node87"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="267,-980.5 267,-1010.5 391,-1010.5 391,-980.5 267,-980.5"/>
<text text-anchor="start" x="275" y="-998.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-987.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; OriginsDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node86 -->
<g id="edge86" class="edge">
<title>Node1&#45;&gt;Node86</title>
<path fill="none" stroke="midnightblue" d="M166.23,-1710.48C167.66,-1600.66 176.9,-1074.29 223,-1020.5 234.04,-1007.62 250.39,-1000.73 266.93,-997.19"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.72,-1710.74 166.1,-1720.79 169.72,-1710.83 162.72,-1710.74"/>
</g>
<!-- Node88 -->
<g id="node89" class="node">
<title>Node88</title>
<g id="a_node89"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-931.5 268,-961.5 390,-961.5 390,-931.5 268,-931.5"/>
<text text-anchor="start" x="276" y="-949.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-938.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; PadDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node88 -->
<g id="edge88" class="edge">
<title>Node1&#45;&gt;Node88</title>
<path fill="none" stroke="midnightblue" d="M166.12,-1710.9C166.96,-1597.57 173.63,-1029.4 223,-971.5 234.25,-958.31 251.07,-951.39 267.98,-947.93"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.62,-1710.9 166.05,-1720.92 169.62,-1710.95 162.62,-1710.9"/>
</g>
<!-- Node90 -->
<g id="node91" class="node">
<title>Node90</title>
<g id="a_node91"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="263.5,-882.5 263.5,-912.5 394.5,-912.5 394.5,-882.5 263.5,-882.5"/>
<text text-anchor="start" x="271.5" y="-900.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-889.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; PermuteDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node90 -->
<g id="edge90" class="edge">
<title>Node1&#45;&gt;Node90</title>
<path fill="none" stroke="midnightblue" d="M166.02,-1710.75C166.32,-1592.78 170.44,-984.43 223,-922.5 233.19,-910.5 247.99,-903.68 263.29,-899.94"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.52,-1710.85 166,-1720.86 169.52,-1710.87 162.52,-1710.85"/>
</g>
<!-- Node92 -->
<g id="node93" class="node">
<title>Node92</title>
<g id="a_node93"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="260.5,-833.5 260.5,-863.5 397.5,-863.5 397.5,-833.5 260.5,-833.5"/>
<text text-anchor="start" x="268.5" y="-851.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-840.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; Pooling2dDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node92 -->
<g id="edge92" class="edge">
<title>Node1&#45;&gt;Node92</title>
<path fill="none" stroke="midnightblue" d="M165.94,-1710.7C165.72,-1588.46 167.22,-939.49 223,-873.5 232.5,-862.27 246.04,-855.57 260.26,-851.69"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.44,-1710.86 165.96,-1720.85 169.44,-1710.84 162.44,-1710.86"/>
</g>
<!-- Node94 -->
<g id="node95" class="node">
<title>Node94</title>
<g id="a_node95"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="260.5,-784.5 260.5,-814.5 397.5,-814.5 397.5,-784.5 260.5,-784.5"/>
<text text-anchor="start" x="268.5" y="-802.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-791.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; Pooling3dDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node94 -->
<g id="edge94" class="edge">
<title>Node1&#45;&gt;Node94</title>
<path fill="none" stroke="midnightblue" d="M165.86,-1710.76C165.15,-1584.61 163.99,-894.57 223,-824.5 232.48,-813.25 246.01,-806.55 260.23,-802.66"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.36,-1710.91 165.92,-1720.89 169.36,-1710.86 162.36,-1710.91"/>
</g>
<!-- Node96 -->
<g id="node97" class="node">
<title>Node96</title>
<g id="a_node97"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="253,-735.5 253,-765.5 405,-765.5 405,-735.5 253,-735.5"/>
<text text-anchor="start" x="261" y="-753.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-742.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; PreCompiledDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node96 -->
<g id="edge96" class="edge">
<title>Node1&#45;&gt;Node96</title>
<path fill="none" stroke="midnightblue" d="M165.79,-1710.91C164.61,-1581.25 160.74,-849.67 223,-775.5 230.83,-766.17 241.45,-759.97 252.95,-755.9"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.3,-1711 165.89,-1720.97 169.29,-1710.93 162.3,-1711"/>
</g>
<!-- Node98 -->
<g id="node99" class="node">
<title>Node98</title>
<g id="a_node99"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-686.5 268,-716.5 390,-716.5 390,-686.5 268,-686.5"/>
<text text-anchor="start" x="276" y="-704.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-693.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; QLstmDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node98 -->
<g id="edge98" class="edge">
<title>Node1&#45;&gt;Node98</title>
<path fill="none" stroke="midnightblue" d="M166.46,-1710.71C169.71,-1573.29 190.2,-765.69 223,-726.5 234.13,-713.21 250.92,-706.26 267.83,-702.8"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.95,-1710.9 166.22,-1720.98 169.95,-1711.06 162.95,-1710.9"/>
</g>
<!-- Node100 -->
<g id="node101" class="node">
<title>Node100</title>
<g id="a_node101"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="266.5,-637.5 266.5,-667.5 391.5,-667.5 391.5,-637.5 266.5,-637.5"/>
<text text-anchor="start" x="274.5" y="-655.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-644.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ReduceDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node100 -->
<g id="edge100" class="edge">
<title>Node1&#45;&gt;Node100</title>
<path fill="none" stroke="midnightblue" d="M166.41,-1710.62C169.37,-1569.09 188.59,-718.73 223,-677.5 233.81,-664.55 249.99,-657.62 266.44,-654.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.9,-1710.77 166.19,-1720.84 169.9,-1710.91 162.9,-1710.77"/>
</g>
<!-- Node102 -->
<g id="node103" class="node">
<title>Node102</title>
<g id="a_node103"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="263.5,-588.5 263.5,-618.5 394.5,-618.5 394.5,-588.5 263.5,-588.5"/>
<text text-anchor="start" x="271.5" y="-606.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-595.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ReshapeDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node102 -->
<g id="edge102" class="edge">
<title>Node1&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M166.36,-1710.59C169.04,-1565.22 186.97,-671.77 223,-628.5 233.13,-616.33 248.02,-609.47 263.41,-605.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.85,-1710.66 166.17,-1720.72 169.85,-1710.79 162.85,-1710.66"/>
</g>
<!-- Node104 -->
<g id="node105" class="node">
<title>Node104</title>
<g id="a_node105"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-539.5 268,-569.5 390,-569.5 390,-539.5 268,-539.5"/>
<text text-anchor="start" x="276" y="-557.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-546.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ResizeDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node104 -->
<g id="edge104" class="edge">
<title>Node1&#45;&gt;Node104</title>
<path fill="none" stroke="midnightblue" d="M166.31,-1710.64C168.72,-1561.74 185.34,-624.82 223,-579.5 234.08,-566.17 250.86,-559.21 267.77,-555.75"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.81,-1710.91 166.15,-1720.97 169.8,-1711.02 162.81,-1710.91"/>
</g>
<!-- Node106 -->
<g id="node107" class="node">
<title>Node106</title>
<g id="a_node107"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-490.5 268,-520.5 390,-520.5 390,-490.5 268,-490.5"/>
<text text-anchor="start" x="276" y="-508.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-497.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; SliceDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node106 -->
<g id="edge106" class="edge">
<title>Node1&#45;&gt;Node106</title>
<path fill="none" stroke="midnightblue" d="M166.27,-1710.73C168.41,-1558.55 183.71,-577.88 223,-530.5 234.06,-517.16 250.84,-510.19 267.76,-506.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.77,-1710.86 166.13,-1720.91 169.76,-1710.96 162.77,-1710.86"/>
</g>
<!-- Node108 -->
<g id="node109" class="node">
<title>Node108</title>
<g id="a_node109"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="264,-441.5 264,-471.5 394,-471.5 394,-441.5 264,-441.5"/>
<text text-anchor="start" x="272" y="-459.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-448.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; SoftmaxDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node108 -->
<g id="edge108" class="edge">
<title>Node1&#45;&gt;Node108</title>
<path fill="none" stroke="midnightblue" d="M166.23,-1710.41C168.14,-1553.64 182.11,-530.9 223,-481.5 233.21,-469.16 248.32,-462.27 263.91,-458.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.73,-1710.83 166.11,-1720.87 169.73,-1710.91 162.73,-1710.83"/>
</g>
<!-- Node110 -->
<g id="node111" class="node">
<title>Node110</title>
<g id="a_node111"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="244,-392.5 244,-422.5 414,-422.5 414,-392.5 244,-392.5"/>
<text text-anchor="start" x="252" y="-410.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-399.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; SpaceToBatchNdDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node110 -->
<g id="edge110" class="edge">
<title>Node1&#45;&gt;Node110</title>
<path fill="none" stroke="midnightblue" d="M166.2,-1710.61C167.85,-1551.03 180.47,-483.98 223,-432.5 228.61,-425.71 235.7,-420.57 243.53,-416.7"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.69,-1710.82 166.09,-1720.85 169.69,-1710.89 162.69,-1710.82"/>
</g>
<!-- Node112 -->
<g id="node113" class="node">
<title>Node112</title>
<g id="a_node113"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="250,-343.5 250,-373.5 408,-373.5 408,-343.5 250,-343.5"/>
<text text-anchor="start" x="258" y="-361.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-350.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; SpaceToDepthDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node112 -->
<g id="edge112" class="edge">
<title>Node1&#45;&gt;Node112</title>
<path fill="none" stroke="midnightblue" d="M166.16,-1710.85C167.57,-1548.77 178.82,-437.06 223,-383.5 230.09,-374.9 239.56,-368.95 249.92,-364.87"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.66,-1710.83 166.08,-1720.86 169.66,-1710.89 162.66,-1710.83"/>
</g>
<!-- Node114 -->
<g id="node115" class="node">
<title>Node114</title>
<g id="a_node115"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-294.5 268,-324.5 390,-324.5 390,-294.5 268,-294.5"/>
<text text-anchor="start" x="276" y="-312.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-301.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; StackDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node114 -->
<g id="edge114" class="edge">
<title>Node1&#45;&gt;Node114</title>
<path fill="none" stroke="midnightblue" d="M166.13,-1710.66C167.32,-1544.53 177.21,-390.1 223,-334.5 234.08,-321.05 250.97,-314.07 267.98,-310.64"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.63,-1710.86 166.06,-1720.88 169.63,-1710.9 162.63,-1710.86"/>
</g>
<!-- Node116 -->
<g id="node117" class="node">
<title>Node116</title>
<g id="a_node117"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="266,-245.5 266,-275.5 392,-275.5 392,-245.5 266,-245.5"/>
<text text-anchor="start" x="274" y="-263.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-252.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; StandInDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node116 -->
<g id="edge116" class="edge">
<title>Node1&#45;&gt;Node116</title>
<path fill="none" stroke="midnightblue" d="M166.1,-1710.74C167.07,-1541.67 175.58,-343.17 223,-285.5 233.59,-272.62 249.51,-265.67 265.77,-262.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.6,-1710.9 166.05,-1720.92 169.6,-1710.94 162.6,-1710.9"/>
</g>
<!-- Node118 -->
<g id="node119" class="node">
<title>Node118</title>
<g id="a_node119"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="255.5,-196.5 255.5,-226.5 402.5,-226.5 402.5,-196.5 255.5,-196.5"/>
<text text-anchor="start" x="263.5" y="-214.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-203.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; StridedSliceDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node118 -->
<g id="edge118" class="edge">
<title>Node1&#45;&gt;Node118</title>
<path fill="none" stroke="midnightblue" d="M166.08,-1710.86C166.83,-1539.05 173.93,-296.24 223,-236.5 231.33,-226.36 242.95,-219.9 255.44,-215.86"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.58,-1710.97 166.03,-1720.98 169.58,-1711 162.58,-1710.97"/>
</g>
<!-- Node120 -->
<g id="node121" class="node">
<title>Node120</title>
<g id="a_node121"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-147.5 268,-177.5 390,-177.5 390,-147.5 268,-147.5"/>
<text text-anchor="start" x="276" y="-165.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-154.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; TileDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node120 -->
<g id="edge120" class="edge">
<title>Node1&#45;&gt;Node120</title>
<path fill="none" stroke="midnightblue" d="M166.05,-1710.49C166.6,-1534.06 172.34,-249.26 223,-187.5 234.05,-174.03 250.93,-167.04 267.95,-163.61"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.55,-1710.66 166.02,-1720.67 169.55,-1710.68 162.55,-1710.66"/>
</g>
<!-- Node122 -->
<g id="node123" class="node">
<title>Node122</title>
<g id="a_node123"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="224.5,-98.5 224.5,-128.5 433.5,-128.5 433.5,-98.5 224.5,-98.5"/>
<text text-anchor="start" x="232.5" y="-116.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-105.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; TransposeConvolution2dDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node122 -->
<g id="edge122" class="edge">
<title>Node1&#45;&gt;Node122</title>
<path fill="none" stroke="midnightblue" d="M166.03,-1710.68C166.37,-1531.87 170.69,-202.35 223,-138.5 226.09,-134.73 229.63,-131.47 233.51,-128.65"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.53,-1710.76 166.01,-1720.76 169.53,-1710.77 162.53,-1710.76"/>
</g>
<!-- Node124 -->
<g id="node125" class="node">
<title>Node124</title>
<g id="a_node125"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="260,-49.5 260,-79.5 398,-79.5 398,-49.5 260,-49.5"/>
<text text-anchor="start" x="268" y="-67.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-56.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; TransposeDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node124 -->
<g id="edge124" class="edge">
<title>Node1&#45;&gt;Node124</title>
<path fill="none" stroke="midnightblue" d="M166.01,-1710.63C166.16,-1528.57 169.06,-155.41 223,-89.5 232.26,-78.19 245.62,-71.45 259.73,-67.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.51,-1710.87 166,-1720.87 169.51,-1710.87 162.51,-1710.87"/>
</g>
<!-- Node126 -->
<g id="node127" class="node">
<title>Node126</title>
<g id="a_node127"><a xlink:href="classarmnn_1_1_layer_with_parameters.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="268,-0.5 268,-30.5 390,-30.5 390,-0.5 268,-0.5"/>
<text text-anchor="start" x="276" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">LayerWithParameters</text>
<text text-anchor="middle" x="329" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">&lt; ViewsDescriptor &gt;</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node126 -->
<g id="edge126" class="edge">
<title>Node1&#45;&gt;Node126</title>
<path fill="none" stroke="midnightblue" d="M165.99,-1710.88C165.94,-1526.86 167.4,-108.5 223,-40.5 234.03,-27.01 250.9,-20.02 267.92,-16.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="162.49,-1711 165.99,-1721 169.49,-1710.99 162.49,-1711"/>
</g>
<!-- Node4 -->
<g id="node5" class="node">
<title>Node4</title>
<g id="a_node5"><a xlink:href="classarmnn_1_1_input_layer.html" target="_top" xlink:title="A layer user&#45;provided data can be bound to (e.g. inputs, outputs).">
<polygon fill="white" stroke="black" points="520,-3160 520,-3179 588,-3179 588,-3160 520,-3160"/>
<text text-anchor="middle" x="554" y="-3167" font-family="Helvetica,sans-Serif" font-size="10.00">InputLayer</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M382.36,-3154.96C424.82,-3158.58 483.38,-3163.57 519.69,-3166.66"/>
<polygon fill="midnightblue" stroke="midnightblue" points="382.47,-3151.46 372.21,-3154.1 381.87,-3158.43 382.47,-3151.46"/>
</g>
<!-- Node5 -->
<g id="node6" class="node">
<title>Node5</title>
<g id="a_node6"><a xlink:href="classarmnn_1_1_output_layer.html" target="_top" xlink:title="A layer user&#45;provided data can be bound to (e.g. inputs, outputs).">
<polygon fill="white" stroke="black" points="515.5,-3122 515.5,-3141 592.5,-3141 592.5,-3122 515.5,-3122"/>
<text text-anchor="middle" x="554" y="-3129" font-family="Helvetica,sans-Serif" font-size="10.00">OutputLayer</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge5" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M382.25,-3146.05C423.09,-3142.57 478.89,-3137.81 515.42,-3134.7"/>
<polygon fill="midnightblue" stroke="midnightblue" points="381.87,-3142.57 372.21,-3146.9 382.47,-3149.54 381.87,-3142.57"/>
</g>
<!-- Node13 -->
<g id="node14" class="node">
<title>Node13</title>
<g id="a_node14"><a xlink:href="classarmnn_1_1_addition_layer.html" target="_top" xlink:title="This layer represents an addition operation.">
<polygon fill="white" stroke="black" points="512,-2970 512,-2989 596,-2989 596,-2970 512,-2970"/>
<text text-anchor="middle" x="554" y="-2977" font-family="Helvetica,sans-Serif" font-size="10.00">AdditionLayer</text>
</a>
</g>
</g>
<!-- Node12&#45;&gt;Node13 -->
<g id="edge13" class="edge">
<title>Node12&#45;&gt;Node13</title>
<path fill="none" stroke="midnightblue" d="M404.56,-2890.03C415.36,-2893.04 425.89,-2897.35 435,-2903.5 459.84,-2920.25 446.57,-2943.15 471,-2960.5 482.79,-2968.88 497.73,-2973.62 511.61,-2976.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="405.14,-2886.57 394.6,-2887.62 403.49,-2893.37 405.14,-2886.57"/>
</g>
<!-- Node14 -->
<g id="node15" class="node">
<title>Node14</title>
<g id="a_node15"><a xlink:href="classarmnn_1_1_division_layer.html" target="_top" xlink:title="This layer represents a division operation.">
<polygon fill="white" stroke="black" points="512.5,-2932 512.5,-2951 595.5,-2951 595.5,-2932 512.5,-2932"/>
<text text-anchor="middle" x="554" y="-2939" font-family="Helvetica,sans-Serif" font-size="10.00">DivisionLayer</text>
</a>
</g>
</g>
<!-- Node12&#45;&gt;Node14 -->
<g id="edge14" class="edge">
<title>Node12&#45;&gt;Node14</title>
<path fill="none" stroke="midnightblue" d="M404.55,-2895.06C414.91,-2897.37 425.31,-2900.16 435,-2903.5 452.1,-2909.4 454.05,-2916.18 471,-2922.5 484.15,-2927.4 498.96,-2931.29 512.35,-2934.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="405.16,-2891.61 394.66,-2892.98 403.73,-2898.46 405.16,-2891.61"/>
</g>
<!-- Node15 -->
<g id="node16" class="node">
<title>Node15</title>
<g id="a_node16"><a xlink:href="classarmnn_1_1_maximum_layer.html" target="_top" xlink:title="This layer represents a maximum operation.">
<polygon fill="white" stroke="black" points="507.5,-2894 507.5,-2913 600.5,-2913 600.5,-2894 507.5,-2894"/>
<text text-anchor="middle" x="554" y="-2901" font-family="Helvetica,sans-Serif" font-size="10.00">MaximumLayer</text>
</a>
</g>
</g>
<!-- Node12&#45;&gt;Node15 -->
<g id="edge15" class="edge">
<title>Node12&#45;&gt;Node15</title>
<path fill="none" stroke="midnightblue" d="M404.86,-2890.88C438.83,-2893.77 477.91,-2897.1 507.4,-2899.61"/>
<polygon fill="midnightblue" stroke="midnightblue" points="404.76,-2887.36 394.5,-2890 404.17,-2894.33 404.76,-2887.36"/>
</g>
<!-- Node16 -->
<g id="node17" class="node">
<title>Node16</title>
<g id="a_node17"><a xlink:href="classarmnn_1_1_minimum_layer.html" target="_top" xlink:title="This layer represents a minimum operation.">
<polygon fill="white" stroke="black" points="509,-2856 509,-2875 599,-2875 599,-2856 509,-2856"/>
<text text-anchor="middle" x="554" y="-2863" font-family="Helvetica,sans-Serif" font-size="10.00">MinimumLayer</text>
</a>
</g>
</g>
<!-- Node12&#45;&gt;Node16 -->
<g id="edge16" class="edge">
<title>Node12&#45;&gt;Node16</title>
<path fill="none" stroke="midnightblue" d="M404.57,-2878.15C439.14,-2875.2 479.05,-2871.8 508.78,-2869.27"/>
<polygon fill="midnightblue" stroke="midnightblue" points="404.17,-2874.67 394.5,-2879 404.76,-2881.64 404.17,-2874.67"/>
</g>
<!-- Node17 -->
<g id="node18" class="node">
<title>Node17</title>
<g id="a_node18"><a xlink:href="classarmnn_1_1_multiplication_layer.html" target="_top" xlink:title="This layer represents a multiplication operation.">
<polygon fill="white" stroke="black" points="499,-2818 499,-2837 609,-2837 609,-2818 499,-2818"/>
<text text-anchor="middle" x="554" y="-2825" font-family="Helvetica,sans-Serif" font-size="10.00">MultiplicationLayer</text>
</a>
</g>
</g>
<!-- Node12&#45;&gt;Node17 -->
<g id="edge17" class="edge">
<title>Node12&#45;&gt;Node17</title>
<path fill="none" stroke="midnightblue" d="M404.55,-2873.94C414.91,-2871.63 425.31,-2868.84 435,-2865.5 452.1,-2859.6 454.05,-2852.82 471,-2846.5 481,-2842.78 491.96,-2839.63 502.53,-2837.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="403.73,-2870.54 394.66,-2876.02 405.16,-2877.39 403.73,-2870.54"/>
</g>
<!-- Node18 -->
<g id="node19" class="node">
<title>Node18</title>
<g id="a_node19"><a xlink:href="classarmnn_1_1_subtraction_layer.html" target="_top" xlink:title="This layer represents a subtraction operation.">
<polygon fill="white" stroke="black" points="504.5,-2780 504.5,-2799 603.5,-2799 603.5,-2780 504.5,-2780"/>
<text text-anchor="middle" x="554" y="-2787" font-family="Helvetica,sans-Serif" font-size="10.00">SubtractionLayer</text>
</a>
</g>
</g>
<!-- Node12&#45;&gt;Node18 -->
<g id="edge18" class="edge">
<title>Node12&#45;&gt;Node18</title>
<path fill="none" stroke="midnightblue" d="M404.56,-2878.97C415.36,-2875.96 425.89,-2871.65 435,-2865.5 459.84,-2848.75 446.57,-2825.85 471,-2808.5 480.77,-2801.56 492.69,-2797.12 504.39,-2794.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="403.49,-2875.63 394.6,-2881.38 405.14,-2882.43 403.49,-2875.63"/>
</g>
<!-- Node36 -->
<g id="node37" class="node">
<title>Node36</title>
<g id="a_node37"><a xlink:href="classarmnn_1_1_activation_layer.html" target="_top" xlink:title="This layer represents an activation operation with the specified activation function.">
<polygon fill="white" stroke="black" points="507.5,-2211 507.5,-2230 600.5,-2230 600.5,-2211 507.5,-2211"/>
<text text-anchor="middle" x="554" y="-2218" font-family="Helvetica,sans-Serif" font-size="10.00">ActivationLayer</text>
</a>
</g>
</g>
<!-- Node35&#45;&gt;Node36 -->
<g id="edge36" class="edge">
<title>Node35&#45;&gt;Node36</title>
<path fill="none" stroke="midnightblue" d="M408.82,-2220.5C441.84,-2220.5 479.05,-2220.5 507.4,-2220.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="408.73,-2217 398.73,-2220.5 408.73,-2224 408.73,-2217"/>
</g>
<!-- Node38 -->
<g id="node39" class="node">
<title>Node38</title>
<g id="a_node39"><a xlink:href="classarmnn_1_1_arg_min_max_layer.html" target="_top" xlink:title="This layer represents a ArgMinMax operation.">
<polygon fill="white" stroke="black" points="504.5,-2162 504.5,-2181 603.5,-2181 603.5,-2162 504.5,-2162"/>
<text text-anchor="middle" x="554" y="-2169" font-family="Helvetica,sans-Serif" font-size="10.00">ArgMinMaxLayer</text>
</a>
</g>
</g>
<!-- Node37&#45;&gt;Node38 -->
<g id="edge38" class="edge">
<title>Node37&#45;&gt;Node38</title>
<path fill="none" stroke="midnightblue" d="M412.14,-2171.5C443.1,-2171.5 477.3,-2171.5 504.25,-2171.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="411.79,-2168 401.79,-2171.5 411.79,-2175 411.79,-2168"/>
</g>
<!-- Node40 -->
<g id="node41" class="node">
<title>Node40</title>
<g id="a_node41"><a xlink:href="classarmnn_1_1_batch_mat_mul_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="500,-2113 500,-2132 608,-2132 608,-2113 500,-2113"/>
<text text-anchor="middle" x="554" y="-2120" font-family="Helvetica,sans-Serif" font-size="10.00">BatchMatMulLayer</text>
</a>
</g>
</g>
<!-- Node39&#45;&gt;Node40 -->
<g id="edge40" class="edge">
<title>Node39&#45;&gt;Node40</title>
<path fill="none" stroke="midnightblue" d="M416.35,-2122.5C444.44,-2122.5 474.77,-2122.5 499.71,-2122.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="416.12,-2119 406.12,-2122.5 416.12,-2126 416.12,-2119"/>
</g>
<!-- Node42 -->
<g id="node43" class="node">
<title>Node42</title>
<g id="a_node43"><a xlink:href="classarmnn_1_1_batch_normalization_layer.html" target="_top" xlink:title="This layer represents a batch normalization operation.">
<polygon fill="white" stroke="black" points="484,-2064 484,-2083 624,-2083 624,-2064 484,-2064"/>
<text text-anchor="middle" x="554" y="-2071" font-family="Helvetica,sans-Serif" font-size="10.00">BatchNormalizationLayer</text>
</a>
</g>
</g>
<!-- Node41&#45;&gt;Node42 -->
<g id="edge42" class="edge">
<title>Node41&#45;&gt;Node42</title>
<path fill="none" stroke="midnightblue" d="M432.52,-2073.5C449.93,-2073.5 467.63,-2073.5 483.91,-2073.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="432.31,-2070 422.31,-2073.5 432.31,-2077 432.31,-2070"/>
</g>
<!-- Node44 -->
<g id="node45" class="node">
<title>Node44</title>
<g id="a_node45"><a xlink:href="classarmnn_1_1_batch_to_space_nd_layer.html" target="_top" xlink:title="This layer represents a BatchToSpaceNd operation.">
<polygon fill="white" stroke="black" points="491.5,-2015 491.5,-2034 616.5,-2034 616.5,-2015 491.5,-2015"/>
<text text-anchor="middle" x="554" y="-2022" font-family="Helvetica,sans-Serif" font-size="10.00">BatchToSpaceNdLayer</text>
</a>
</g>
</g>
<!-- Node43&#45;&gt;Node44 -->
<g id="edge44" class="edge">
<title>Node43&#45;&gt;Node44</title>
<path fill="none" stroke="midnightblue" d="M424.57,-2024.5C447.09,-2024.5 470.55,-2024.5 491.17,-2024.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="424.31,-2021 414.31,-2024.5 424.31,-2028 424.31,-2021"/>
</g>
<!-- Node46 -->
<g id="node47" class="node">
<title>Node46</title>
<g id="a_node47"><a xlink:href="classarmnn_1_1_channel_shuffle_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="495.5,-1966 495.5,-1985 612.5,-1985 612.5,-1966 495.5,-1966"/>
<text text-anchor="middle" x="554" y="-1973" font-family="Helvetica,sans-Serif" font-size="10.00">ChannelShuffleLayer</text>
</a>
</g>
</g>
<!-- Node45&#45;&gt;Node46 -->
<g id="edge46" class="edge">
<title>Node45&#45;&gt;Node46</title>
<path fill="none" stroke="midnightblue" d="M420.82,-1975.5C445.99,-1975.5 472.62,-1975.5 495.34,-1975.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="420.51,-1972 410.51,-1975.5 420.51,-1979 420.51,-1972"/>
</g>
<!-- Node48 -->
<g id="node49" class="node">
<title>Node48</title>
<g id="a_node49"><a xlink:href="classarmnn_1_1_comparison_layer.html" target="_top" xlink:title="This layer represents a comparison operation.">
<polygon fill="white" stroke="black" points="503,-1917 503,-1936 605,-1936 605,-1917 503,-1917"/>
<text text-anchor="middle" x="554" y="-1924" font-family="Helvetica,sans-Serif" font-size="10.00">ComparisonLayer</text>
</a>
</g>
</g>
<!-- Node47&#45;&gt;Node48 -->
<g id="edge48" class="edge">
<title>Node47&#45;&gt;Node48</title>
<path fill="none" stroke="midnightblue" d="M413.11,-1926.5C443.23,-1926.5 476.31,-1926.5 502.74,-1926.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="413.02,-1923 403.02,-1926.5 413.02,-1930 413.02,-1923"/>
</g>
<!-- Node50 -->
<g id="node51" class="node">
<title>Node50</title>
<g id="a_node51"><a xlink:href="classarmnn_1_1_convolution2d_layer.html" target="_top" xlink:title="This layer represents a convolution 2d operation.">
<polygon fill="white" stroke="black" points="497,-1868 497,-1887 611,-1887 611,-1868 497,-1868"/>
<text text-anchor="middle" x="554" y="-1875" font-family="Helvetica,sans-Serif" font-size="10.00">Convolution2dLayer</text>
</a>
</g>
</g>
<!-- Node49&#45;&gt;Node50 -->
<g id="edge50" class="edge">
<title>Node49&#45;&gt;Node50</title>
<path fill="none" stroke="midnightblue" d="M419.53,-1877.5C445.61,-1877.5 473.36,-1877.5 496.76,-1877.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="419.25,-1874 409.25,-1877.5 419.25,-1881 419.25,-1874"/>
</g>
<!-- Node52 -->
<g id="node53" class="node">
<title>Node52</title>
<g id="a_node53"><a xlink:href="classarmnn_1_1_convolution3d_layer.html" target="_top" xlink:title="This layer represents a convolution 3d operation.">
<polygon fill="white" stroke="black" points="497,-1819 497,-1838 611,-1838 611,-1819 497,-1819"/>
<text text-anchor="middle" x="554" y="-1826" font-family="Helvetica,sans-Serif" font-size="10.00">Convolution3dLayer</text>
</a>
</g>
</g>
<!-- Node51&#45;&gt;Node52 -->
<g id="edge52" class="edge">
<title>Node51&#45;&gt;Node52</title>
<path fill="none" stroke="midnightblue" d="M419.53,-1828.5C445.61,-1828.5 473.36,-1828.5 496.76,-1828.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="419.25,-1825 409.25,-1828.5 419.25,-1832 419.25,-1825"/>
</g>
<!-- Node54 -->
<g id="node55" class="node">
<title>Node54</title>
<g id="a_node55"><a xlink:href="classarmnn_1_1_depth_to_space_layer.html" target="_top" xlink:title="This layer represents a DepthToSpace operation.">
<polygon fill="white" stroke="black" points="497.5,-1770 497.5,-1789 610.5,-1789 610.5,-1770 497.5,-1770"/>
<text text-anchor="middle" x="554" y="-1777" font-family="Helvetica,sans-Serif" font-size="10.00">DepthToSpaceLayer</text>
</a>
</g>
</g>
<!-- Node53&#45;&gt;Node54 -->
<g id="edge54" class="edge">
<title>Node53&#45;&gt;Node54</title>
<path fill="none" stroke="midnightblue" d="M418.4,-1779.5C445.02,-1779.5 473.47,-1779.5 497.32,-1779.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="418.31,-1776 408.31,-1779.5 418.31,-1783 418.31,-1776"/>
</g>
<!-- Node56 -->
<g id="node57" class="node">
<title>Node56</title>
<g id="a_node57"><a xlink:href="classarmnn_1_1_depthwise_convolution2d_layer.html" target="_top" xlink:title="This layer represents a depthwise convolution 2d operation.">
<polygon fill="white" stroke="black" points="471,-1721 471,-1740 637,-1740 637,-1721 471,-1721"/>
<text text-anchor="middle" x="554" y="-1728" font-family="Helvetica,sans-Serif" font-size="10.00">DepthwiseConvolution2dLayer</text>
</a>
</g>
</g>
<!-- Node55&#45;&gt;Node56 -->
<g id="edge56" class="edge">
<title>Node55&#45;&gt;Node56</title>
<path fill="none" stroke="midnightblue" d="M445.39,-1730.5C453.99,-1730.5 462.56,-1730.5 470.89,-1730.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="445.3,-1727 435.3,-1730.5 445.3,-1734 445.3,-1727"/>
</g>
<!-- Node58 -->
<g id="node59" class="node">
<title>Node58</title>
<g id="a_node59"><a xlink:href="classarmnn_1_1_detection_post_process_layer.html" target="_top" xlink:title="This layer represents a detection postprocess operator.">
<polygon fill="white" stroke="black" points="479.5,-1672 479.5,-1691 628.5,-1691 628.5,-1672 479.5,-1672"/>
<text text-anchor="middle" x="554" y="-1679" font-family="Helvetica,sans-Serif" font-size="10.00">DetectionPostProcessLayer</text>
</a>
</g>
</g>
<!-- Node57&#45;&gt;Node58 -->
<g id="edge58" class="edge">
<title>Node57&#45;&gt;Node58</title>
<path fill="none" stroke="midnightblue" d="M436.9,-1681.5C451.22,-1681.5 465.63,-1681.5 479.2,-1681.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="436.51,-1678 426.51,-1681.5 436.51,-1685 436.51,-1678"/>
</g>
<!-- Node60 -->
<g id="node61" class="node">
<title>Node60</title>
<g id="a_node61"><a xlink:href="classarmnn_1_1_elementwise_binary_layer.html" target="_top" xlink:title="This layer represents a elementwiseBinary operation.">
<polygon fill="white" stroke="black" points="485,-1623 485,-1642 623,-1642 623,-1623 485,-1623"/>
<text text-anchor="middle" x="554" y="-1630" font-family="Helvetica,sans-Serif" font-size="10.00">ElementwiseBinaryLayer</text>
</a>
</g>
</g>
<!-- Node59&#45;&gt;Node60 -->
<g id="edge60" class="edge">
<title>Node59&#45;&gt;Node60</title>
<path fill="none" stroke="midnightblue" d="M431.08,-1632.5C449.27,-1632.5 467.84,-1632.5 484.81,-1632.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="431.02,-1629 421.02,-1632.5 431.02,-1636 431.02,-1629"/>
</g>
<!-- Node62 -->
<g id="node63" class="node">
<title>Node62</title>
<g id="a_node63"><a xlink:href="classarmnn_1_1_elementwise_unary_layer.html" target="_top" xlink:title="This layer represents a elementwiseUnary operation.">
<polygon fill="white" stroke="black" points="486,-1574 486,-1593 622,-1593 622,-1574 486,-1574"/>
<text text-anchor="middle" x="554" y="-1581" font-family="Helvetica,sans-Serif" font-size="10.00">ElementwiseUnaryLayer</text>
</a>
</g>
</g>
<!-- Node61&#45;&gt;Node62 -->
<g id="edge62" class="edge">
<title>Node61&#45;&gt;Node62</title>
<path fill="none" stroke="midnightblue" d="M430.18,-1583.5C449.06,-1583.5 468.37,-1583.5 485.93,-1583.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="430.06,-1580 420.06,-1583.5 430.06,-1587 430.06,-1580"/>
</g>
<!-- Node64 -->
<g id="node65" class="node">
<title>Node64</title>
<g id="a_node65"><a xlink:href="classarmnn_1_1_fake_quantization_layer.html" target="_top" xlink:title="This layer represents a fake quantization operation.">
<polygon fill="white" stroke="black" points="490,-1525 490,-1544 618,-1544 618,-1525 490,-1525"/>
<text text-anchor="middle" x="554" y="-1532" font-family="Helvetica,sans-Serif" font-size="10.00">FakeQuantizationLayer</text>
</a>
</g>
</g>
<!-- Node63&#45;&gt;Node64 -->
<g id="edge64" class="edge">
<title>Node63&#45;&gt;Node64</title>
<path fill="none" stroke="midnightblue" d="M425.79,-1534.5C447.45,-1534.5 469.9,-1534.5 489.81,-1534.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="425.58,-1531 415.58,-1534.5 425.58,-1538 425.58,-1531"/>
</g>
<!-- Node66 -->
<g id="node67" class="node">
<title>Node66</title>
<g id="a_node67"><a xlink:href="classarmnn_1_1_fill_layer.html" target="_top" xlink:title="This layer represents a fill operation.">
<polygon fill="white" stroke="black" points="525,-1476 525,-1495 583,-1495 583,-1476 525,-1476"/>
<text text-anchor="middle" x="554" y="-1483" font-family="Helvetica,sans-Serif" font-size="10.00">FillLayer</text>
</a>
</g>
</g>
<!-- Node65&#45;&gt;Node66 -->
<g id="edge66" class="edge">
<title>Node65&#45;&gt;Node66</title>
<path fill="none" stroke="midnightblue" d="M400.27,-1485.5C442.37,-1485.5 493.61,-1485.5 524.74,-1485.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-1482 390.05,-1485.5 400.05,-1489 400.05,-1482"/>
</g>
<!-- Node68 -->
<g id="node69" class="node">
<title>Node68</title>
<g id="a_node69"><a xlink:href="classarmnn_1_1_fully_connected_layer.html" target="_top" xlink:title="This layer represents a fully connected operation.">
<polygon fill="white" stroke="black" points="494.5,-1427 494.5,-1446 613.5,-1446 613.5,-1427 494.5,-1427"/>
<text text-anchor="middle" x="554" y="-1434" font-family="Helvetica,sans-Serif" font-size="10.00">FullyConnectedLayer</text>
</a>
</g>
</g>
<!-- Node67&#45;&gt;Node68 -->
<g id="edge68" class="edge">
<title>Node67&#45;&gt;Node68</title>
<path fill="none" stroke="midnightblue" d="M421.24,-1436.5C445.9,-1436.5 471.93,-1436.5 494.29,-1436.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="421.14,-1433 411.14,-1436.5 421.14,-1440 421.14,-1433"/>
</g>
<!-- Node70 -->
<g id="node71" class="node">
<title>Node70</title>
<g id="a_node71"><a xlink:href="classarmnn_1_1_gather_layer.html" target="_top" xlink:title="This layer represents a Gather operator.">
<polygon fill="white" stroke="black" points="515.5,-1378 515.5,-1397 592.5,-1397 592.5,-1378 515.5,-1378"/>
<text text-anchor="middle" x="554" y="-1385" font-family="Helvetica,sans-Serif" font-size="10.00">GatherLayer</text>
</a>
</g>
</g>
<!-- Node69&#45;&gt;Node70 -->
<g id="edge70" class="edge">
<title>Node69&#45;&gt;Node70</title>
<path fill="none" stroke="midnightblue" d="M400.07,-1387.5C438.18,-1387.5 483.82,-1387.5 515.27,-1387.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-1384 390.05,-1387.5 400.05,-1391 400.05,-1384"/>
</g>
<!-- Node72 -->
<g id="node73" class="node">
<title>Node72</title>
<g id="a_node73"><a xlink:href="classarmnn_1_1_instance_normalization_layer.html" target="_top" xlink:title="This layer represents an instance normalization operation.">
<polygon fill="white" stroke="black" points="477,-1329 477,-1348 631,-1348 631,-1329 477,-1329"/>
<text text-anchor="middle" x="554" y="-1336" font-family="Helvetica,sans-Serif" font-size="10.00">InstanceNormalizationLayer</text>
</a>
</g>
</g>
<!-- Node71&#45;&gt;Node72 -->
<g id="edge72" class="edge">
<title>Node71&#45;&gt;Node72</title>
<path fill="none" stroke="midnightblue" d="M439.3,-1338.5C452.04,-1338.5 464.81,-1338.5 476.96,-1338.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="439.11,-1335 429.11,-1338.5 439.11,-1342 439.11,-1335"/>
</g>
<!-- Node74 -->
<g id="node75" class="node">
<title>Node74</title>
<g id="a_node75"><a xlink:href="classarmnn_1_1_l2_normalization_layer.html" target="_top" xlink:title="This layer represents a L2 normalization operation.">
<polygon fill="white" stroke="black" points="492,-1280 492,-1299 616,-1299 616,-1280 492,-1280"/>
<text text-anchor="middle" x="554" y="-1287" font-family="Helvetica,sans-Serif" font-size="10.00">L2NormalizationLayer</text>
</a>
</g>
</g>
<!-- Node73&#45;&gt;Node74 -->
<g id="edge74" class="edge">
<title>Node73&#45;&gt;Node74</title>
<path fill="none" stroke="midnightblue" d="M424.37,-1289.5C447.2,-1289.5 471.01,-1289.5 491.85,-1289.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="424.31,-1286 414.31,-1289.5 424.31,-1293 424.31,-1286"/>
</g>
<!-- Node76 -->
<g id="node77" class="node">
<title>Node76</title>
<g id="a_node77"><a xlink:href="classarmnn_1_1_logical_binary_layer.html" target="_top" xlink:title="This layer represents a Logical Binary operation.">
<polygon fill="white" stroke="black" points="499,-1234 499,-1253 609,-1253 609,-1234 499,-1234"/>
<text text-anchor="middle" x="554" y="-1241" font-family="Helvetica,sans-Serif" font-size="10.00">LogicalBinaryLayer</text>
</a>
</g>
</g>
<!-- Node75&#45;&gt;Node76 -->
<g id="edge76" class="edge">
<title>Node75&#45;&gt;Node76</title>
<path fill="none" stroke="midnightblue" d="M416.83,-1241.67C444.51,-1242.04 474.32,-1242.44 498.97,-1242.77"/>
<polygon fill="midnightblue" stroke="midnightblue" points="416.79,-1238.17 406.74,-1241.53 416.7,-1245.17 416.79,-1238.17"/>
</g>
<!-- Node78 -->
<g id="node79" class="node">
<title>Node78</title>
<g id="a_node79"><a xlink:href="classarmnn_1_1_log_softmax_layer.html" target="_top" xlink:title="This layer represents a log softmax operation.">
<polygon fill="white" stroke="black" points="503.5,-1196 503.5,-1215 604.5,-1215 604.5,-1196 503.5,-1196"/>
<text text-anchor="middle" x="554" y="-1203" font-family="Helvetica,sans-Serif" font-size="10.00">LogSoftmaxLayer</text>
</a>
</g>
</g>
<!-- Node77&#45;&gt;Node78 -->
<g id="edge78" class="edge">
<title>Node77&#45;&gt;Node78</title>
<path fill="none" stroke="midnightblue" d="M412.89,-1196.7C443.28,-1198.61 476.71,-1200.71 503.29,-1202.38"/>
<polygon fill="midnightblue" stroke="midnightblue" points="412.91,-1193.2 402.71,-1196.06 412.47,-1200.18 412.91,-1193.2"/>
</g>
<!-- Node80 -->
<g id="node81" class="node">
<title>Node80</title>
<g id="a_node81"><a xlink:href="classarmnn_1_1_lstm_layer.html" target="_top" xlink:title="This layer represents a LSTM operation.">
<polygon fill="white" stroke="black" points="520,-1158 520,-1177 588,-1177 588,-1158 520,-1158"/>
<text text-anchor="middle" x="554" y="-1165" font-family="Helvetica,sans-Serif" font-size="10.00">LstmLayer</text>
</a>
</g>
</g>
<!-- Node79&#45;&gt;Node80 -->
<g id="edge80" class="edge">
<title>Node79&#45;&gt;Node80</title>
<path fill="none" stroke="midnightblue" d="M400.03,-1150.35C440.03,-1154.84 488.33,-1160.25 519.81,-1163.78"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.38,-1146.87 390.05,-1149.23 399.6,-1153.82 400.38,-1146.87"/>
</g>
<!-- Node81 -->
<g id="node82" class="node">
<title>Node81</title>
<g id="a_node82"><a xlink:href="classarmnn_1_1_unidirectional_sequence_lstm_layer.html" target="_top" xlink:title="This layer represents a LSTM operation.">
<polygon fill="white" stroke="black" points="476,-1108.5 476,-1138.5 632,-1138.5 632,-1108.5 476,-1108.5"/>
<text text-anchor="start" x="484" y="-1126.5" font-family="Helvetica,sans-Serif" font-size="10.00">UnidirectionalSequenceLstm</text>
<text text-anchor="middle" x="554" y="-1115.5" font-family="Helvetica,sans-Serif" font-size="10.00">Layer</text>
</a>
</g>
</g>
<!-- Node79&#45;&gt;Node81 -->
<g id="edge81" class="edge">
<title>Node79&#45;&gt;Node81</title>
<path fill="none" stroke="midnightblue" d="M400.14,-1136.52C424.12,-1134.48 451.09,-1132.18 475.61,-1130.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="399.72,-1133.05 390.05,-1137.38 400.31,-1140.02 399.72,-1133.05"/>
</g>
<!-- Node83 -->
<g id="node84" class="node">
<title>Node83</title>
<g id="a_node84"><a xlink:href="classarmnn_1_1_mean_layer.html" target="_top" xlink:title="This layer represents a mean operation.">
<polygon fill="white" stroke="black" points="518.5,-1070 518.5,-1089 589.5,-1089 589.5,-1070 518.5,-1070"/>
<text text-anchor="middle" x="554" y="-1077" font-family="Helvetica,sans-Serif" font-size="10.00">MeanLayer</text>
</a>
</g>
</g>
<!-- Node82&#45;&gt;Node83 -->
<g id="edge83" class="edge">
<title>Node82&#45;&gt;Node83</title>
<path fill="none" stroke="midnightblue" d="M400.12,-1089.1C439.43,-1086.63 486.74,-1083.66 518.21,-1081.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="399.81,-1085.61 390.05,-1089.73 400.25,-1092.6 399.81,-1085.61"/>
</g>
<!-- Node85 -->
<g id="node86" class="node">
<title>Node85</title>
<g id="a_node86"><a xlink:href="classarmnn_1_1_normalization_layer.html" target="_top" xlink:title="This layer represents a normalization operation.">
<polygon fill="white" stroke="black" points="497.5,-1032 497.5,-1051 610.5,-1051 610.5,-1032 497.5,-1032"/>
<text text-anchor="middle" x="554" y="-1039" font-family="Helvetica,sans-Serif" font-size="10.00">NormalizationLayer</text>
</a>
</g>
</g>
<!-- Node84&#45;&gt;Node85 -->
<g id="edge85" class="edge">
<title>Node84&#45;&gt;Node85</title>
<path fill="none" stroke="midnightblue" d="M418.4,-1043.31C445.02,-1042.95 473.47,-1042.57 497.32,-1042.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="418.26,-1039.81 408.31,-1043.45 418.35,-1046.81 418.26,-1039.81"/>
</g>
<!-- Node87 -->
<g id="node88" class="node">
<title>Node87</title>
<g id="a_node88"><a xlink:href="classarmnn_1_1_concat_layer.html" target="_top" xlink:title="This layer represents a merge operation.">
<polygon fill="white" stroke="black" points="515.5,-986 515.5,-1005 592.5,-1005 592.5,-986 515.5,-986"/>
<text text-anchor="middle" x="554" y="-993" font-family="Helvetica,sans-Serif" font-size="10.00">ConcatLayer</text>
</a>
</g>
</g>
<!-- Node86&#45;&gt;Node87 -->
<g id="edge87" class="edge">
<title>Node86&#45;&gt;Node87</title>
<path fill="none" stroke="midnightblue" d="M401.69,-995.5C439.5,-995.5 484.33,-995.5 515.33,-995.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="401.23,-992 391.23,-995.5 401.23,-999 401.23,-992"/>
</g>
<!-- Node89 -->
<g id="node90" class="node">
<title>Node89</title>
<g id="a_node90"><a xlink:href="classarmnn_1_1_pad_layer.html" target="_top" xlink:title="This layer represents a pad operation.">
<polygon fill="white" stroke="black" points="523.5,-937 523.5,-956 584.5,-956 584.5,-937 523.5,-937"/>
<text text-anchor="middle" x="554" y="-944" font-family="Helvetica,sans-Serif" font-size="10.00">PadLayer</text>
</a>
</g>
</g>
<!-- Node88&#45;&gt;Node89 -->
<g id="edge89" class="edge">
<title>Node88&#45;&gt;Node89</title>
<path fill="none" stroke="midnightblue" d="M400.11,-946.5C441.57,-946.5 491.94,-946.5 523.23,-946.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-943 390.05,-946.5 400.05,-950 400.05,-943"/>
</g>
<!-- Node91 -->
<g id="node92" class="node">
<title>Node91</title>
<g id="a_node92"><a xlink:href="classarmnn_1_1_permute_layer.html" target="_top" xlink:title="This layer represents a permutation operation.">
<polygon fill="white" stroke="black" points="511.5,-888 511.5,-907 596.5,-907 596.5,-888 511.5,-888"/>
<text text-anchor="middle" x="554" y="-895" font-family="Helvetica,sans-Serif" font-size="10.00">PermuteLayer</text>
</a>
</g>
</g>
<!-- Node90&#45;&gt;Node91 -->
<g id="edge91" class="edge">
<title>Node90&#45;&gt;Node91</title>
<path fill="none" stroke="midnightblue" d="M404.86,-897.5C440.43,-897.5 481.6,-897.5 511.5,-897.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="404.5,-894 394.5,-897.5 404.5,-901 404.5,-894"/>
</g>
<!-- Node93 -->
<g id="node94" class="node">
<title>Node93</title>
<g id="a_node94"><a xlink:href="classarmnn_1_1_pooling2d_layer.html" target="_top" xlink:title="This layer represents a pooling 2d operation.">
<polygon fill="white" stroke="black" points="508,-839 508,-858 600,-858 600,-839 508,-839"/>
<text text-anchor="middle" x="554" y="-846" font-family="Helvetica,sans-Serif" font-size="10.00">Pooling2dLayer</text>
</a>
</g>
</g>
<!-- Node92&#45;&gt;Node93 -->
<g id="edge93" class="edge">
<title>Node92&#45;&gt;Node93</title>
<path fill="none" stroke="midnightblue" d="M407.75,-848.5C441.23,-848.5 479.21,-848.5 507.93,-848.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="407.51,-845 397.51,-848.5 407.51,-852 407.51,-845"/>
</g>
<!-- Node95 -->
<g id="node96" class="node">
<title>Node95</title>
<g id="a_node96"><a xlink:href="classarmnn_1_1_pooling3d_layer.html" target="_top" xlink:title="This layer represents a pooling 3d operation.">
<polygon fill="white" stroke="black" points="508,-790 508,-809 600,-809 600,-790 508,-790"/>
<text text-anchor="middle" x="554" y="-797" font-family="Helvetica,sans-Serif" font-size="10.00">Pooling3dLayer</text>
</a>
</g>
</g>
<!-- Node94&#45;&gt;Node95 -->
<g id="edge95" class="edge">
<title>Node94&#45;&gt;Node95</title>
<path fill="none" stroke="midnightblue" d="M407.75,-799.5C441.23,-799.5 479.21,-799.5 507.93,-799.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="407.51,-796 397.51,-799.5 407.51,-803 407.51,-796"/>
</g>
<!-- Node97 -->
<g id="node98" class="node">
<title>Node97</title>
<g id="a_node98"><a xlink:href="classarmnn_1_1_pre_compiled_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="501,-741 501,-760 607,-760 607,-741 501,-741"/>
<text text-anchor="middle" x="554" y="-748" font-family="Helvetica,sans-Serif" font-size="10.00">PreCompiledLayer</text>
</a>
</g>
</g>
<!-- Node96&#45;&gt;Node97 -->
<g id="edge97" class="edge">
<title>Node96&#45;&gt;Node97</title>
<path fill="none" stroke="midnightblue" d="M415.28,-750.5C444.15,-750.5 475.5,-750.5 500.99,-750.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="415.19,-747 405.19,-750.5 415.19,-754 415.19,-747"/>
</g>
<!-- Node99 -->
<g id="node100" class="node">
<title>Node99</title>
<g id="a_node100"><a xlink:href="classarmnn_1_1_q_lstm_layer.html" target="_top" xlink:title="This layer represents a QLstm operation.">
<polygon fill="white" stroke="black" points="516.5,-692 516.5,-711 591.5,-711 591.5,-692 516.5,-692"/>
<text text-anchor="middle" x="554" y="-699" font-family="Helvetica,sans-Serif" font-size="10.00">QLstmLayer</text>
</a>
</g>
</g>
<!-- Node98&#45;&gt;Node99 -->
<g id="edge99" class="edge">
<title>Node98&#45;&gt;Node99</title>
<path fill="none" stroke="midnightblue" d="M400.17,-701.5C438.67,-701.5 484.82,-701.5 516.26,-701.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-698 390.05,-701.5 400.05,-705 400.05,-698"/>
</g>
<!-- Node101 -->
<g id="node102" class="node">
<title>Node101</title>
<g id="a_node102"><a xlink:href="classarmnn_1_1_reduce_layer.html" target="_top" xlink:title="This layer represents a reduction operation.">
<polygon fill="white" stroke="black" points="514,-643 514,-662 594,-662 594,-643 514,-643"/>
<text text-anchor="middle" x="554" y="-650" font-family="Helvetica,sans-Serif" font-size="10.00">ReduceLayer</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node101 -->
<g id="edge101" class="edge">
<title>Node100&#45;&gt;Node101</title>
<path fill="none" stroke="midnightblue" d="M401.81,-652.5C438.96,-652.5 482.87,-652.5 513.77,-652.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="401.53,-649 391.53,-652.5 401.53,-656 401.53,-649"/>
</g>
<!-- Node103 -->
<g id="node104" class="node">
<title>Node103</title>
<g id="a_node104"><a xlink:href="classarmnn_1_1_reshape_layer.html" target="_top" xlink:title="This layer represents a reshape operation.">
<polygon fill="white" stroke="black" points="511,-594 511,-613 597,-613 597,-594 511,-594"/>
<text text-anchor="middle" x="554" y="-601" font-family="Helvetica,sans-Serif" font-size="10.00">ReshapeLayer</text>
</a>
</g>
</g>
<!-- Node102&#45;&gt;Node103 -->
<g id="edge103" class="edge">
<title>Node102&#45;&gt;Node103</title>
<path fill="none" stroke="midnightblue" d="M404.78,-603.5C440.11,-603.5 480.96,-603.5 510.82,-603.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="404.5,-600 394.5,-603.5 404.5,-607 404.5,-600"/>
</g>
<!-- Node105 -->
<g id="node106" class="node">
<title>Node105</title>
<g id="a_node106"><a xlink:href="classarmnn_1_1_resize_layer.html" target="_top" xlink:title="This layer represents a resize operation.">
<polygon fill="white" stroke="black" points="516,-545 516,-564 592,-564 592,-545 516,-545"/>
<text text-anchor="middle" x="554" y="-552" font-family="Helvetica,sans-Serif" font-size="10.00">ResizeLayer</text>
</a>
</g>
</g>
<!-- Node104&#45;&gt;Node105 -->
<g id="edge105" class="edge">
<title>Node104&#45;&gt;Node105</title>
<path fill="none" stroke="midnightblue" d="M400.14,-554.5C438.51,-554.5 484.48,-554.5 515.93,-554.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-551 390.05,-554.5 400.05,-558 400.05,-551"/>
</g>
<!-- Node107 -->
<g id="node108" class="node">
<title>Node107</title>
<g id="a_node108"><a xlink:href="classarmnn_1_1_slice_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="520.5,-496 520.5,-515 587.5,-515 587.5,-496 520.5,-496"/>
<text text-anchor="middle" x="554" y="-503" font-family="Helvetica,sans-Serif" font-size="10.00">SliceLayer</text>
</a>
</g>
</g>
<!-- Node106&#45;&gt;Node107 -->
<g id="edge107" class="edge">
<title>Node106&#45;&gt;Node107</title>
<path fill="none" stroke="midnightblue" d="M400.09,-505.5C440.35,-505.5 489,-505.5 520.45,-505.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-502 390.05,-505.5 400.05,-509 400.05,-502"/>
</g>
<!-- Node109 -->
<g id="node110" class="node">
<title>Node109</title>
<g id="a_node110"><a xlink:href="classarmnn_1_1_softmax_layer.html" target="_top" xlink:title="This layer represents a softmax operation.">
<polygon fill="white" stroke="black" points="512,-447 512,-466 596,-466 596,-447 512,-447"/>
<text text-anchor="middle" x="554" y="-454" font-family="Helvetica,sans-Serif" font-size="10.00">SoftmaxLayer</text>
</a>
</g>
</g>
<!-- Node108&#45;&gt;Node109 -->
<g id="edge109" class="edge">
<title>Node108&#45;&gt;Node109</title>
<path fill="none" stroke="midnightblue" d="M404.6,-456.5C440.32,-456.5 481.74,-456.5 511.72,-456.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="404.2,-453 394.2,-456.5 404.2,-460 404.2,-453"/>
</g>
<!-- Node111 -->
<g id="node112" class="node">
<title>Node111</title>
<g id="a_node112"><a xlink:href="classarmnn_1_1_space_to_batch_nd_layer.html" target="_top" xlink:title="This layer represents a SpaceToBatchNd operation.">
<polygon fill="white" stroke="black" points="491.5,-398 491.5,-417 616.5,-417 616.5,-398 491.5,-398"/>
<text text-anchor="middle" x="554" y="-405" font-family="Helvetica,sans-Serif" font-size="10.00">SpaceToBatchNdLayer</text>
</a>
</g>
</g>
<!-- Node110&#45;&gt;Node111 -->
<g id="edge111" class="edge">
<title>Node110&#45;&gt;Node111</title>
<path fill="none" stroke="midnightblue" d="M424.57,-407.5C447.09,-407.5 470.55,-407.5 491.17,-407.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="424.31,-404 414.31,-407.5 424.31,-411 424.31,-404"/>
</g>
<!-- Node113 -->
<g id="node114" class="node">
<title>Node113</title>
<g id="a_node114"><a xlink:href="classarmnn_1_1_space_to_depth_layer.html" target="_top" xlink:title="This layer represents a SpaceToDepth operation.">
<polygon fill="white" stroke="black" points="497.5,-349 497.5,-368 610.5,-368 610.5,-349 497.5,-349"/>
<text text-anchor="middle" x="554" y="-356" font-family="Helvetica,sans-Serif" font-size="10.00">SpaceToDepthLayer</text>
</a>
</g>
</g>
<!-- Node112&#45;&gt;Node113 -->
<g id="edge113" class="edge">
<title>Node112&#45;&gt;Node113</title>
<path fill="none" stroke="midnightblue" d="M418.4,-358.5C445.02,-358.5 473.47,-358.5 497.32,-358.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="418.31,-355 408.31,-358.5 418.31,-362 418.31,-355"/>
</g>
<!-- Node115 -->
<g id="node116" class="node">
<title>Node115</title>
<g id="a_node116"><a xlink:href="classarmnn_1_1_stack_layer.html" target="_top" xlink:title="This layer represents a stack operation.">
<polygon fill="white" stroke="black" points="518.5,-300 518.5,-319 589.5,-319 589.5,-300 518.5,-300"/>
<text text-anchor="middle" x="554" y="-307" font-family="Helvetica,sans-Serif" font-size="10.00">StackLayer</text>
</a>
</g>
</g>
<!-- Node114&#45;&gt;Node115 -->
<g id="edge115" class="edge">
<title>Node114&#45;&gt;Node115</title>
<path fill="none" stroke="midnightblue" d="M400.12,-309.5C439.43,-309.5 486.74,-309.5 518.21,-309.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-306 390.05,-309.5 400.05,-313 400.05,-306"/>
</g>
<!-- Node117 -->
<g id="node118" class="node">
<title>Node117</title>
<g id="a_node118"><a xlink:href="classarmnn_1_1_stand_in_layer.html" target="_top" xlink:title="This layer represents an unknown operation in the input graph.">
<polygon fill="white" stroke="black" points="514,-251 514,-270 594,-270 594,-251 514,-251"/>
<text text-anchor="middle" x="554" y="-258" font-family="Helvetica,sans-Serif" font-size="10.00">StandInLayer</text>
</a>
</g>
</g>
<!-- Node116&#45;&gt;Node117 -->
<g id="edge117" class="edge">
<title>Node116&#45;&gt;Node117</title>
<path fill="none" stroke="midnightblue" d="M402.39,-260.5C439.5,-260.5 483.23,-260.5 513.98,-260.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="402.12,-257 392.12,-260.5 402.12,-264 402.12,-257"/>
</g>
<!-- Node119 -->
<g id="node120" class="node">
<title>Node119</title>
<g id="a_node120"><a xlink:href="classarmnn_1_1_strided_slice_layer.html" target="_top" xlink:title="This layer represents a strided slice operation.">
<polygon fill="white" stroke="black" points="503.5,-202 503.5,-221 604.5,-221 604.5,-202 503.5,-202"/>
<text text-anchor="middle" x="554" y="-209" font-family="Helvetica,sans-Serif" font-size="10.00">StridedSliceLayer</text>
</a>
</g>
</g>
<!-- Node118&#45;&gt;Node119 -->
<g id="edge119" class="edge">
<title>Node118&#45;&gt;Node119</title>
<path fill="none" stroke="midnightblue" d="M412.89,-211.5C443.28,-211.5 476.71,-211.5 503.29,-211.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="412.71,-208 402.71,-211.5 412.71,-215 412.71,-208"/>
</g>
<!-- Node121 -->
<g id="node122" class="node">
<title>Node121</title>
<g id="a_node122"><a xlink:href="classarmnn_1_1_tile_layer.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="523,-153 523,-172 585,-172 585,-153 523,-153"/>
<text text-anchor="middle" x="554" y="-160" font-family="Helvetica,sans-Serif" font-size="10.00">TileLayer</text>
</a>
</g>
</g>
<!-- Node120&#45;&gt;Node121 -->
<g id="edge121" class="edge">
<title>Node120&#45;&gt;Node121</title>
<path fill="none" stroke="midnightblue" d="M400.08,-162.5C441.42,-162.5 491.6,-162.5 522.93,-162.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-159 390.05,-162.5 400.05,-166 400.05,-159"/>
</g>
<!-- Node123 -->
<g id="node124" class="node">
<title>Node123</title>
<g id="a_node124"><a xlink:href="classarmnn_1_1_transpose_convolution2d_layer.html" target="_top" xlink:title="This layer represents a 2D transpose convolution operation.">
<polygon fill="white" stroke="black" points="472.5,-104 472.5,-123 635.5,-123 635.5,-104 472.5,-104"/>
<text text-anchor="middle" x="554" y="-111" font-family="Helvetica,sans-Serif" font-size="10.00">TransposeConvolution2dLayer</text>
</a>
</g>
</g>
<!-- Node122&#45;&gt;Node123 -->
<g id="edge123" class="edge">
<title>Node122&#45;&gt;Node123</title>
<path fill="none" stroke="midnightblue" d="M443.71,-113.5C453.35,-113.5 462.97,-113.5 472.28,-113.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="443.67,-110 433.67,-113.5 443.67,-117 443.67,-110"/>
</g>
<!-- Node125 -->
<g id="node126" class="node">
<title>Node125</title>
<g id="a_node126"><a xlink:href="classarmnn_1_1_transpose_layer.html" target="_top" xlink:title="This layer represents a transpose operation.">
<polygon fill="white" stroke="black" points="508,-55 508,-74 600,-74 600,-55 508,-55"/>
<text text-anchor="middle" x="554" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">TransposeLayer</text>
</a>
</g>
</g>
<!-- Node124&#45;&gt;Node125 -->
<g id="edge125" class="edge">
<title>Node124&#45;&gt;Node125</title>
<path fill="none" stroke="midnightblue" d="M408.3,-64.5C441.62,-64.5 479.28,-64.5 507.83,-64.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="408.12,-61 398.12,-64.5 408.12,-68 408.12,-61"/>
</g>
<!-- Node127 -->
<g id="node128" class="node">
<title>Node127</title>
<g id="a_node128"><a xlink:href="classarmnn_1_1_splitter_layer.html" target="_top" xlink:title="This layer represents a split operation.">
<polygon fill="white" stroke="black" points="514.5,-6 514.5,-25 593.5,-25 593.5,-6 514.5,-6"/>
<text text-anchor="middle" x="554" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00">SplitterLayer</text>
</a>
</g>
</g>
<!-- Node126&#45;&gt;Node127 -->
<g id="edge127" class="edge">
<title>Node126&#45;&gt;Node127</title>
<path fill="none" stroke="midnightblue" d="M400.46,-15.5C438.09,-15.5 482.96,-15.5 514.26,-15.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="400.05,-12 390.05,-15.5 400.05,-19 400.05,-12"/>
</g>
</g>
</svg>