aboutsummaryrefslogtreecommitdiff
path: root/latest/_layers_fwd_8hpp__dep__incl.svg
blob: cb9fa761e7397aa44d7b2d6d2e7bc7370a02b789 (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
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
<?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: src/armnn/LayersFwd.hpp Pages: 1 -->
<svg width="19168pt" height="508pt"
 viewBox="0.00 0.00 19167.50 508.00" 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 504)">
<title>src/armnn/LayersFwd.hpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-504 19163.5,-504 19163.5,4 -4,4"/>
<!-- Node1 -->
<g id="node1" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<polygon fill="#bfbfbf" stroke="black" points="14768.5,-480.5 14768.5,-499.5 14910.5,-499.5 14910.5,-480.5 14768.5,-480.5"/>
<text text-anchor="middle" x="14839.5" y="-487.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/LayersFwd.hpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="_graph_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7075.5,-352 7075.5,-371 7193.5,-371 7193.5,-352 7075.5,-352"/>
<text text-anchor="middle" x="7134.5" y="-359" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Graph.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node2 -->
<g id="edge1" class="edge">
<title>Node1&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M14758.31,-488.77C13988.82,-486.51 7991.46,-466.04 7202.5,-377 7191.22,-375.73 7179.06,-373.43 7168.18,-371.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14758.45,-492.27 14768.46,-488.8 14758.47,-485.27 14758.45,-492.27"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="_graph_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14736,-419 14736,-438 14855,-438 14855,-419 14736,-419"/>
<text text-anchor="middle" x="14795.5" y="-426" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Graph.hpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M14827.18,-472.34C14818.92,-461.17 14808.39,-446.93 14801.79,-438.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14824.44,-474.52 14833.2,-480.48 14830.06,-470.35 14824.44,-474.52"/>
</g>
<!-- Node100 -->
<g id="node100" class="node">
<title>Node100</title>
<g id="a_node100"><a xlink:href="_optimization_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17224,-346.5 17224,-376.5 17359,-376.5 17359,-346.5 17224,-346.5"/>
<text text-anchor="start" x="17232" y="-364.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="17291.5" y="-353.5" font-family="Helvetica,sans-Serif" font-size="10.00">/Optimization.hpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node100 -->
<g id="edge180" class="edge">
<title>Node1&#45;&gt;Node100</title>
<path fill="none" stroke="midnightblue" d="M14848.38,-471.49C14858.79,-453.11 14877.91,-425.24 14903.5,-413 14957.26,-387.29 16840.97,-367.02 17223.96,-363.16"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14845.28,-469.86 14843.63,-480.33 14851.45,-473.18 14845.28,-469.86"/>
</g>
<!-- Node140 -->
<g id="node140" class="node">
<title>Node140</title>
<g id="a_node140"><a xlink:href="_workload_factory_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14912,-413.5 14912,-443.5 15085,-443.5 15085,-413.5 14912,-413.5"/>
<text text-anchor="start" x="14920" y="-431.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/backendsCommon</text>
<text text-anchor="middle" x="14998.5" y="-420.5" font-family="Helvetica,sans-Serif" font-size="10.00">/WorkloadFactory.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node140 -->
<g id="edge181" class="edge">
<title>Node1&#45;&gt;Node140</title>
<path fill="none" stroke="midnightblue" d="M14871.97,-476.85C14897.8,-467.18 14933.97,-453.65 14961.03,-443.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14870.42,-473.69 14862.28,-480.48 14872.87,-480.25 14870.42,-473.69"/>
</g>
<!-- Node3&#45;&gt;Node2 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node2</title>
<path fill="none" stroke="midnightblue" d="M14725.63,-427.23C13973.62,-424.35 7400.18,-398.51 7202.5,-377 7191.1,-375.76 7178.8,-373.44 7167.83,-371.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14725.75,-430.73 14735.77,-427.27 14725.78,-423.73 14725.75,-430.73"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14128,-352 14128,-371 14243,-371 14243,-352 14128,-352"/>
<text text-anchor="middle" x="14185.5" y="-359" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Layer.cpp</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="M14725.69,-423.3C14622.82,-416.58 14424.62,-401.6 14257.5,-377 14246.52,-375.38 14234.69,-373.19 14223.86,-371"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14725.74,-426.81 14735.95,-423.96 14726.19,-419.83 14725.74,-426.81"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="_layer_clone_base_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7211.5,-346.5 7211.5,-376.5 7367.5,-376.5 7367.5,-346.5 7211.5,-346.5"/>
<text text-anchor="start" x="7219.5" y="-364.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/LayerClone</text>
<text text-anchor="middle" x="7289.5" y="-353.5" font-family="Helvetica,sans-Serif" font-size="10.00">Base.hpp</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="M14725.84,-426.9C14016.73,-420.76 8117.23,-369.67 7367.71,-363.18"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14725.87,-430.4 14735.9,-426.98 14725.93,-423.4 14725.87,-430.4"/>
</g>
<!-- Node86 -->
<g id="node86" class="node">
<title>Node86</title>
<g id="a_node86"><a xlink:href="_network_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14730,-352 14730,-371 14861,-371 14861,-352 14730,-352"/>
<text text-anchor="middle" x="14795.5" y="-359" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Network.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node86 -->
<g id="edge86" class="edge">
<title>Node3&#45;&gt;Node86</title>
<path fill="none" stroke="midnightblue" d="M14795.5,-408.54C14795.5,-396.17 14795.5,-380.62 14795.5,-371.13"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14792,-408.73 14795.5,-418.73 14799,-408.73 14792,-408.73"/>
</g>
<!-- Node88 -->
<g id="node88" class="node">
<title>Node88</title>
<g id="a_node88"><a xlink:href="_loaded_network_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14632,-207 14632,-226 14797,-226 14797,-207 14632,-207"/>
<text text-anchor="middle" x="14714.5" y="-214" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/LoadedNetwork.cpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node88 -->
<g id="edge103" class="edge">
<title>Node3&#45;&gt;Node88</title>
<path fill="none" stroke="midnightblue" d="M14829.13,-415.43C14893.61,-390.51 15023.89,-330.42 14972.5,-268 14965.95,-260.05 14840.38,-238.21 14766.88,-226.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14827.86,-412.17 14819.75,-418.99 14830.34,-418.72 14827.86,-412.17"/>
</g>
<!-- Node91 -->
<g id="node91" class="node">
<title>Node91</title>
<g id="a_node91"><a xlink:href="_test_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14558,-134.5 14558,-164.5 14665,-164.5 14665,-134.5 14558,-134.5"/>
<text text-anchor="start" x="14566" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnTestUtils</text>
<text text-anchor="middle" x="14611.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/TestUtils.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node91 -->
<g id="edge175" class="edge">
<title>Node3&#45;&gt;Node91</title>
<path fill="none" stroke="midnightblue" d="M14773.67,-413.21C14758.78,-403.31 14738.71,-389.69 14721.5,-377 14703.68,-363.86 14702.92,-354.57 14682.5,-346 14622.42,-320.79 14436.5,-357.13 14391.5,-310 14358,-274.91 14355.16,-238.86 14385.5,-201 14406.68,-174.57 14497.89,-161.05 14557.76,-154.9"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14771.93,-416.25 14782.2,-418.84 14775.79,-410.41 14771.93,-416.25"/>
</g>
<!-- Node92 -->
<g id="node92" class="node">
<title>Node92</title>
<g id="a_node92"><a xlink:href="_common_test_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14910,-67.5 14910,-97.5 15037,-97.5 15037,-67.5 14910,-67.5"/>
<text text-anchor="start" x="14918" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnTestUtils</text>
<text text-anchor="middle" x="14973.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/CommonTestUtils.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node92 -->
<g id="edge176" class="edge">
<title>Node3&#45;&gt;Node92</title>
<path fill="none" stroke="midnightblue" d="M14836.15,-416.09C14912,-393.59 15067.5,-341.21 15067.5,-290 15067.5,-290 15067.5,-290 15067.5,-215.5 15067.5,-164.58 15020.51,-119.68 14992.98,-97.74"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14835.05,-412.77 14826.44,-418.94 14837.02,-419.48 14835.05,-412.77"/>
</g>
<!-- Node94 -->
<g id="node94" class="node">
<title>Node94</title>
<g id="a_node94"><a xlink:href="_create_workload_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14288,-67.5 14288,-97.5 14407,-97.5 14407,-67.5 14288,-67.5"/>
<text text-anchor="start" x="14296" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnTestUtils</text>
<text text-anchor="middle" x="14347.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/CreateWorkload.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node94 -->
<g id="edge177" class="edge">
<title>Node3&#45;&gt;Node94</title>
<path fill="none" stroke="midnightblue" d="M14725.61,-425.01C14594.59,-419.7 14322.33,-405.35 14290.5,-377 14260.95,-350.67 14271.5,-329.58 14271.5,-290 14271.5,-290 14271.5,-290 14271.5,-215.5 14271.5,-167.11 14310.34,-120.45 14332.48,-97.77"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14725.8,-428.52 14735.93,-425.42 14726.08,-421.53 14725.8,-428.52"/>
</g>
<!-- Node98 -->
<g id="node98" class="node">
<title>Node98</title>
<g id="a_node98"><a xlink:href="_network_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16033.5,-73 16033.5,-92 16163.5,-92 16163.5,-73 16033.5,-73"/>
<text text-anchor="middle" x="16098.5" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Network.cpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node98 -->
<g id="edge104" class="edge">
<title>Node3&#45;&gt;Node98</title>
<path fill="none" stroke="midnightblue" d="M14842.59,-416.7C14897.28,-404 14981.78,-383.77 14995.5,-377 15051.4,-349.43 15105.5,-352.33 15105.5,-290 15105.5,-290 15105.5,-290 15105.5,-215.5 15105.5,-121.59 15812.43,-92.18 16033.35,-85.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14841.7,-413.32 14832.75,-418.99 14843.28,-420.14 14841.7,-413.32"/>
</g>
<!-- Node3&#45;&gt;Node100 -->
<g id="edge105" class="edge">
<title>Node3&#45;&gt;Node100</title>
<path fill="none" stroke="midnightblue" d="M14842.46,-417.04C14851.4,-415.4 14860.7,-413.95 14869.5,-413 15108.77,-387.26 16856.14,-367.18 17223.75,-363.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14841.73,-413.61 14832.57,-418.93 14843.06,-420.48 14841.73,-413.61"/>
</g>
<!-- Node132 -->
<g id="node132" class="node">
<title>Node132</title>
<g id="a_node132"><a xlink:href="_network_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15749,-352 15749,-371 15902,-371 15902,-352 15749,-352"/>
<text text-anchor="middle" x="15825.5" y="-359" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/NetworkUtils.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node132 -->
<g id="edge164" class="edge">
<title>Node3&#45;&gt;Node132</title>
<path fill="none" stroke="midnightblue" d="M14843.63,-417.05C14852.21,-415.48 14861.1,-414.04 14869.5,-413 15039.08,-392.01 15553.02,-372.16 15748.72,-365.16"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14842.91,-413.63 14833.74,-418.94 14844.22,-420.5 14842.91,-413.63"/>
</g>
<!-- Node134 -->
<g id="node134" class="node">
<title>Node134</title>
<g id="a_node134"><a xlink:href="_observable_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15259,-352 15259,-371 15404,-371 15404,-352 15259,-352"/>
<text text-anchor="middle" x="15331.5" y="-359" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Observable.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node134 -->
<g id="edge170" class="edge">
<title>Node3&#45;&gt;Node134</title>
<path fill="none" stroke="midnightblue" d="M14845.35,-417.03C14853.4,-415.54 14861.67,-414.13 14869.5,-413 15037.83,-388.62 15081.98,-400.01 15250.5,-377 15262.53,-375.36 15275.5,-373.21 15287.46,-371.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14844.48,-413.63 14835.32,-418.94 14845.8,-420.51 14844.48,-413.63"/>
</g>
<!-- Node136 -->
<g id="node136" class="node">
<title>Node136</title>
<g id="a_node136"><a xlink:href="_subgraph_view_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14299.5,-352 14299.5,-371 14457.5,-371 14457.5,-352 14299.5,-352"/>
<text text-anchor="middle" x="14378.5" y="-359" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/SubgraphView.cpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node136 -->
<g id="edge173" class="edge">
<title>Node3&#45;&gt;Node136</title>
<path fill="none" stroke="midnightblue" d="M14729.29,-417.48C14663.02,-407.41 14558.16,-391.36 14467.5,-377 14455.44,-375.09 14442.47,-373 14430.26,-371.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14728.77,-420.94 14739.18,-418.98 14729.82,-414.02 14728.77,-420.94"/>
</g>
<!-- Node137 -->
<g id="node137" class="node">
<title>Node137</title>
<g id="a_node137"><a xlink:href="_subgraph_view_selector_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14476,-352 14476,-371 14673,-371 14673,-352 14476,-352"/>
<text text-anchor="middle" x="14574.5" y="-359" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/SubgraphViewSelector.cpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node137 -->
<g id="edge174" class="edge">
<title>Node3&#45;&gt;Node137</title>
<path fill="none" stroke="midnightblue" d="M14756.43,-416.01C14712.69,-403.15 14642.82,-382.59 14603.62,-371.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14755.57,-419.4 14766.15,-418.87 14757.55,-412.69 14755.57,-419.4"/>
</g>
<!-- Node138 -->
<g id="node138" class="node">
<title>Node138</title>
<g id="a_node138"><a xlink:href="_graph_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15134,-346.5 15134,-376.5 15241,-376.5 15241,-346.5 15134,-346.5"/>
<text text-anchor="start" x="15142" y="-364.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnTestUtils</text>
<text text-anchor="middle" x="15187.5" y="-353.5" font-family="Helvetica,sans-Serif" font-size="10.00">/GraphUtils.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node138 -->
<g id="edge178" class="edge">
<title>Node3&#45;&gt;Node138</title>
<path fill="none" stroke="midnightblue" d="M14847.32,-417C14854.75,-415.6 14862.31,-414.22 14869.5,-413 14980.17,-394.2 15008.99,-396.72 15119.5,-377 15124.13,-376.17 15128.94,-375.26 15133.74,-374.31"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14846.47,-413.6 14837.31,-418.93 14847.79,-420.48 14846.47,-413.6"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="_abs_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5463.5,-279.5 5463.5,-298.5 5629.5,-298.5 5629.5,-279.5 5463.5,-279.5"/>
<text text-anchor="middle" x="5546.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/AbsLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M7201.34,-346C6508.54,-281.74 6325.63,-391.83 5638.5,-310 5618.37,-307.6 5596.16,-302.84 5578.6,-298.56"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.03,-349.48 7211.31,-346.93 7201.68,-342.51 7201.03,-349.48"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="_activation_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5648,-274 5648,-304 5799,-304 5799,-274 5648,-274"/>
<text text-anchor="start" x="5656" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Activation</text>
<text text-anchor="middle" x="5723.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node7 -->
<g id="edge7" class="edge">
<title>Node5&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M7201.27,-345.99C6583.8,-288.01 6419.85,-388.97 5808.5,-310 5797.83,-308.62 5786.53,-306.47 5775.79,-304.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.03,-349.48 7211.31,-346.94 7201.69,-342.51 7201.03,-349.48"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="_addition_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5817.5,-274 5817.5,-304 5959.5,-304 5959.5,-274 5817.5,-274"/>
<text text-anchor="start" x="5825.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Addition</text>
<text text-anchor="middle" x="5888.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node8 -->
<g id="edge8" class="edge">
<title>Node5&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M7201.2,-345.98C6654.63,-293.9 6508.71,-384.52 5968.5,-310 5958.43,-308.61 5947.79,-306.45 5937.68,-304.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.02,-349.48 7211.31,-346.95 7201.69,-342.51 7201.02,-349.48"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="_arg_min_max_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5978,-274 5978,-304 6135,-304 6135,-274 5978,-274"/>
<text text-anchor="start" x="5986" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/ArgMinMax</text>
<text text-anchor="middle" x="6056.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node9 -->
<g id="edge9" class="edge">
<title>Node5&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M7201.23,-345.98C6732.57,-300.23 6607.8,-369.98 6144.5,-310 6133.47,-308.57 6121.79,-306.4 6110.66,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.01,-349.47 7211.31,-346.97 7201.7,-342.5 7201.01,-349.47"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="_batch_mat_mul_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6153.5,-274 6153.5,-304 6301.5,-304 6301.5,-274 6153.5,-274"/>
<text text-anchor="start" x="6161.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/BatchMat</text>
<text text-anchor="middle" x="6227.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">MulLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node10 -->
<g id="edge10" class="edge">
<title>Node5&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M7201.32,-345.98C6806.07,-306.29 6700.21,-364.28 6310.5,-310 6300.22,-308.57 6289.36,-306.42 6279,-304.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201,-349.46 7211.31,-346.99 7201.71,-342.5 7201,-349.46"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a xlink:href="_batch_normalization_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6319.5,-274 6319.5,-304 6517.5,-304 6517.5,-274 6319.5,-274"/>
<text text-anchor="start" x="6327.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/BatchNormalization</text>
<text text-anchor="middle" x="6418.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node11 -->
<g id="edge11" class="edge">
<title>Node5&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M7201.02,-345.93C6901.64,-313.93 6821.92,-345.07 6526.5,-310 6513.62,-308.47 6499.97,-306.34 6486.85,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7200.98,-349.44 7211.3,-347.04 7201.74,-342.49 7200.98,-349.44"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a xlink:href="_batch_to_space_nd_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6535.5,-274 6535.5,-304 6675.5,-304 6675.5,-274 6535.5,-274"/>
<text text-anchor="start" x="6543.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/BatchTo</text>
<text text-anchor="middle" x="6605.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">SpaceNdLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node12 -->
<g id="edge12" class="edge">
<title>Node5&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M7201.29,-345.94C6971.55,-319.76 6909.15,-345.95 6684.5,-310 6675,-308.48 6664.97,-306.36 6655.37,-304.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7200.96,-349.43 7211.3,-347.1 7201.77,-342.47 7200.96,-349.43"/>
</g>
<!-- Node13 -->
<g id="node13" class="node">
<title>Node13</title>
<g id="a_node13"><a xlink:href="_broadcast_to_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6693.5,-274 6693.5,-304 6843.5,-304 6843.5,-274 6693.5,-274"/>
<text text-anchor="start" x="6701.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Broadcast</text>
<text text-anchor="middle" x="6768.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">ToLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node13 -->
<g id="edge13" class="edge">
<title>Node5&#45;&gt;Node13</title>
<path fill="none" stroke="midnightblue" d="M7201.36,-345.91C7045.8,-325.57 7003.51,-335.63 6852.5,-310 6842.89,-308.37 6832.75,-306.28 6822.96,-304.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7200.91,-349.38 7211.28,-347.23 7201.83,-342.44 7200.91,-349.38"/>
</g>
<!-- Node14 -->
<g id="node14" class="node">
<title>Node14</title>
<g id="a_node14"><a xlink:href="_cast_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6861.5,-279.5 6861.5,-298.5 7031.5,-298.5 7031.5,-279.5 6861.5,-279.5"/>
<text text-anchor="middle" x="6946.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/CastLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node14 -->
<g id="edge14" class="edge">
<title>Node5&#45;&gt;Node14</title>
<path fill="none" stroke="midnightblue" d="M7209.55,-344.49C7160.7,-334.65 7096.96,-321.73 7040.5,-310 7022.69,-306.3 7003.01,-302.13 6986.27,-298.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7208.94,-347.93 7219.43,-346.47 7210.32,-341.07 7208.94,-347.93"/>
</g>
<!-- Node15 -->
<g id="node15" class="node">
<title>Node15</title>
<g id="a_node15"><a xlink:href="_channel_shuffle_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7050,-274 7050,-304 7191,-304 7191,-274 7050,-274"/>
<text text-anchor="start" x="7058" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Channel</text>
<text text-anchor="middle" x="7120.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">ShuffleLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node15 -->
<g id="edge15" class="edge">
<title>Node5&#45;&gt;Node15</title>
<path fill="none" stroke="midnightblue" d="M7246.35,-342.5C7217.73,-330.56 7180.7,-315.11 7154.23,-304.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7245.13,-345.78 7255.71,-346.4 7247.82,-339.32 7245.13,-345.78"/>
</g>
<!-- Node16 -->
<g id="node16" class="node">
<title>Node16</title>
<g id="a_node16"><a xlink:href="_comparison_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7209.5,-274 7209.5,-304 7369.5,-304 7369.5,-274 7209.5,-274"/>
<text text-anchor="start" x="7217.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Comparison</text>
<text text-anchor="middle" x="7289.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node16 -->
<g id="edge16" class="edge">
<title>Node5&#45;&gt;Node16</title>
<path fill="none" stroke="midnightblue" d="M7289.5,-336.23C7289.5,-325.57 7289.5,-313.41 7289.5,-304.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7286,-336.23 7289.5,-346.23 7293,-336.23 7286,-336.23"/>
</g>
<!-- Node17 -->
<g id="node17" class="node">
<title>Node17</title>
<g id="a_node17"><a xlink:href="_concat_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7387.5,-279.5 7387.5,-298.5 7569.5,-298.5 7569.5,-279.5 7387.5,-279.5"/>
<text text-anchor="middle" x="7478.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/ConcatLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node17 -->
<g id="edge17" class="edge">
<title>Node5&#45;&gt;Node17</title>
<path fill="none" stroke="midnightblue" d="M7337.1,-342.74C7375,-328.61 7426.38,-309.44 7455.62,-298.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7335.44,-339.63 7327.29,-346.4 7337.89,-346.19 7335.44,-339.63"/>
</g>
<!-- Node18 -->
<g id="node18" class="node">
<title>Node18</title>
<g id="a_node18"><a xlink:href="_constant_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7588,-274 7588,-304 7733,-304 7733,-274 7588,-274"/>
<text text-anchor="start" x="7596" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Constant</text>
<text text-anchor="middle" x="7660.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node18 -->
<g id="edge18" class="edge">
<title>Node5&#45;&gt;Node18</title>
<path fill="none" stroke="midnightblue" d="M7377.78,-346.63C7435.16,-337.23 7511.48,-324.01 7578.5,-310 7587.11,-308.2 7596.18,-306.15 7605.04,-304.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7376.96,-343.22 7367.66,-348.28 7378.09,-350.13 7376.96,-343.22"/>
</g>
<!-- Node19 -->
<g id="node19" class="node">
<title>Node19</title>
<g id="a_node19"><a xlink:href="_convert_fp16_to_fp32_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7751.5,-274 7751.5,-304 7891.5,-304 7891.5,-274 7751.5,-274"/>
<text text-anchor="start" x="7759.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Convert</text>
<text text-anchor="middle" x="7821.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Fp16ToFp32Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node19 -->
<g id="edge19" class="edge">
<title>Node5&#45;&gt;Node19</title>
<path fill="none" stroke="midnightblue" d="M7377.59,-354.17C7469.05,-346.77 7616.04,-332.59 7741.5,-310 7750.66,-308.35 7760.32,-306.25 7769.65,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.23,-350.68 7367.54,-354.97 7377.79,-357.66 7377.23,-350.68"/>
</g>
<!-- Node20 -->
<g id="node20" class="node">
<title>Node20</title>
<g id="a_node20"><a xlink:href="_convert_fp32_to_fp16_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7909.5,-274 7909.5,-304 8049.5,-304 8049.5,-274 7909.5,-274"/>
<text text-anchor="start" x="7917.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Convert</text>
<text text-anchor="middle" x="7979.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Fp32ToFp16Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node20 -->
<g id="edge20" class="edge">
<title>Node5&#45;&gt;Node20</title>
<path fill="none" stroke="midnightblue" d="M7377.83,-357.78C7497.14,-353.07 7716.11,-340.74 7900.5,-310 7909.85,-308.44 7919.72,-306.33 7929.19,-304.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.51,-354.29 7367.65,-358.18 7377.78,-361.29 7377.51,-354.29"/>
</g>
<!-- Node21 -->
<g id="node21" class="node">
<title>Node21</title>
<g id="a_node21"><a xlink:href="_convolution2d_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8067.5,-274 8067.5,-304 8239.5,-304 8239.5,-274 8067.5,-274"/>
<text text-anchor="start" x="8075.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Convolution2d</text>
<text text-anchor="middle" x="8153.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node21 -->
<g id="edge21" class="edge">
<title>Node5&#45;&gt;Node21</title>
<path fill="none" stroke="midnightblue" d="M7377.7,-358.77C7521.09,-355.05 7813.37,-343.68 8058.5,-310 8069.77,-308.45 8081.7,-306.33 8093.16,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.55,-355.27 7367.64,-359.03 7377.73,-362.27 7377.55,-355.27"/>
</g>
<!-- Node22 -->
<g id="node22" class="node">
<title>Node22</title>
<g id="a_node22"><a xlink:href="_convolution3d_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8257.5,-274 8257.5,-304 8429.5,-304 8429.5,-274 8257.5,-274"/>
<text text-anchor="start" x="8265.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Convolution3d</text>
<text text-anchor="middle" x="8343.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node22 -->
<g id="edge22" class="edge">
<title>Node5&#45;&gt;Node22</title>
<path fill="none" stroke="midnightblue" d="M7377.68,-360.41C7547.14,-359.23 7929.75,-351.69 8248.5,-310 8260.03,-308.49 8272.25,-306.34 8283.94,-304.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.54,-356.91 7367.56,-360.47 7377.59,-363.91 7377.54,-356.91"/>
</g>
<!-- Node23 -->
<g id="node23" class="node">
<title>Node23</title>
<g id="a_node23"><a xlink:href="_debug_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8448,-279.5 8448,-298.5 8627,-298.5 8627,-279.5 8448,-279.5"/>
<text text-anchor="middle" x="8537.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/DebugLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node23 -->
<g id="edge23" class="edge">
<title>Node5&#45;&gt;Node23</title>
<path fill="none" stroke="midnightblue" d="M7377.61,-361.28C7570.61,-361.97 8044.94,-358.11 8438.5,-310 8459.73,-307.4 8483.21,-302.74 8501.98,-298.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.53,-357.78 7367.52,-361.24 7377.5,-364.78 7377.53,-357.78"/>
</g>
<!-- Node24 -->
<g id="node24" class="node">
<title>Node24</title>
<g id="a_node24"><a xlink:href="_depth_to_space_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8645,-274 8645,-304 8786,-304 8786,-274 8645,-274"/>
<text text-anchor="start" x="8653" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/DepthTo</text>
<text text-anchor="middle" x="8715.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">SpaceLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node24 -->
<g id="edge24" class="edge">
<title>Node5&#45;&gt;Node24</title>
<path fill="none" stroke="midnightblue" d="M7377.71,-359.58C7636.61,-356.49 8391.47,-344.7 8635.5,-310 8645.42,-308.59 8655.9,-306.45 8665.89,-304.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.56,-356.08 7367.6,-359.7 7377.64,-363.08 7377.56,-356.08"/>
</g>
<!-- Node25 -->
<g id="node25" class="node">
<title>Node25</title>
<g id="a_node25"><a xlink:href="_depthwise_convolution2d_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8804,-274 8804,-304 8957,-304 8957,-274 8804,-274"/>
<text text-anchor="start" x="8812" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Depthwise</text>
<text text-anchor="middle" x="8880.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Convolution2dLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node25 -->
<g id="edge25" class="edge">
<title>Node5&#45;&gt;Node25</title>
<path fill="none" stroke="midnightblue" d="M7377.82,-359.8C7656.96,-357.22 8517.99,-346.44 8794.5,-310 8805.29,-308.58 8816.71,-306.41 8827.58,-304.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.71,-356.3 7367.74,-359.89 7377.78,-363.3 7377.71,-356.3"/>
</g>
<!-- Node26 -->
<g id="node26" class="node">
<title>Node26</title>
<g id="a_node26"><a xlink:href="_dequantize_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8975,-274 8975,-304 9132,-304 9132,-274 8975,-274"/>
<text text-anchor="start" x="8983" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Dequantize</text>
<text text-anchor="middle" x="9053.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node26 -->
<g id="edge26" class="edge">
<title>Node5&#45;&gt;Node26</title>
<path fill="none" stroke="midnightblue" d="M7377.9,-360.09C7677.66,-358.35 8654.08,-349.7 8965.5,-310 8976.53,-308.59 8988.22,-306.43 8999.34,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.51,-356.59 7367.53,-360.15 7377.55,-363.59 7377.51,-356.59"/>
</g>
<!-- Node27 -->
<g id="node27" class="node">
<title>Node27</title>
<g id="a_node27"><a xlink:href="_detection_post_process_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9150,-274 9150,-304 9299,-304 9299,-274 9150,-274"/>
<text text-anchor="start" x="9158" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Detection</text>
<text text-anchor="middle" x="9224.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">PostProcessLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node27 -->
<g id="edge27" class="edge">
<title>Node5&#45;&gt;Node27</title>
<path fill="none" stroke="midnightblue" d="M7377.83,-360.51C7697.5,-360.15 8793.46,-355.55 9140.5,-310 9151.05,-308.61 9162.21,-306.46 9172.83,-304.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.69,-357.01 7367.7,-360.52 7377.7,-364.01 7377.69,-357.01"/>
</g>
<!-- Node28 -->
<g id="node28" class="node">
<title>Node28</title>
<g id="a_node28"><a xlink:href="_division_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9317,-274 9317,-304 9458,-304 9458,-274 9317,-274"/>
<text text-anchor="start" x="9325" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Division</text>
<text text-anchor="middle" x="9387.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node28 -->
<g id="edge28" class="edge">
<title>Node5&#45;&gt;Node28</title>
<path fill="none" stroke="midnightblue" d="M7377.74,-360.87C7715.5,-361.89 8926.41,-361.76 9307.5,-310 9317.57,-308.63 9328.21,-306.48 9338.33,-304.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.53,-357.37 7367.52,-360.84 7377.51,-364.37 7377.53,-357.37"/>
</g>
<!-- Node29 -->
<g id="node29" class="node">
<title>Node29</title>
<g id="a_node29"><a xlink:href="_elementwise_binary_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9476.5,-274 9476.5,-304 9640.5,-304 9640.5,-274 9476.5,-274"/>
<text text-anchor="start" x="9484.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Elementwise</text>
<text text-anchor="middle" x="9558.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">BinaryLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node29 -->
<g id="edge29" class="edge">
<title>Node5&#45;&gt;Node29</title>
<path fill="none" stroke="midnightblue" d="M7377.75,-360.7C7732.04,-361.15 9051.9,-359.41 9466.5,-310 9478.02,-308.63 9490.23,-306.48 9501.86,-304.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.55,-357.2 7367.55,-360.69 7377.54,-364.2 7377.55,-357.2"/>
</g>
<!-- Node30 -->
<g id="node30" class="node">
<title>Node30</title>
<g id="a_node30"><a xlink:href="_elementwise_unary_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9658.5,-274 9658.5,-304 9822.5,-304 9822.5,-274 9658.5,-274"/>
<text text-anchor="start" x="9666.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Elementwise</text>
<text text-anchor="middle" x="9740.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">UnaryLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node30 -->
<g id="edge30" class="edge">
<title>Node5&#45;&gt;Node30</title>
<path fill="none" stroke="midnightblue" d="M7377.94,-360.91C7750.95,-362.3 9197.22,-364.02 9649.5,-310 9661.06,-308.62 9673.32,-306.43 9684.97,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.76,-357.41 7367.75,-360.87 7377.73,-364.41 7377.76,-357.41"/>
</g>
<!-- Node31 -->
<g id="node31" class="node">
<title>Node31</title>
<g id="a_node31"><a xlink:href="_fake_quantization_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9841,-274 9841,-304 10026,-304 10026,-274 9841,-274"/>
<text text-anchor="start" x="9849" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/FakeQuantization</text>
<text text-anchor="middle" x="9933.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node31 -->
<g id="edge31" class="edge">
<title>Node5&#45;&gt;Node31</title>
<path fill="none" stroke="midnightblue" d="M7377.87,-360.8C7768.3,-361.83 9340.86,-362.57 9831.5,-310 9844.33,-308.63 9857.95,-306.46 9870.92,-304.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.78,-357.3 7367.77,-360.78 7377.76,-364.3 7377.78,-357.3"/>
</g>
<!-- Node32 -->
<g id="node32" class="node">
<title>Node32</title>
<g id="a_node32"><a xlink:href="_fill_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10044.5,-279.5 10044.5,-298.5 10206.5,-298.5 10206.5,-279.5 10044.5,-279.5"/>
<text text-anchor="middle" x="10125.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/FillLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node32 -->
<g id="edge32" class="edge">
<title>Node5&#45;&gt;Node32</title>
<path fill="none" stroke="midnightblue" d="M7377.79,-359.92C7818.09,-356.86 9766.06,-341.65 10034.5,-310 10054.42,-307.65 10076.39,-302.89 10093.76,-298.6"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.65,-356.42 7367.67,-359.99 7377.7,-363.42 7377.65,-356.42"/>
</g>
<!-- Node33 -->
<g id="node33" class="node">
<title>Node33</title>
<g id="a_node33"><a xlink:href="_floor_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10225,-279.5 10225,-298.5 10398,-298.5 10398,-279.5 10225,-279.5"/>
<text text-anchor="middle" x="10311.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/FloorLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node33 -->
<g id="edge33" class="edge">
<title>Node5&#45;&gt;Node33</title>
<path fill="none" stroke="midnightblue" d="M7377.95,-359.97C7835.96,-357.06 9928,-342.14 10215.5,-310 10236.48,-307.65 10259.66,-302.89 10277.98,-298.6"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.73,-356.47 7367.76,-360.03 7377.78,-363.47 7377.73,-356.47"/>
</g>
<!-- Node34 -->
<g id="node34" class="node">
<title>Node34</title>
<g id="a_node34"><a xlink:href="_fully_connected_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10416.5,-274 10416.5,-304 10592.5,-304 10592.5,-274 10416.5,-274"/>
<text text-anchor="start" x="10424.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/FullyConnected</text>
<text text-anchor="middle" x="10504.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node34 -->
<g id="edge34" class="edge">
<title>Node5&#45;&gt;Node34</title>
<path fill="none" stroke="midnightblue" d="M7377.86,-360.05C7853.48,-357.47 10098.9,-343.59 10406.5,-310 10418.93,-308.64 10432.12,-306.47 10444.66,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.61,-356.55 7367.63,-360.1 7377.65,-363.55 7377.61,-356.55"/>
</g>
<!-- Node35 -->
<g id="node35" class="node">
<title>Node35</title>
<g id="a_node35"><a xlink:href="_fused_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10610.5,-279.5 10610.5,-298.5 10786.5,-298.5 10786.5,-279.5 10610.5,-279.5"/>
<text text-anchor="middle" x="10698.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/FusedLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node35 -->
<g id="edge35" class="edge">
<title>Node5&#45;&gt;Node35</title>
<path fill="none" stroke="midnightblue" d="M7378.15,-360.15C7872.03,-358.04 10273.54,-345.99 10601.5,-310 10622.86,-307.66 10646.49,-302.83 10665.08,-298.51"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.86,-356.65 7367.88,-360.19 7377.89,-363.65 7377.86,-356.65"/>
</g>
<!-- Node36 -->
<g id="node36" class="node">
<title>Node36</title>
<g id="a_node36"><a xlink:href="_gather_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10805,-279.5 10805,-298.5 10986,-298.5 10986,-279.5 10805,-279.5"/>
<text text-anchor="middle" x="10895.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/GatherLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node36 -->
<g id="edge36" class="edge">
<title>Node5&#45;&gt;Node36</title>
<path fill="none" stroke="midnightblue" d="M7377.94,-360.2C7888.35,-358.31 10446.99,-347.05 10795.5,-310 10817.51,-307.66 10841.86,-302.84 10861.03,-298.51"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.68,-356.7 7367.69,-360.23 7377.7,-363.7 7377.68,-356.7"/>
</g>
<!-- Node37 -->
<g id="node37" class="node">
<title>Node37</title>
<g id="a_node37"><a xlink:href="_gather_nd_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11004.5,-274 11004.5,-304 11152.5,-304 11152.5,-274 11004.5,-274"/>
<text text-anchor="start" x="11012.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/GatherNd</text>
<text text-anchor="middle" x="11078.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node37 -->
<g id="edge37" class="edge">
<title>Node5&#45;&gt;Node37</title>
<path fill="none" stroke="midnightblue" d="M7377.85,-360.46C7905.1,-360.07 10625.79,-355.84 10994.5,-310 11005.21,-308.67 11016.54,-306.5 11027.3,-304.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.64,-356.96 7367.65,-360.47 7377.65,-363.96 7377.64,-356.96"/>
</g>
<!-- Node38 -->
<g id="node38" class="node">
<title>Node38</title>
<g id="a_node38"><a xlink:href="_input_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11171,-279.5 11171,-298.5 11344,-298.5 11344,-279.5 11171,-279.5"/>
<text text-anchor="middle" x="11257.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/InputLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node38 -->
<g id="edge38" class="edge">
<title>Node5&#45;&gt;Node38</title>
<path fill="none" stroke="midnightblue" d="M7377.89,-360.37C7919.08,-359.42 10774.6,-352.43 11161.5,-310 11182.65,-307.68 11206.04,-302.86 11224.43,-298.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.8,-356.87 7367.81,-360.38 7377.81,-363.87 7377.8,-356.87"/>
</g>
<!-- Node39 -->
<g id="node39" class="node">
<title>Node39</title>
<g id="a_node39"><a xlink:href="_instance_normalization_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11362,-274 11362,-304 11505,-304 11505,-274 11362,-274"/>
<text text-anchor="start" x="11370" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Instance</text>
<text text-anchor="middle" x="11433.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">NormalizationLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node39 -->
<g id="edge39" class="edge">
<title>Node5&#45;&gt;Node39</title>
<path fill="none" stroke="midnightblue" d="M7378.21,-360.62C7935.82,-361.21 10946.41,-361.96 11352.5,-310 11362.84,-308.68 11373.78,-306.52 11384.15,-304.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.83,-357.12 7367.82,-360.61 7377.82,-364.12 7377.83,-357.12"/>
</g>
<!-- Node40 -->
<g id="node40" class="node">
<title>Node40</title>
<g id="a_node40"><a xlink:href="_l2_normalization_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11523.5,-274 11523.5,-304 11705.5,-304 11705.5,-274 11523.5,-274"/>
<text text-anchor="start" x="11531.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/L2Normalization</text>
<text text-anchor="middle" x="11614.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node40 -->
<g id="edge40" class="edge">
<title>Node5&#45;&gt;Node40</title>
<path fill="none" stroke="midnightblue" d="M7378.04,-360.42C7947.95,-359.76 11089.27,-354.16 11513.5,-310 11526.39,-308.66 11540.08,-306.47 11553.08,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.83,-356.92 7367.84,-360.43 7377.84,-363.92 7377.83,-356.92"/>
</g>
<!-- Node41 -->
<g id="node41" class="node">
<title>Node41</title>
<g id="a_node41"><a xlink:href="_logical_binary_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11723.5,-274 11723.5,-304 11859.5,-304 11859.5,-274 11723.5,-274"/>
<text text-anchor="start" x="11731.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Logical</text>
<text text-anchor="middle" x="11791.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">BinaryLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node41 -->
<g id="edge41" class="edge">
<title>Node5&#45;&gt;Node41</title>
<path fill="none" stroke="midnightblue" d="M7377.98,-360.1C7982.94,-357.29 11491.88,-339.73 11714.5,-310 11724.49,-308.67 11735.05,-306.47 11745.03,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.57,-356.6 7367.59,-360.15 7377.6,-363.6 7377.57,-356.6"/>
</g>
<!-- Node42 -->
<g id="node42" class="node">
<title>Node42</title>
<g id="a_node42"><a xlink:href="_log_softmax_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11878,-274 11878,-304 12037,-304 12037,-274 11878,-274"/>
<text text-anchor="start" x="11886" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/LogSoftmax</text>
<text text-anchor="middle" x="11957.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node42 -->
<g id="edge42" class="edge">
<title>Node5&#45;&gt;Node42</title>
<path fill="none" stroke="midnightblue" d="M7377.77,-360.64C7974.39,-361.46 11407.29,-363.76 11868.5,-310 11879.83,-308.68 11891.82,-306.52 11903.21,-304.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.52,-357.14 7367.52,-360.63 7377.51,-364.14 7377.52,-357.14"/>
</g>
<!-- Node43 -->
<g id="node43" class="node">
<title>Node43</title>
<g id="a_node43"><a xlink:href="_lstm_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12055.5,-279.5 12055.5,-298.5 12227.5,-298.5 12227.5,-279.5 12055.5,-279.5"/>
<text text-anchor="middle" x="12141.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/LstmLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node43 -->
<g id="edge43" class="edge">
<title>Node5&#45;&gt;Node43</title>
<path fill="none" stroke="midnightblue" d="M7377.78,-360.6C7987.64,-361.14 11565.15,-362.08 12045.5,-310 12066.66,-307.71 12090.04,-302.88 12108.43,-298.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.74,-357.1 7367.73,-360.59 7377.73,-364.1 7377.74,-357.1"/>
</g>
<!-- Node44 -->
<g id="node44" class="node">
<title>Node44</title>
<g id="a_node44"><a xlink:href="_map_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12246,-279.5 12246,-298.5 12415,-298.5 12415,-279.5 12246,-279.5"/>
<text text-anchor="middle" x="12330.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/MapLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node44 -->
<g id="edge44" class="edge">
<title>Node5&#45;&gt;Node44</title>
<path fill="none" stroke="midnightblue" d="M7377.82,-360.66C8001.85,-361.65 11736.03,-365.24 12236.5,-310 12257.23,-307.71 12280.13,-302.89 12298.13,-298.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.55,-357.16 7367.55,-360.64 7377.54,-364.16 7377.55,-357.16"/>
</g>
<!-- Node45 -->
<g id="node45" class="node">
<title>Node45</title>
<g id="a_node45"><a xlink:href="_maximum_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12433,-274 12433,-304 12584,-304 12584,-274 12433,-274"/>
<text text-anchor="start" x="12441" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Maximum</text>
<text text-anchor="middle" x="12508.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node45 -->
<g id="edge45" class="edge">
<title>Node5&#45;&gt;Node45</title>
<path fill="none" stroke="midnightblue" d="M7378.16,-360.19C8037.86,-357.78 12163.03,-341.53 12423.5,-310 12434.49,-308.67 12446.12,-306.47 12457.14,-304.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.77,-356.69 7367.78,-360.22 7377.79,-363.69 7377.77,-356.69"/>
</g>
<!-- Node46 -->
<g id="node46" class="node">
<title>Node46</title>
<g id="a_node46"><a xlink:href="_mean_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12602,-279.5 12602,-298.5 12777,-298.5 12777,-279.5 12602,-279.5"/>
<text text-anchor="middle" x="12689.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/MeanLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node46 -->
<g id="edge46" class="edge">
<title>Node5&#45;&gt;Node46</title>
<path fill="none" stroke="midnightblue" d="M7377.93,-360.69C8027.74,-361.97 12054.12,-367.52 12592.5,-310 12613.87,-307.72 12637.5,-302.89 12656.08,-298.56"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.7,-357.19 7367.7,-360.67 7377.69,-364.19 7377.7,-357.19"/>
</g>
<!-- Node47 -->
<g id="node47" class="node">
<title>Node47</title>
<g id="a_node47"><a xlink:href="_mem_copy_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12795,-274 12795,-304 12946,-304 12946,-274 12795,-274"/>
<text text-anchor="start" x="12803" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/MemCopy</text>
<text text-anchor="middle" x="12870.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node47 -->
<g id="edge47" class="edge">
<title>Node5&#45;&gt;Node47</title>
<path fill="none" stroke="midnightblue" d="M7377.6,-360.25C8061.67,-358.22 12505.74,-343.77 12785.5,-310 12796.49,-308.67 12808.12,-306.48 12819.14,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.55,-356.75 7367.56,-360.28 7377.57,-363.75 7377.55,-356.75"/>
</g>
<!-- Node48 -->
<g id="node48" class="node">
<title>Node48</title>
<g id="a_node48"><a xlink:href="_mem_import_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12964.5,-274 12964.5,-304 13122.5,-304 13122.5,-274 12964.5,-274"/>
<text text-anchor="start" x="12972.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/MemImport</text>
<text text-anchor="middle" x="13043.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node48 -->
<g id="edge48" class="edge">
<title>Node5&#45;&gt;Node48</title>
<path fill="none" stroke="midnightblue" d="M7377.82,-360.25C8074.53,-358.19 12665.62,-343.36 12954.5,-310 12965.98,-308.67 12978.16,-306.48 12989.69,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.59,-356.75 7367.6,-360.28 7377.61,-363.75 7377.59,-356.75"/>
</g>
<!-- Node49 -->
<g id="node49" class="node">
<title>Node49</title>
<g id="a_node49"><a xlink:href="_merge_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13141,-279.5 13141,-298.5 13320,-298.5 13320,-279.5 13141,-279.5"/>
<text text-anchor="middle" x="13230.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/MergeLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node49 -->
<g id="edge49" class="edge">
<title>Node5&#45;&gt;Node49</title>
<path fill="none" stroke="midnightblue" d="M7377.78,-360.22C8086.63,-357.89 12832.85,-341.17 13131.5,-310 13153.3,-307.72 13177.41,-302.9 13196.39,-298.56"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.62,-356.72 7367.63,-360.25 7377.64,-363.72 7377.62,-356.72"/>
</g>
<!-- Node50 -->
<g id="node50" class="node">
<title>Node50</title>
<g id="a_node50"><a xlink:href="_minimum_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13338.5,-274 13338.5,-304 13486.5,-304 13486.5,-274 13338.5,-274"/>
<text text-anchor="start" x="13346.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Minimum</text>
<text text-anchor="middle" x="13412.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node50 -->
<g id="edge50" class="edge">
<title>Node5&#45;&gt;Node50</title>
<path fill="none" stroke="midnightblue" d="M7377.63,-360.33C8099.5,-358.87 13019.93,-347.54 13328.5,-310 13339.36,-308.68 13350.86,-306.48 13361.75,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.55,-356.83 7367.56,-360.35 7377.57,-363.83 7377.55,-356.83"/>
</g>
<!-- Node51 -->
<g id="node51" class="node">
<title>Node51</title>
<g id="a_node51"><a xlink:href="_multiplication_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13504.5,-274 13504.5,-304 13672.5,-304 13672.5,-274 13504.5,-274"/>
<text text-anchor="start" x="13512.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Multiplication</text>
<text text-anchor="middle" x="13588.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node51 -->
<g id="edge51" class="edge">
<title>Node5&#45;&gt;Node51</title>
<path fill="none" stroke="midnightblue" d="M7377.74,-360.3C8111.22,-358.53 13177.66,-345.1 13495.5,-310 13507.48,-308.68 13520.19,-306.48 13532.24,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.51,-356.8 7367.51,-360.32 7377.52,-363.8 7377.51,-356.8"/>
</g>
<!-- Node52 -->
<g id="node52" class="node">
<title>Node52</title>
<g id="a_node52"><a xlink:href="_normalization_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13690.5,-274 13690.5,-304 13860.5,-304 13860.5,-274 13690.5,-274"/>
<text text-anchor="start" x="13698.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Normalization</text>
<text text-anchor="middle" x="13775.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node52 -->
<g id="edge52" class="edge">
<title>Node5&#45;&gt;Node52</title>
<path fill="none" stroke="midnightblue" d="M7377.75,-360.31C8123.62,-358.66 13353.71,-345.8 13681.5,-310 13693.61,-308.68 13706.45,-306.48 13718.63,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.61,-356.81 7367.62,-360.33 7377.62,-363.81 7377.61,-356.81"/>
</g>
<!-- Node53 -->
<g id="node53" class="node">
<title>Node53</title>
<g id="a_node53"><a xlink:href="_output_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13879,-279.5 13879,-298.5 14060,-298.5 14060,-279.5 13879,-279.5"/>
<text text-anchor="middle" x="13969.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/OutputLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node53 -->
<g id="edge53" class="edge">
<title>Node5&#45;&gt;Node53</title>
<path fill="none" stroke="midnightblue" d="M7377.67,-360.3C8135.52,-358.54 13531.45,-344.78 13869.5,-310 13891.51,-307.73 13915.87,-302.91 13935.04,-298.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.63,-356.8 7367.64,-360.32 7377.65,-363.8 7377.63,-356.8"/>
</g>
<!-- Node54 -->
<g id="node54" class="node">
<title>Node54</title>
<g id="a_node54"><a xlink:href="_pad_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14078,-279.5 14078,-298.5 14243,-298.5 14243,-279.5 14078,-279.5"/>
<text text-anchor="middle" x="14160.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/PadLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node54 -->
<g id="edge54" class="edge">
<title>Node5&#45;&gt;Node54</title>
<path fill="none" stroke="midnightblue" d="M7377.9,-360.36C8149.52,-359.11 13720.17,-348.74 14068.5,-310 14088.81,-307.74 14111.22,-302.92 14128.84,-298.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7377.69,-356.86 7367.7,-360.38 7377.7,-363.86 7377.69,-356.86"/>
</g>
<!-- Node55 -->
<g id="node55" class="node">
<title>Node55</title>
<g id="a_node55"><a xlink:href="_permute_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-274 0,-304 143,-304 143,-274 0,-274"/>
<text text-anchor="start" x="8" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Permute</text>
<text text-anchor="middle" x="71.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node55 -->
<g id="edge55" class="edge">
<title>Node5&#45;&gt;Node55</title>
<path fill="none" stroke="midnightblue" d="M7201.25,-346.1C6717.59,-313.39 537.23,-358.49 151.5,-310 141.13,-308.7 130.17,-306.51 119.8,-304.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.08,-349.6 7211.32,-346.86 7201.61,-342.62 7201.08,-349.6"/>
</g>
<!-- Node56 -->
<g id="node56" class="node">
<title>Node56</title>
<g id="a_node56"><a xlink:href="_pooling2d_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="161,-274 161,-304 310,-304 310,-274 161,-274"/>
<text text-anchor="start" x="169" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Pooling2d</text>
<text text-anchor="middle" x="235.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node56 -->
<g id="edge56" class="edge">
<title>Node5&#45;&gt;Node56</title>
<path fill="none" stroke="midnightblue" d="M7201.14,-346.1C6726.11,-314.12 695.19,-355.74 318.5,-310 307.76,-308.7 296.39,-306.51 285.64,-304.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.08,-349.6 7211.32,-346.86 7201.61,-342.62 7201.08,-349.6"/>
</g>
<!-- Node57 -->
<g id="node57" class="node">
<title>Node57</title>
<g id="a_node57"><a xlink:href="_pooling3d_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="328,-274 328,-304 477,-304 477,-274 328,-274"/>
<text text-anchor="start" x="336" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Pooling3d</text>
<text text-anchor="middle" x="402.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node57 -->
<g id="edge57" class="edge">
<title>Node5&#45;&gt;Node57</title>
<path fill="none" stroke="midnightblue" d="M7201.14,-346.03C6413.08,-283.48 1224.15,-398.61 486.5,-310 475.63,-308.69 464.14,-306.51 453.25,-304.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.53 7211.32,-346.86 7201.64,-342.56 7201.07,-349.53"/>
</g>
<!-- Node58 -->
<g id="node58" class="node">
<title>Node58</title>
<g id="a_node58"><a xlink:href="_pre_compiled_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="495.5,-274 495.5,-304 659.5,-304 659.5,-274 495.5,-274"/>
<text text-anchor="start" x="503.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/PreCompiled</text>
<text text-anchor="middle" x="577.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node58 -->
<g id="edge58" class="edge">
<title>Node5&#45;&gt;Node58</title>
<path fill="none" stroke="midnightblue" d="M7201.13,-346.03C6433.25,-285.08 1386.79,-390 668.5,-310 656.76,-308.69 644.32,-306.5 632.53,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.53 7211.32,-346.87 7201.64,-342.56 7201.07,-349.53"/>
</g>
<!-- Node59 -->
<g id="node59" class="node">
<title>Node59</title>
<g id="a_node59"><a xlink:href="_prelu_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="678,-279.5 678,-298.5 851,-298.5 851,-279.5 678,-279.5"/>
<text text-anchor="middle" x="764.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/PreluLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node59 -->
<g id="edge59" class="edge">
<title>Node5&#45;&gt;Node59</title>
<path fill="none" stroke="midnightblue" d="M7201.15,-346.03C6454.54,-286.79 1557.04,-384.63 859.5,-310 838.55,-307.76 815.41,-302.94 797.21,-298.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.53 7211.32,-346.87 7201.64,-342.56 7201.07,-349.53"/>
</g>
<!-- Node60 -->
<g id="node60" class="node">
<title>Node60</title>
<g id="a_node60"><a xlink:href="_q_lstm_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="869,-279.5 869,-298.5 1048,-298.5 1048,-279.5 869,-279.5"/>
<text text-anchor="middle" x="958.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/QLstmLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node60 -->
<g id="edge60" class="edge">
<title>Node5&#45;&gt;Node60</title>
<path fill="none" stroke="midnightblue" d="M7201.2,-346.03C6476.61,-288.56 1732.51,-380.28 1056.5,-310 1034.91,-307.76 1011.04,-302.93 992.26,-298.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.53 7211.32,-346.87 7201.64,-342.56 7201.07,-349.53"/>
</g>
<!-- Node61 -->
<g id="node61" class="node">
<title>Node61</title>
<g id="a_node61"><a xlink:href="_quantized_lstm_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1066,-274 1066,-304 1217,-304 1217,-274 1066,-274"/>
<text text-anchor="start" x="1074" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Quantized</text>
<text text-anchor="middle" x="1141.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">LstmLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node61 -->
<g id="edge61" class="edge">
<title>Node5&#45;&gt;Node61</title>
<path fill="none" stroke="midnightblue" d="M7201.21,-346.03C6495.43,-290.2 1881.64,-389.04 1225.5,-310 1214.64,-308.69 1203.14,-306.5 1192.25,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.53 7211.32,-346.87 7201.64,-342.56 7201.07,-349.53"/>
</g>
<!-- Node62 -->
<g id="node62" class="node">
<title>Node62</title>
<g id="a_node62"><a xlink:href="_quantize_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1235,-274 1235,-304 1380,-304 1380,-274 1235,-274"/>
<text text-anchor="start" x="1243" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Quantize</text>
<text text-anchor="middle" x="1307.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node62 -->
<g id="edge62" class="edge">
<title>Node5&#45;&gt;Node62</title>
<path fill="none" stroke="midnightblue" d="M7201.23,-346.04C6513.62,-291.71 2026.33,-389.58 1388.5,-310 1378.01,-308.69 1366.91,-306.5 1356.41,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.53 7211.32,-346.87 7201.64,-342.56 7201.07,-349.53"/>
</g>
<!-- Node63 -->
<g id="node63" class="node">
<title>Node63</title>
<g id="a_node63"><a xlink:href="_rank_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1398,-279.5 1398,-298.5 1571,-298.5 1571,-279.5 1398,-279.5"/>
<text text-anchor="middle" x="1484.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/RankLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node63 -->
<g id="edge63" class="edge">
<title>Node5&#45;&gt;Node63</title>
<path fill="none" stroke="midnightblue" d="M7201.32,-346.04C6535.32,-293.34 2198.5,-375.69 1580.5,-310 1559.34,-307.75 1535.95,-302.93 1517.56,-298.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.53 7211.32,-346.87 7201.64,-342.56 7201.07,-349.53"/>
</g>
<!-- Node64 -->
<g id="node64" class="node">
<title>Node64</title>
<g id="a_node64"><a xlink:href="_reduce_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1589.5,-279.5 1589.5,-298.5 1773.5,-298.5 1773.5,-279.5 1589.5,-279.5"/>
<text text-anchor="middle" x="1681.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/ReduceLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node64 -->
<g id="edge64" class="edge">
<title>Node5&#45;&gt;Node64</title>
<path fill="none" stroke="midnightblue" d="M7201.2,-346.03C6557.25,-295.15 2378.44,-370.44 1782.5,-310 1760.27,-307.75 1735.67,-302.92 1716.31,-298.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.54 7211.32,-346.87 7201.64,-342.56 7201.07,-349.54"/>
</g>
<!-- Node65 -->
<g id="node65" class="node">
<title>Node65</title>
<g id="a_node65"><a xlink:href="_reshape_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1792,-274 1792,-304 1935,-304 1935,-274 1792,-274"/>
<text text-anchor="start" x="1800" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Reshape</text>
<text text-anchor="middle" x="1863.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node65 -->
<g id="edge65" class="edge">
<title>Node5&#45;&gt;Node65</title>
<path fill="none" stroke="midnightblue" d="M7201.04,-346.02C6574.53,-296.79 2520.96,-382.12 1944.5,-310 1934.01,-308.69 1922.91,-306.5 1912.41,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.54 7211.32,-346.87 7201.64,-342.56 7201.07,-349.54"/>
</g>
<!-- Node66 -->
<g id="node66" class="node">
<title>Node66</title>
<g id="a_node66"><a xlink:href="_resize_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1953.5,-279.5 1953.5,-298.5 2133.5,-298.5 2133.5,-279.5 1953.5,-279.5"/>
<text text-anchor="middle" x="2043.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/ResizeLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node66 -->
<g id="edge66" class="edge">
<title>Node5&#45;&gt;Node66</title>
<path fill="none" stroke="midnightblue" d="M7200.97,-346.02C6596.28,-298.45 2698.47,-367.59 2142.5,-310 2120.7,-307.74 2096.58,-302.92 2077.61,-298.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.54 7211.32,-346.87 7201.64,-342.56 7201.07,-349.54"/>
</g>
<!-- Node67 -->
<g id="node67" class="node">
<title>Node67</title>
<g id="a_node67"><a xlink:href="_reverse_v2_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2152,-274 2152,-304 2293,-304 2293,-274 2152,-274"/>
<text text-anchor="start" x="2160" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Reverse</text>
<text text-anchor="middle" x="2222.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">V2Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node67 -->
<g id="edge67" class="edge">
<title>Node5&#45;&gt;Node67</title>
<path fill="none" stroke="midnightblue" d="M7201.29,-346.05C6615.32,-300.03 2838.47,-378.92 2301.5,-310 2291.26,-308.69 2280.43,-306.49 2270.19,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.54 7211.32,-346.87 7201.64,-342.56 7201.07,-349.54"/>
</g>
<!-- Node68 -->
<g id="node68" class="node">
<title>Node68</title>
<g id="a_node68"><a xlink:href="_rsqrt_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2311,-279.5 2311,-298.5 2484,-298.5 2484,-279.5 2311,-279.5"/>
<text text-anchor="middle" x="2397.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/RsqrtLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node68 -->
<g id="edge68" class="edge">
<title>Node5&#45;&gt;Node68</title>
<path fill="none" stroke="midnightblue" d="M7201.26,-346.04C6636.56,-301.64 3010.6,-365.29 2493.5,-310 2472.34,-307.74 2448.96,-302.92 2430.56,-298.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.54 7211.32,-346.87 7201.64,-342.56 7201.07,-349.54"/>
</g>
<!-- Node69 -->
<g id="node69" class="node">
<title>Node69</title>
<g id="a_node69"><a xlink:href="_scatter_nd_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2502.5,-274 2502.5,-304 2638.5,-304 2638.5,-274 2502.5,-274"/>
<text text-anchor="start" x="2510.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Scatter</text>
<text text-anchor="middle" x="2570.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">NdLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node69 -->
<g id="edge69" class="edge">
<title>Node5&#45;&gt;Node69</title>
<path fill="none" stroke="midnightblue" d="M7201.18,-346.04C6653.33,-303.19 3146.1,-375.7 2647.5,-310 2637.5,-308.68 2626.95,-306.49 2616.96,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.07,-349.54 7211.32,-346.87 7201.64,-342.56 7201.07,-349.54"/>
</g>
<!-- Node70 -->
<g id="node70" class="node">
<title>Node70</title>
<g id="a_node70"><a xlink:href="_shape_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2656.5,-279.5 2656.5,-298.5 2834.5,-298.5 2834.5,-279.5 2656.5,-279.5"/>
<text text-anchor="middle" x="2745.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/ShapeLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node70 -->
<g id="edge70" class="edge">
<title>Node5&#45;&gt;Node70</title>
<path fill="none" stroke="midnightblue" d="M7201.23,-346.04C6675.34,-304.8 3322.02,-360.33 2843.5,-310 2821.91,-307.73 2798.04,-302.91 2779.26,-298.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.06,-349.54 7211.32,-346.88 7201.64,-342.56 7201.06,-349.54"/>
</g>
<!-- Node71 -->
<g id="node71" class="node">
<title>Node71</title>
<g id="a_node71"><a xlink:href="_slice_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2853,-279.5 2853,-298.5 3024,-298.5 3024,-279.5 2853,-279.5"/>
<text text-anchor="middle" x="2938.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/SliceLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node71 -->
<g id="edge71" class="edge">
<title>Node5&#45;&gt;Node71</title>
<path fill="none" stroke="midnightblue" d="M7201.29,-346.05C6696.75,-306.53 3490.89,-359.62 3033.5,-310 3012.55,-307.73 2989.41,-302.91 2971.22,-298.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.06,-349.54 7211.32,-346.88 7201.64,-342.57 7201.06,-349.54"/>
</g>
<!-- Node72 -->
<g id="node72" class="node">
<title>Node72</title>
<g id="a_node72"><a xlink:href="_softmax_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3042.5,-274 3042.5,-304 3184.5,-304 3184.5,-274 3042.5,-274"/>
<text text-anchor="start" x="3050.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Softmax</text>
<text text-anchor="middle" x="3113.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node72 -->
<g id="edge72" class="edge">
<title>Node5&#45;&gt;Node72</title>
<path fill="none" stroke="midnightblue" d="M7201.31,-346.05C6714.63,-308.1 3632.25,-366.01 3193.5,-310 3183.13,-308.68 3172.17,-306.48 3161.8,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.06,-349.54 7211.32,-346.88 7201.64,-342.57 7201.06,-349.54"/>
</g>
<!-- Node73 -->
<g id="node73" class="node">
<title>Node73</title>
<g id="a_node73"><a xlink:href="_space_to_batch_nd_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3203,-274 3203,-304 3344,-304 3344,-274 3203,-274"/>
<text text-anchor="start" x="3211" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/SpaceTo</text>
<text text-anchor="middle" x="3273.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">BatchNdLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node73 -->
<g id="edge73" class="edge">
<title>Node5&#45;&gt;Node73</title>
<path fill="none" stroke="midnightblue" d="M7201.35,-346.06C6732.53,-309.54 3773.65,-364.48 3352.5,-310 3342.26,-308.67 3331.43,-306.48 3321.19,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.06,-349.54 7211.32,-346.88 7201.64,-342.57 7201.06,-349.54"/>
</g>
<!-- Node74 -->
<g id="node74" class="node">
<title>Node74</title>
<g id="a_node74"><a xlink:href="_space_to_depth_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3362,-274 3362,-304 3503,-304 3503,-274 3362,-274"/>
<text text-anchor="start" x="3370" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/SpaceTo</text>
<text text-anchor="middle" x="3432.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">DepthLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node74 -->
<g id="edge74" class="edge">
<title>Node5&#45;&gt;Node74</title>
<path fill="none" stroke="midnightblue" d="M7201.09,-346.04C6749.15,-310.99 3915.05,-362.29 3511.5,-310 3501.26,-308.67 3490.43,-306.48 3480.19,-304.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.06,-349.55 7211.32,-346.88 7201.64,-342.57 7201.06,-349.55"/>
</g>
<!-- Node75 -->
<g id="node75" class="node">
<title>Node75</title>
<g id="a_node75"><a xlink:href="_splitter_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3521,-274 3521,-304 3658,-304 3658,-274 3521,-274"/>
<text text-anchor="start" x="3529" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Splitter</text>
<text text-anchor="middle" x="3589.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node75 -->
<g id="edge75" class="edge">
<title>Node5&#45;&gt;Node75</title>
<path fill="none" stroke="midnightblue" d="M7201.19,-346.05C6766.86,-312.4 4052.85,-361.36 3666.5,-310 3656.51,-308.67 3645.95,-306.47 3635.97,-304.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.06,-349.55 7211.32,-346.88 7201.64,-342.57 7201.06,-349.55"/>
</g>
<!-- Node76 -->
<g id="node76" class="node">
<title>Node76</title>
<g id="a_node76"><a xlink:href="_stack_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3676,-279.5 3676,-298.5 3851,-298.5 3851,-279.5 3676,-279.5"/>
<text text-anchor="middle" x="3763.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/StackLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node76 -->
<g id="edge76" class="edge">
<title>Node5&#45;&gt;Node76</title>
<path fill="none" stroke="midnightblue" d="M7201.11,-346C6445.85,-281.73 4595.62,-389 3860.5,-310 3839.13,-307.7 3815.5,-302.88 3796.92,-298.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.05,-349.51 7211.32,-346.88 7201.66,-342.53 7201.05,-349.51"/>
</g>
<!-- Node77 -->
<g id="node77" class="node">
<title>Node77</title>
<g id="a_node77"><a xlink:href="_stand_in_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3869.5,-274 3869.5,-304 4007.5,-304 4007.5,-274 3869.5,-274"/>
<text text-anchor="start" x="3877.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/StandIn</text>
<text text-anchor="middle" x="3938.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node77 -->
<g id="edge77" class="edge">
<title>Node5&#45;&gt;Node77</title>
<path fill="none" stroke="midnightblue" d="M7201.3,-346.06C6806.38,-315.53 4364.4,-355.89 4016.5,-310 4006.38,-308.67 3995.69,-306.47 3985.58,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.06,-349.55 7211.32,-346.89 7201.64,-342.57 7201.06,-349.55"/>
</g>
<!-- Node78 -->
<g id="node78" class="node">
<title>Node78</title>
<g id="a_node78"><a xlink:href="_strided_slice_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4025.5,-274 4025.5,-304 4161.5,-304 4161.5,-274 4025.5,-274"/>
<text text-anchor="start" x="4033.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Strided</text>
<text text-anchor="middle" x="4093.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">SliceLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node78 -->
<g id="edge78" class="edge">
<title>Node5&#45;&gt;Node78</title>
<path fill="none" stroke="midnightblue" d="M7201.28,-346.02C6514.8,-287.53 4835.11,-398.92 4170.5,-310 4160.64,-308.68 4150.24,-306.52 4140.38,-304.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.05,-349.51 7211.32,-346.89 7201.66,-342.54 7201.05,-349.51"/>
</g>
<!-- Node79 -->
<g id="node79" class="node">
<title>Node79</title>
<g id="a_node79"><a xlink:href="_subtraction_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4180,-274 4180,-304 4337,-304 4337,-274 4180,-274"/>
<text text-anchor="start" x="4188" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Subtraction</text>
<text text-anchor="middle" x="4258.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node79 -->
<g id="edge79" class="edge">
<title>Node5&#45;&gt;Node79</title>
<path fill="none" stroke="midnightblue" d="M7200.91,-345.98C6553.2,-290.68 4973.41,-384.35 4346.5,-310 4335.3,-308.67 4323.44,-306.51 4312.17,-304.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.05,-349.51 7211.32,-346.89 7201.66,-342.54 7201.05,-349.51"/>
</g>
<!-- Node80 -->
<g id="node80" class="node">
<title>Node80</title>
<g id="a_node80"><a xlink:href="_switch_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4355.5,-279.5 4355.5,-298.5 4535.5,-298.5 4535.5,-279.5 4355.5,-279.5"/>
<text text-anchor="middle" x="4445.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/SwitchLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node80 -->
<g id="edge80" class="edge">
<title>Node5&#45;&gt;Node80</title>
<path fill="none" stroke="midnightblue" d="M7201.17,-346C6597.52,-294.18 5128.58,-372.41 4544.5,-310 4522.71,-307.67 4498.59,-302.85 4479.62,-298.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.05,-349.51 7211.32,-346.9 7201.66,-342.53 7201.05,-349.51"/>
</g>
<!-- Node81 -->
<g id="node81" class="node">
<title>Node81</title>
<g id="a_node81"><a xlink:href="_tile_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4553.5,-279.5 4553.5,-298.5 4719.5,-298.5 4719.5,-279.5 4553.5,-279.5"/>
<text text-anchor="middle" x="4636.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/TileLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node81 -->
<g id="edge81" class="edge">
<title>Node5&#45;&gt;Node81</title>
<path fill="none" stroke="midnightblue" d="M7201.04,-345.99C6638.07,-297.59 5271.41,-372.33 4728.5,-310 4708.2,-307.67 4685.79,-302.85 4668.17,-298.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.05,-349.51 7211.32,-346.9 7201.66,-342.53 7201.05,-349.51"/>
</g>
<!-- Node82 -->
<g id="node82" class="node">
<title>Node82</title>
<g id="a_node82"><a xlink:href="_transpose_convolution2d_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4737.5,-274 4737.5,-304 4887.5,-304 4887.5,-274 4737.5,-274"/>
<text text-anchor="start" x="4745.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Transpose</text>
<text text-anchor="middle" x="4812.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Convolution2dLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node82 -->
<g id="edge82" class="edge">
<title>Node5&#45;&gt;Node82</title>
<path fill="none" stroke="midnightblue" d="M7201.34,-346.02C6675.78,-300.68 5401.8,-373.33 4896.5,-310 4885.79,-308.66 4874.46,-306.49 4863.71,-304.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.05,-349.51 7211.32,-346.9 7201.66,-342.53 7201.05,-349.51"/>
</g>
<!-- Node83 -->
<g id="node83" class="node">
<title>Node83</title>
<g id="a_node83"><a xlink:href="_transpose_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4905.5,-274 4905.5,-304 5055.5,-304 5055.5,-274 4905.5,-274"/>
<text text-anchor="start" x="4913.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Transpose</text>
<text text-anchor="middle" x="4980.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Layer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node83 -->
<g id="edge83" class="edge">
<title>Node5&#45;&gt;Node83</title>
<path fill="none" stroke="midnightblue" d="M7201.33,-346.02C6713.01,-303.73 5532.73,-368.97 5064.5,-310 5053.79,-308.65 5042.46,-306.48 5031.71,-304.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.05,-349.51 7211.32,-346.91 7201.67,-342.53 7201.05,-349.51"/>
</g>
<!-- Node84 -->
<g id="node84" class="node">
<title>Node84</title>
<g id="a_node84"><a xlink:href="_unidirectional_sequence_lstm_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5073.5,-274 5073.5,-304 5243.5,-304 5243.5,-274 5073.5,-274"/>
<text text-anchor="start" x="5081.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/Unidirectional</text>
<text text-anchor="middle" x="5158.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">SequenceLstmLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node84 -->
<g id="edge84" class="edge">
<title>Node5&#45;&gt;Node84</title>
<path fill="none" stroke="midnightblue" d="M7201.21,-346.01C6754.49,-307.06 5679.83,-358.95 5252.5,-310 5240.57,-308.63 5227.91,-306.45 5215.88,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.04,-349.51 7211.32,-346.91 7201.67,-342.53 7201.04,-349.51"/>
</g>
<!-- Node85 -->
<g id="node85" class="node">
<title>Node85</title>
<g id="a_node85"><a xlink:href="_unmap_layer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5262,-279.5 5262,-298.5 5445,-298.5 5445,-279.5 5262,-279.5"/>
<text text-anchor="middle" x="5353.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/layers/UnmapLayer.cpp</text>
</a>
</g>
</g>
<!-- Node5&#45;&gt;Node85 -->
<g id="edge85" class="edge">
<title>Node5&#45;&gt;Node85</title>
<path fill="none" stroke="midnightblue" d="M7201.32,-346C6427.06,-274.96 6223.72,-393.43 5454.5,-310 5432.46,-307.61 5408.08,-302.84 5388.79,-298.56"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7201.04,-349.49 7211.31,-346.92 7201.68,-342.52 7201.04,-349.49"/>
</g>
<!-- Node87 -->
<g id="node87" class="node">
<title>Node87</title>
<g id="a_node87"><a xlink:href="_loaded_network_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14797.5,-279.5 14797.5,-298.5 14963.5,-298.5 14963.5,-279.5 14797.5,-279.5"/>
<text text-anchor="middle" x="14880.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/LoadedNetwork.hpp</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="M14814.09,-345.08C14831.22,-330.87 14856.06,-310.27 14869.99,-298.72"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14811.39,-342.78 14805.92,-351.86 14815.85,-348.17 14811.39,-342.78"/>
</g>
<!-- Node86&#45;&gt;Node94 -->
<g id="edge101" class="edge">
<title>Node86&#45;&gt;Node94</title>
<path fill="none" stroke="midnightblue" d="M14741.52,-350.2C14732.84,-348.69 14723.93,-347.23 14715.5,-346 14643.82,-335.53 14444.76,-359.1 14391.5,-310 14329.8,-253.12 14339.62,-137.65 14345.22,-97.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14741.12,-353.68 14751.58,-351.98 14742.34,-346.79 14741.12,-353.68"/>
</g>
<!-- Node96 -->
<g id="node96" class="node">
<title>Node96</title>
<g id="a_node96"><a xlink:href="_working_mem_handle_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14413.5,-279.5 14413.5,-298.5 14601.5,-298.5 14601.5,-279.5 14413.5,-279.5"/>
<text text-anchor="middle" x="14507.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/WorkingMemHandle.hpp</text>
</a>
</g>
</g>
<!-- Node86&#45;&gt;Node96 -->
<g id="edge96" class="edge">
<title>Node86&#45;&gt;Node96</title>
<path fill="none" stroke="midnightblue" d="M14750.87,-349.58C14693.38,-335.5 14594.66,-311.33 14542.36,-298.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14750.22,-353.02 14760.76,-352 14751.88,-346.22 14750.22,-353.02"/>
</g>
<!-- Node97 -->
<g id="node97" class="node">
<title>Node97</title>
<g id="a_node97"><a xlink:href="_working_mem_handle_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14394.5,-207 14394.5,-226 14582.5,-226 14582.5,-207 14394.5,-207"/>
<text text-anchor="middle" x="14488.5" y="-214" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/WorkingMemHandle.cpp</text>
</a>
</g>
</g>
<!-- Node86&#45;&gt;Node97 -->
<g id="edge100" class="edge">
<title>Node86&#45;&gt;Node97</title>
<path fill="none" stroke="midnightblue" d="M14741.21,-350.18C14732.62,-348.68 14723.83,-347.24 14715.5,-346 14646.68,-335.79 14450.78,-361.95 14404.5,-310 14392.08,-296.06 14395.31,-284.25 14404.5,-268 14416.4,-246.97 14440.94,-233.73 14460.44,-226.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14740.69,-353.64 14751.15,-351.94 14741.92,-346.75 14740.69,-353.64"/>
</g>
<!-- Node86&#45;&gt;Node98 -->
<g id="edge99" class="edge">
<title>Node86&#45;&gt;Node98</title>
<path fill="none" stroke="midnightblue" d="M14871.47,-350.81C14904.85,-343.67 14943.07,-331.33 14972.5,-310 15048.96,-254.59 15009.24,-180.36 15091.5,-134 15173.18,-87.97 15823.47,-83.61 16033.4,-83.42"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14870.39,-347.45 14861.28,-352.86 14871.77,-354.31 14870.39,-347.45"/>
</g>
<!-- Node99 -->
<g id="node99" class="node">
<title>Node99</title>
<g id="a_node99"><a xlink:href="_parser_prototxt_fixture_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14619.5,-274 14619.5,-304 14779.5,-304 14779.5,-274 14619.5,-274"/>
<text text-anchor="start" x="14627.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnUtils/ParserPrototxt</text>
<text text-anchor="middle" x="14699.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">Fixture.hpp</text>
</a>
</g>
</g>
<!-- Node86&#45;&gt;Node99 -->
<g id="edge102" class="edge">
<title>Node86&#45;&gt;Node99</title>
<path fill="none" stroke="midnightblue" d="M14775.25,-345.63C14758.56,-333.37 14735.05,-316.11 14718.67,-304.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14773.6,-348.76 14783.73,-351.86 14777.74,-343.12 14773.6,-348.76"/>
</g>
<!-- Node87&#45;&gt;Node88 -->
<g id="edge88" class="edge">
<title>Node87&#45;&gt;Node88</title>
<path fill="none" stroke="midnightblue" d="M14851.19,-275.55C14817.67,-261.32 14763.67,-238.38 14734.59,-226.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14849.9,-278.81 14860.48,-279.5 14852.64,-272.37 14849.9,-278.81"/>
</g>
<!-- Node89 -->
<g id="node89" class="node">
<title>Node89</title>
<g id="a_node89"><a xlink:href="_runtime_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14815,-207 14815,-226 14946,-226 14946,-207 14815,-207"/>
<text text-anchor="middle" x="14880.5" y="-214" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Runtime.hpp</text>
</a>
</g>
</g>
<!-- Node87&#45;&gt;Node89 -->
<g id="edge89" class="edge">
<title>Node87&#45;&gt;Node89</title>
<path fill="none" stroke="midnightblue" d="M14880.5,-268.94C14880.5,-255.03 14880.5,-236.82 14880.5,-226.22"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14877,-269.36 14880.5,-279.36 14884,-269.36 14877,-269.36"/>
</g>
<!-- Node90 -->
<g id="node90" class="node">
<title>Node90</title>
<g id="a_node90"><a xlink:href="_runtime_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14815.5,-140 14815.5,-159 14945.5,-159 14945.5,-140 14815.5,-140"/>
<text text-anchor="middle" x="14880.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Runtime.cpp</text>
</a>
</g>
</g>
<!-- Node89&#45;&gt;Node90 -->
<g id="edge90" class="edge">
<title>Node89&#45;&gt;Node90</title>
<path fill="none" stroke="midnightblue" d="M14880.5,-196.54C14880.5,-184.17 14880.5,-168.62 14880.5,-159.13"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14877,-196.73 14880.5,-206.73 14884,-196.73 14877,-196.73"/>
</g>
<!-- Node89&#45;&gt;Node91 -->
<g id="edge91" class="edge">
<title>Node89&#45;&gt;Node91</title>
<path fill="none" stroke="midnightblue" d="M14835.17,-204.55C14788.23,-193.21 14714.93,-175.49 14665.14,-163.46"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14834.51,-207.99 14845.06,-206.94 14836.16,-201.18 14834.51,-207.99"/>
</g>
<!-- Node91&#45;&gt;Node92 -->
<g id="edge92" class="edge">
<title>Node91&#45;&gt;Node92</title>
<path fill="none" stroke="midnightblue" d="M14675.18,-137.07C14741.24,-125.2 14843.93,-106.77 14909.94,-94.91"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14674.53,-133.63 14665.3,-138.84 14675.77,-140.52 14674.53,-133.63"/>
</g>
<!-- Node91&#45;&gt;Node94 -->
<g id="edge94" class="edge">
<title>Node91&#45;&gt;Node94</title>
<path fill="none" stroke="midnightblue" d="M14547.8,-132.82C14504.08,-122.05 14446.55,-107.89 14404.36,-97.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14547.21,-136.28 14557.76,-135.27 14548.88,-129.48 14547.21,-136.28"/>
</g>
<!-- Node95 -->
<g id="node95" class="node">
<title>Node95</title>
<g id="a_node95"><a xlink:href="_test_utils_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14558,-67.5 14558,-97.5 14665,-97.5 14665,-67.5 14558,-67.5"/>
<text text-anchor="start" x="14566" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnTestUtils</text>
<text text-anchor="middle" x="14611.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/TestUtils.cpp</text>
</a>
</g>
</g>
<!-- Node91&#45;&gt;Node95 -->
<g id="edge95" class="edge">
<title>Node91&#45;&gt;Node95</title>
<path fill="none" stroke="midnightblue" d="M14611.5,-124.11C14611.5,-115.15 14611.5,-105.32 14611.5,-97.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14608,-124.4 14611.5,-134.4 14615,-124.4 14608,-124.4"/>
</g>
<!-- Node93 -->
<g id="node93" class="node">
<title>Node93</title>
<g id="a_node93"><a xlink:href="_common_test_utils_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14910.5,-0.5 14910.5,-30.5 15036.5,-30.5 15036.5,-0.5 14910.5,-0.5"/>
<text text-anchor="start" x="14918.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnTestUtils</text>
<text text-anchor="middle" x="14973.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">/CommonTestUtils.cpp</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="M14973.5,-57.11C14973.5,-48.15 14973.5,-38.32 14973.5,-30.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14970,-57.4 14973.5,-67.4 14977,-57.4 14970,-57.4"/>
</g>
<!-- Node96&#45;&gt;Node88 -->
<g id="edge97" class="edge">
<title>Node96&#45;&gt;Node88</title>
<path fill="none" stroke="midnightblue" d="M14542.18,-276.19C14583.82,-262.01 14652.64,-238.57 14689.44,-226.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14540.81,-272.96 14532.47,-279.5 14543.06,-279.59 14540.81,-272.96"/>
</g>
<!-- Node96&#45;&gt;Node97 -->
<g id="edge98" class="edge">
<title>Node96&#45;&gt;Node97</title>
<path fill="none" stroke="midnightblue" d="M14502.48,-269.36C14498.71,-255.4 14493.74,-236.93 14490.85,-226.22"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14499.19,-270.61 14505.17,-279.36 14505.95,-268.79 14499.19,-270.61"/>
</g>
<!-- Node101 -->
<g id="node101" class="node">
<title>Node101</title>
<g id="a_node101"><a xlink:href="_add_broadcast_reshape_layer_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16944.5,-274 16944.5,-304 17120.5,-304 17120.5,-274 16944.5,-274"/>
<text text-anchor="start" x="16952.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="17032.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/AddBroadcastReshapeLayer.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node101 -->
<g id="edge106" class="edge">
<title>Node100&#45;&gt;Node101</title>
<path fill="none" stroke="midnightblue" d="M17230.21,-343.82C17185.79,-331.73 17126.39,-315.56 17084.33,-304.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17229.45,-347.24 17240.02,-346.49 17231.29,-340.48 17229.45,-347.24"/>
</g>
<!-- Node109 -->
<g id="node109" class="node">
<title>Node109</title>
<g id="a_node109"><a xlink:href="_add_debug_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16054,-274 16054,-304 16189,-304 16189,-274 16054,-274"/>
<text text-anchor="start" x="16062" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="16121.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/AddDebug.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node109 -->
<g id="edge117" class="edge">
<title>Node100&#45;&gt;Node109</title>
<path fill="none" stroke="midnightblue" d="M17213.44,-359C16997.38,-354.52 16394.5,-339.65 16198.5,-310 16188.94,-308.55 16178.85,-306.4 16169.24,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.67,-362.51 17223.74,-359.21 17213.82,-355.51 17213.67,-362.51"/>
</g>
<!-- Node110 -->
<g id="node110" class="node">
<title>Node110</title>
<g id="a_node110"><a xlink:href="_convert_constants_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17139,-274 17139,-304 17274,-304 17274,-274 17139,-274"/>
<text text-anchor="start" x="17147" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="17206.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/ConvertConstants.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node110 -->
<g id="edge119" class="edge">
<title>Node100&#45;&gt;Node110</title>
<path fill="none" stroke="midnightblue" d="M17266.53,-339.79C17252.64,-328.27 17235.72,-314.23 17223.39,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17264.37,-342.54 17274.3,-346.23 17268.84,-337.16 17264.37,-342.54"/>
</g>
<!-- Node111 -->
<g id="node111" class="node">
<title>Node111</title>
<g id="a_node111"><a xlink:href="_convert_const_dequantisation_layers_to_const_layers_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16207.5,-268.5 16207.5,-309.5 16399.5,-309.5 16399.5,-268.5 16207.5,-268.5"/>
<text text-anchor="start" x="16215.5" y="-297.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="start" x="16215.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ConvertConstDequantisationLayers</text>
<text text-anchor="middle" x="16303.5" y="-275.5" font-family="Helvetica,sans-Serif" font-size="10.00">ToConstLayers.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node111 -->
<g id="edge121" class="edge">
<title>Node100&#45;&gt;Node111</title>
<path fill="none" stroke="midnightblue" d="M17213.62,-359.47C17059.39,-356.67 16704.4,-346.48 16408.5,-310 16405.55,-309.64 16402.56,-309.24 16399.55,-308.82"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.87,-362.97 17223.93,-359.65 17214,-355.98 17213.87,-362.97"/>
</g>
<!-- Node112 -->
<g id="node112" class="node">
<title>Node112</title>
<g id="a_node112"><a xlink:href="_convert_const_permute_layers_to_const_layers_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17292.5,-268.5 17292.5,-309.5 17462.5,-309.5 17462.5,-268.5 17292.5,-268.5"/>
<text text-anchor="start" x="17300.5" y="-297.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="start" x="17300.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ConvertConstPermuteLayersTo</text>
<text text-anchor="middle" x="17377.5" y="-275.5" font-family="Helvetica,sans-Serif" font-size="10.00">ConstLayers.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node112 -->
<g id="edge123" class="edge">
<title>Node100&#45;&gt;Node112</title>
<path fill="none" stroke="midnightblue" d="M17316.93,-339.66C17328.53,-330.15 17342.19,-318.94 17353.6,-309.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17314.42,-337.19 17308.9,-346.23 17318.86,-342.6 17314.42,-337.19"/>
</g>
<!-- Node113 -->
<g id="node113" class="node">
<title>Node113</title>
<g id="a_node113"><a xlink:href="_convert_fp32_network_to_fp16_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15630,-274 15630,-304 15809,-304 15809,-274 15630,-274"/>
<text text-anchor="start" x="15638" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="15719.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/ConvertFp32NetworkToFp16.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node113 -->
<g id="edge125" class="edge">
<title>Node100&#45;&gt;Node113</title>
<path fill="none" stroke="midnightblue" d="M17213.56,-359.53C16949.89,-355.97 16092.48,-342.15 15818.5,-310 15806.22,-308.56 15793.2,-306.4 15780.77,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.77,-363.03 17223.81,-359.66 17213.86,-356.03 17213.77,-363.03"/>
</g>
<!-- Node114 -->
<g id="node114" class="node">
<title>Node114</title>
<g id="a_node114"><a xlink:href="_delete_broadcast_to_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17481,-274 17481,-304 17616,-304 17616,-274 17481,-274"/>
<text text-anchor="start" x="17489" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="17548.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/DeleteBroadcastTo.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node114 -->
<g id="edge127" class="edge">
<title>Node100&#45;&gt;Node114</title>
<path fill="none" stroke="midnightblue" d="M17352.31,-343.82C17396.39,-331.73 17455.34,-315.56 17497.07,-304.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17351.3,-340.47 17342.58,-346.49 17353.15,-347.22 17351.3,-340.47"/>
</g>
<!-- Node115 -->
<g id="node115" class="node">
<title>Node115</title>
<g id="a_node115"><a xlink:href="_fold_pad_into_layer2d_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="19023.5,-274 19023.5,-304 19159.5,-304 19159.5,-274 19023.5,-274"/>
<text text-anchor="start" x="19031.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="19091.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/FoldPadIntoLayer2d.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node115 -->
<g id="edge129" class="edge">
<title>Node100&#45;&gt;Node115</title>
<path fill="none" stroke="midnightblue" d="M17369.12,-360.54C17660.69,-360.33 18690.24,-356.26 19014.5,-310 19024.21,-308.61 19034.45,-306.46 19044.19,-304.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17369.06,-357.04 17359.07,-360.55 17369.07,-364.04 17369.06,-357.04"/>
</g>
<!-- Node120 -->
<g id="node120" class="node">
<title>Node120</title>
<g id="a_node120"><a xlink:href="_fuse_batch_norm_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17634,-274 17634,-304 17769,-304 17769,-274 17634,-274"/>
<text text-anchor="start" x="17642" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="17701.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/FuseBatchNorm.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node120 -->
<g id="edge140" class="edge">
<title>Node100&#45;&gt;Node120</title>
<path fill="none" stroke="midnightblue" d="M17369.25,-351.15C17437.21,-342.4 17538.37,-328 17625.5,-310 17633.78,-308.29 17642.51,-306.23 17650.99,-304.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17368.52,-347.71 17359.05,-352.45 17369.41,-354.65 17368.52,-347.71"/>
</g>
<!-- Node121 -->
<g id="node121" class="node">
<title>Node121</title>
<g id="a_node121"><a xlink:href="_max_min_into_bounded_relu_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17787,-274 17787,-304 17950,-304 17950,-274 17787,-274"/>
<text text-anchor="start" x="17795" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="17868.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/MaxMinIntoBoundedRelu.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node121 -->
<g id="edge142" class="edge">
<title>Node100&#45;&gt;Node121</title>
<path fill="none" stroke="midnightblue" d="M17369.43,-355.2C17465.9,-348.01 17635.01,-333.3 17778.5,-310 17788.77,-308.33 17799.63,-306.22 17810.11,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17368.9,-351.73 17359.18,-355.96 17369.41,-358.71 17368.9,-351.73"/>
</g>
<!-- Node122 -->
<g id="node122" class="node">
<title>Node122</title>
<g id="a_node122"><a xlink:href="_move_permute_up_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17968,-274 17968,-304 18103,-304 18103,-274 17968,-274"/>
<text text-anchor="start" x="17976" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="18035.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/MovePermuteUp.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node122 -->
<g id="edge144" class="edge">
<title>Node100&#45;&gt;Node122</title>
<path fill="none" stroke="midnightblue" d="M17369.57,-359.19C17494.82,-356.06 17748.09,-345.5 17959.5,-310 17968.65,-308.46 17978.3,-306.33 17987.54,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17369.22,-355.7 17359.31,-359.44 17369.39,-362.7 17369.22,-355.7"/>
</g>
<!-- Node123 -->
<g id="node123" class="node">
<title>Node123</title>
<g id="a_node123"><a xlink:href="_move_transpose_up_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="18121,-274 18121,-304 18256,-304 18256,-274 18121,-274"/>
<text text-anchor="start" x="18129" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="18188.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/MoveTransposeUp.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node123 -->
<g id="edge146" class="edge">
<title>Node100&#45;&gt;Node123</title>
<path fill="none" stroke="midnightblue" d="M17369.26,-360.77C17515.69,-360.16 17841.94,-353.49 18112.5,-310 18121.79,-308.51 18131.6,-306.36 18140.97,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17369.02,-357.27 17359.04,-360.8 17369.05,-364.27 17369.02,-357.27"/>
</g>
<!-- Node124 -->
<g id="node124" class="node">
<title>Node124</title>
<g id="a_node124"><a xlink:href="_optimize_consecutive_reshapes_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="18274.5,-274 18274.5,-304 18466.5,-304 18466.5,-274 18274.5,-274"/>
<text text-anchor="start" x="18282.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="18370.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/OptimizeConsecutiveReshapes.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node124 -->
<g id="edge148" class="edge">
<title>Node100&#45;&gt;Node124</title>
<path fill="none" stroke="midnightblue" d="M17369.16,-360.06C17534.58,-358.34 17933.71,-350.01 18265.5,-310 18278.12,-308.48 18291.5,-306.34 18304.34,-304.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17369.04,-356.56 17359.08,-360.16 17369.11,-363.56 17369.04,-356.56"/>
</g>
<!-- Node125 -->
<g id="node125" class="node">
<title>Node125</title>
<g id="a_node125"><a xlink:href="_optimize_inverse_conversions_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="18485,-274 18485,-304 18666,-304 18666,-274 18485,-274"/>
<text text-anchor="start" x="18493" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="18575.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/OptimizeInverseConversions.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node125 -->
<g id="edge150" class="edge">
<title>Node100&#45;&gt;Node125</title>
<path fill="none" stroke="midnightblue" d="M17369.19,-358.76C17596.91,-353.4 18260.25,-335.96 18475.5,-310 18487.72,-308.53 18500.67,-306.38 18513.06,-304.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17368.92,-355.26 17359,-359 17369.08,-362.26 17368.92,-355.26"/>
</g>
<!-- Node126 -->
<g id="node126" class="node">
<title>Node126</title>
<g id="a_node126"><a xlink:href="_optimize_inverse_permutes_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="18684,-274 18684,-304 18851,-304 18851,-274 18684,-274"/>
<text text-anchor="start" x="18692" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="18767.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/OptimizeInversePermutes.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node126 -->
<g id="edge152" class="edge">
<title>Node100&#45;&gt;Node126</title>
<path fill="none" stroke="midnightblue" d="M17369.43,-359.48C17622.54,-355.87 18419.91,-342.18 18675.5,-310 18686.85,-308.57 18698.87,-306.43 18710.35,-304.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17369.17,-355.98 17359.22,-359.62 17369.27,-362.98 17369.17,-355.98"/>
</g>
<!-- Node127 -->
<g id="node127" class="node">
<title>Node127</title>
<g id="a_node127"><a xlink:href="_permute_as_reshape_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="18869.5,-274 18869.5,-304 19005.5,-304 19005.5,-274 18869.5,-274"/>
<text text-anchor="start" x="18877.5" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="18937.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/PermuteAsReshape.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node127 -->
<g id="edge154" class="edge">
<title>Node100&#45;&gt;Node127</title>
<path fill="none" stroke="midnightblue" d="M17369.42,-360.28C17644.3,-359.14 18567.88,-352.18 18860.5,-310 18870.21,-308.6 18880.45,-306.44 18890.19,-304.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17369.13,-356.78 17359.14,-360.32 17369.16,-363.78 17369.13,-356.78"/>
</g>
<!-- Node128 -->
<g id="node128" class="node">
<title>Node128</title>
<g id="a_node128"><a xlink:href="_permute_and_batch_to_space_as_depth_to_space_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16417.5,-268.5 16417.5,-309.5 16605.5,-309.5 16605.5,-268.5 16417.5,-268.5"/>
<text text-anchor="start" x="16425.5" y="-297.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="start" x="16425.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">/PermuteAndBatchToSpaceAsDepth</text>
<text text-anchor="middle" x="16511.5" y="-275.5" font-family="Helvetica,sans-Serif" font-size="10.00">ToSpace.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node128 -->
<g id="edge156" class="edge">
<title>Node100&#45;&gt;Node128</title>
<path fill="none" stroke="midnightblue" d="M17213.25,-357.59C17087.02,-352.24 16830.81,-338.65 16615.5,-310 16612.22,-309.56 16608.89,-309.09 16605.52,-308.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.45,-361.1 17223.59,-358.02 17213.74,-354.11 17213.45,-361.1"/>
</g>
<!-- Node129 -->
<g id="node129" class="node">
<title>Node129</title>
<g id="a_node129"><a xlink:href="_permute_depthwise_conv2d_weights_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15827,-274 15827,-304 16036,-304 16036,-274 15827,-274"/>
<text text-anchor="start" x="15835" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="15931.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/PermuteDepthwiseConv2dWeights.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node129 -->
<g id="edge158" class="edge">
<title>Node100&#45;&gt;Node129</title>
<path fill="none" stroke="midnightblue" d="M17213.51,-360.94C17016.9,-361.26 16485.36,-357.29 16045.5,-310 16031.61,-308.51 16016.87,-306.35 16002.75,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.74,-364.44 17223.73,-360.92 17213.73,-357.44 17213.74,-364.44"/>
</g>
<!-- Node130 -->
<g id="node130" class="node">
<title>Node130</title>
<g id="a_node130"><a xlink:href="_squash_equal_siblings_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16624,-274 16624,-304 16765,-304 16765,-274 16624,-274"/>
<text text-anchor="start" x="16632" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="16694.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/SquashEqualSiblings.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node130 -->
<g id="edge160" class="edge">
<title>Node100&#45;&gt;Node130</title>
<path fill="none" stroke="midnightblue" d="M17213.56,-356.48C17111.94,-350.42 16928.93,-336.7 16774.5,-310 16765.19,-308.39 16755.36,-306.28 16745.9,-304.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.55,-359.99 17223.74,-357.08 17213.96,-353 17213.55,-359.99"/>
</g>
<!-- Node131 -->
<g id="node131" class="node">
<title>Node131</title>
<g id="a_node131"><a xlink:href="_transpose_as_reshape_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="16783,-274 16783,-304 16926,-304 16926,-274 16783,-274"/>
<text text-anchor="start" x="16791" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="16854.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/TransposeAsReshape.hpp</text>
</a>
</g>
</g>
<!-- Node100&#45;&gt;Node131 -->
<g id="edge162" class="edge">
<title>Node100&#45;&gt;Node131</title>
<path fill="none" stroke="midnightblue" d="M17213.96,-351.79C17141.59,-343.13 17030.76,-328.47 16935.5,-310 16926.54,-308.26 16917.09,-306.17 16907.92,-304"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.56,-355.27 17223.91,-352.98 17214.39,-348.32 17213.56,-355.27"/>
</g>
<!-- Node102 -->
<g id="node102" class="node">
<title>Node102</title>
<g id="a_node102"><a xlink:href="_all_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17224,-201.5 17224,-231.5 17359,-231.5 17359,-201.5 17224,-201.5"/>
<text text-anchor="start" x="17232" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/optimizations</text>
<text text-anchor="middle" x="17291.5" y="-208.5" font-family="Helvetica,sans-Serif" font-size="10.00">/All.hpp</text>
</a>
</g>
</g>
<!-- Node101&#45;&gt;Node102 -->
<g id="edge107" class="edge">
<title>Node101&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M17093.79,-271.32C17138.21,-259.23 17197.61,-243.06 17239.67,-231.61"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17092.71,-267.98 17083.98,-273.99 17094.55,-274.74 17092.71,-267.98"/>
</g>
<!-- Node102&#45;&gt;Node98 -->
<g id="edge115" class="edge">
<title>Node102&#45;&gt;Node98</title>
<path fill="none" stroke="midnightblue" d="M17213.76,-206.9C16993.5,-182.53 16368.04,-113.32 16163.85,-90.73"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17213.62,-210.4 17223.94,-208.02 17214.39,-203.45 17213.62,-210.4"/>
</g>
<!-- Node103 -->
<g id="node103" class="node">
<title>Node103</title>
<g id="a_node103"><a xlink:href="_optimizer_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17223,-140 17223,-159 17360,-159 17360,-140 17223,-140"/>
<text text-anchor="middle" x="17291.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Optimizer.hpp</text>
</a>
</g>
</g>
<!-- Node102&#45;&gt;Node103 -->
<g id="edge108" class="edge">
<title>Node102&#45;&gt;Node103</title>
<path fill="none" stroke="midnightblue" d="M17291.5,-191.25C17291.5,-180.02 17291.5,-167.38 17291.5,-159.19"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17288,-191.4 17291.5,-201.4 17295,-191.4 17288,-191.4"/>
</g>
<!-- Node104 -->
<g id="node104" class="node">
<title>Node104</title>
<g id="a_node104"><a xlink:href="_optimizer_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17048.5,-73 17048.5,-92 17184.5,-92 17184.5,-73 17048.5,-73"/>
<text text-anchor="middle" x="17116.5" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Optimizer.cpp</text>
</a>
</g>
</g>
<!-- Node102&#45;&gt;Node104 -->
<g id="edge116" class="edge">
<title>Node102&#45;&gt;Node104</title>
<path fill="none" stroke="midnightblue" d="M17259.62,-195.74C17245.54,-186.72 17228.94,-175.69 17214.5,-165 17180.88,-140.12 17143.49,-107.55 17126.22,-92.21"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17258.15,-198.95 17268.47,-201.35 17261.9,-193.04 17258.15,-198.95"/>
</g>
<!-- Node103&#45;&gt;Node98 -->
<g id="edge109" class="edge">
<title>Node103&#45;&gt;Node98</title>
<path fill="none" stroke="midnightblue" d="M17212.4,-144.19C16990.85,-132.12 16367.19,-98.14 16163.64,-87.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17212.46,-147.7 17222.64,-144.75 17212.84,-140.71 17212.46,-147.7"/>
</g>
<!-- Node103&#45;&gt;Node104 -->
<g id="edge110" class="edge">
<title>Node103&#45;&gt;Node104</title>
<path fill="none" stroke="midnightblue" d="M17258.57,-136.27C17223.84,-123.37 17170.01,-103.38 17139.56,-92.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17257.67,-139.67 17268.26,-139.87 17260.11,-133.11 17257.67,-139.67"/>
</g>
<!-- Node105 -->
<g id="node105" class="node">
<title>Node105</title>
<g id="a_node105"><a xlink:href="_cl_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17549,-73 17549,-92 17714,-92 17714,-73 17549,-73"/>
<text text-anchor="middle" x="17631.5" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClBackend.cpp</text>
</a>
</g>
</g>
<!-- Node103&#45;&gt;Node105 -->
<g id="edge111" class="edge">
<title>Node103&#45;&gt;Node105</title>
<path fill="none" stroke="midnightblue" d="M17346.23,-138.04C17413.1,-125.25 17524.96,-103.87 17586.87,-92.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17345.46,-134.62 17336.3,-139.94 17346.78,-141.5 17345.46,-134.62"/>
</g>
<!-- Node106 -->
<g id="node106" class="node">
<title>Node106</title>
<g id="a_node106"><a xlink:href="_gpu_fsa_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17412.5,-67.5 17412.5,-97.5 17530.5,-97.5 17530.5,-67.5 17412.5,-67.5"/>
<text text-anchor="start" x="17420.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/gpuFsa</text>
<text text-anchor="middle" x="17471.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/GpuFsaBackend.cpp</text>
</a>
</g>
</g>
<!-- Node103&#45;&gt;Node106 -->
<g id="edge112" class="edge">
<title>Node103&#45;&gt;Node106</title>
<path fill="none" stroke="midnightblue" d="M17325.16,-136.35C17355.67,-125.33 17400.63,-109.09 17432.65,-97.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17323.62,-133.18 17315.4,-139.87 17326,-139.76 17323.62,-133.18"/>
</g>
<!-- Node107 -->
<g id="node107" class="node">
<title>Node107</title>
<g id="a_node107"><a xlink:href="_neon_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17644,-6 17644,-25 17841,-25 17841,-6 17644,-6"/>
<text text-anchor="middle" x="17742.5" y="-13" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend.cpp</text>
</a>
</g>
</g>
<!-- Node103&#45;&gt;Node107 -->
<g id="edge113" class="edge">
<title>Node103&#45;&gt;Node107</title>
<path fill="none" stroke="midnightblue" d="M17268.92,-134.31C17244.82,-117.46 17212.66,-88.91 17232.5,-67 17259.53,-37.16 17503.28,-24.27 17643.79,-19.28"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17267.06,-137.28 17277.31,-139.95 17270.96,-131.47 17267.06,-137.28"/>
</g>
<!-- Node108 -->
<g id="node108" class="node">
<title>Node108</title>
<g id="a_node108"><a xlink:href="_tosa_ref_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17241,-67.5 17241,-97.5 17394,-97.5 17394,-67.5 17241,-67.5"/>
<text text-anchor="start" x="17249" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/tosaReference</text>
<text text-anchor="middle" x="17317.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/TosaRefBackend.cpp</text>
</a>
</g>
</g>
<!-- Node103&#45;&gt;Node108 -->
<g id="edge114" class="edge">
<title>Node103&#45;&gt;Node108</title>
<path fill="none" stroke="midnightblue" d="M17298.74,-130.39C17302.89,-120.02 17308.02,-107.2 17311.86,-97.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17295.47,-129.15 17295.01,-139.73 17301.97,-131.75 17295.47,-129.15"/>
</g>
<!-- Node109&#45;&gt;Node102 -->
<g id="edge118" class="edge">
<title>Node109&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M16179.28,-271.62C16185.73,-270.2 16192.23,-268.95 16198.5,-268 16397.71,-237.86 17017.24,-223 17223.74,-218.79"/>
<polygon fill="midnightblue" stroke="midnightblue" points="16178.18,-268.28 16169.24,-273.96 16179.77,-275.1 16178.18,-268.28"/>
</g>
<!-- Node110&#45;&gt;Node102 -->
<g id="edge120" class="edge">
<title>Node110&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M17231.47,-267.29C17245.36,-255.77 17262.28,-241.73 17274.61,-231.5"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17229.16,-264.66 17223.7,-273.73 17233.63,-270.04 17229.16,-264.66"/>
</g>
<!-- Node111&#45;&gt;Node102 -->
<g id="edge122" class="edge">
<title>Node111&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M16409.61,-267.95C16719,-230.47 17077.33,-220.84 17223.93,-218.35"/>
<polygon fill="midnightblue" stroke="midnightblue" points="16409.05,-264.49 16399.55,-269.18 16409.9,-271.44 16409.05,-264.49"/>
</g>
<!-- Node112&#45;&gt;Node102 -->
<g id="edge124" class="edge">
<title>Node112&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M17345.59,-261.84C17333.13,-251.62 17319.33,-240.31 17308.79,-231.67"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17343.59,-264.73 17353.54,-268.36 17348.03,-259.32 17343.59,-264.73"/>
</g>
<!-- Node113&#45;&gt;Node102 -->
<g id="edge126" class="edge">
<title>Node113&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M15790.78,-272.14C15800.06,-270.51 15809.48,-269.06 15818.5,-268 16096.14,-235.42 16972.91,-221.67 17223.81,-218.34"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15789.97,-268.73 15780.77,-273.98 15791.24,-275.62 15789.97,-268.73"/>
</g>
<!-- Node114&#45;&gt;Node102 -->
<g id="edge128" class="edge">
<title>Node114&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M17487.69,-271.32C17443.61,-259.23 17384.66,-243.06 17342.93,-231.61"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17486.85,-274.72 17497.42,-273.99 17488.7,-267.97 17486.85,-274.72"/>
</g>
<!-- Node115&#45;&gt;Node102 -->
<g id="edge130" class="edge">
<title>Node115&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M19034.77,-271.7C19027.98,-270.22 19021.12,-268.93 19014.5,-268 18684.73,-221.84 17849.16,-246.71 17516.5,-232 17463.71,-229.67 17404.02,-225.76 17359.4,-222.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="19034.08,-275.13 19044.61,-273.99 19035.66,-268.32 19034.08,-275.13"/>
</g>
<!-- Node116 -->
<g id="node116" class="node">
<title>Node116</title>
<g id="a_node116"><a xlink:href="_subgraph_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17525,-201.5 17525,-231.5 17698,-231.5 17698,-201.5 17525,-201.5"/>
<text text-anchor="start" x="17533" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/backendsCommon</text>
<text text-anchor="middle" x="17611.5" y="-208.5" font-family="Helvetica,sans-Serif" font-size="10.00">/SubgraphUtils.hpp</text>
</a>
</g>
</g>
<!-- Node115&#45;&gt;Node116 -->
<g id="edge131" class="edge">
<title>Node115&#45;&gt;Node116</title>
<path fill="none" stroke="midnightblue" d="M19034.01,-271.61C19027.47,-270.18 19020.87,-268.93 19014.5,-268 18758.7,-230.63 17963.52,-220.52 17698.47,-218.15"/>
<polygon fill="midnightblue" stroke="midnightblue" points="19033.65,-275.12 19044.19,-273.98 19035.24,-268.31 19033.65,-275.12"/>
</g>
<!-- Node116&#45;&gt;Node106 -->
<g id="edge137" class="edge">
<title>Node116&#45;&gt;Node106</title>
<path fill="none" stroke="midnightblue" d="M17611.51,-191.25C17610.29,-173.52 17605.94,-149.89 17592.5,-134 17576.77,-115.41 17553.05,-103.53 17530.77,-96.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17608.02,-191.55 17611.92,-201.4 17615.02,-191.27 17608.02,-191.55"/>
</g>
<!-- Node116&#45;&gt;Node108 -->
<g id="edge139" class="edge">
<title>Node116&#45;&gt;Node108</title>
<path fill="none" stroke="midnightblue" d="M17541.26,-198.69C17511.09,-190.32 17475.87,-178.97 17445.5,-165 17404.09,-145.95 17360.2,-115.43 17336.08,-97.64"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17540.72,-202.17 17551.29,-201.41 17542.56,-195.41 17540.72,-202.17"/>
</g>
<!-- Node117 -->
<g id="node117" class="node">
<title>Node117</title>
<g id="a_node117"><a xlink:href="_arm_compute_subgraph_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17643,-134.5 17643,-164.5 17816,-164.5 17816,-134.5 17643,-134.5"/>
<text text-anchor="start" x="17651" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="17729.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ArmComputeSubgraphUtils.hpp</text>
</a>
</g>
</g>
<!-- Node116&#45;&gt;Node117 -->
<g id="edge132" class="edge">
<title>Node116&#45;&gt;Node117</title>
<path fill="none" stroke="midnightblue" d="M17646.11,-196.44C17664.62,-186.24 17687.02,-173.9 17703.95,-164.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17644.17,-193.51 17637.1,-201.4 17647.55,-199.64 17644.17,-193.51"/>
</g>
<!-- Node119 -->
<g id="node119" class="node">
<title>Node119</title>
<g id="a_node119"><a xlink:href="_ref_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17454,-134.5 17454,-164.5 17583,-164.5 17583,-134.5 17454,-134.5"/>
<text text-anchor="start" x="17462" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/reference</text>
<text text-anchor="middle" x="17518.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/RefBackend.cpp</text>
</a>
</g>
</g>
<!-- Node116&#45;&gt;Node119 -->
<g id="edge138" class="edge">
<title>Node116&#45;&gt;Node119</title>
<path fill="none" stroke="midnightblue" d="M17582.81,-195.45C17568.51,-185.45 17551.55,-173.6 17538.64,-164.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17581.12,-198.54 17591.32,-201.4 17585.13,-192.8 17581.12,-198.54"/>
</g>
<!-- Node117&#45;&gt;Node105 -->
<g id="edge133" class="edge">
<title>Node117&#45;&gt;Node105</title>
<path fill="none" stroke="midnightblue" d="M17699.81,-128.81C17681.27,-116.51 17658.34,-101.3 17644.33,-92.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17697.97,-131.79 17708.24,-134.4 17701.84,-125.95 17697.97,-131.79"/>
</g>
<!-- Node117&#45;&gt;Node107 -->
<g id="edge136" class="edge">
<title>Node117&#45;&gt;Node107</title>
<path fill="none" stroke="midnightblue" d="M17731.88,-124.32C17734.83,-94.38 17739.7,-44.91 17741.65,-25.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17728.39,-124.08 17730.89,-134.37 17735.35,-124.76 17728.39,-124.08"/>
</g>
<!-- Node118 -->
<g id="node118" class="node">
<title>Node118</title>
<g id="a_node118"><a xlink:href="_neon_backend_optimization_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="17770.5,-67.5 17770.5,-97.5 17946.5,-97.5 17946.5,-67.5 17770.5,-67.5"/>
<text text-anchor="start" x="17778.5" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend</text>
<text text-anchor="middle" x="17858.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">OptimizationUtils.hpp</text>
</a>
</g>
</g>
<!-- Node117&#45;&gt;Node118 -->
<g id="edge134" class="edge">
<title>Node117&#45;&gt;Node118</title>
<path fill="none" stroke="midnightblue" d="M17766.51,-129.85C17786.9,-119.58 17811.81,-107.03 17830.56,-97.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17764.85,-126.77 17757.49,-134.4 17768,-133.02 17764.85,-126.77"/>
</g>
<!-- Node118&#45;&gt;Node107 -->
<g id="edge135" class="edge">
<title>Node118&#45;&gt;Node107</title>
<path fill="none" stroke="midnightblue" d="M17824.54,-62.47C17802.4,-50.06 17774.57,-34.47 17757.68,-25.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17822.9,-65.56 17833.33,-67.4 17826.32,-59.45 17822.9,-65.56"/>
</g>
<!-- Node120&#45;&gt;Node102 -->
<g id="edge141" class="edge">
<title>Node120&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M17640.98,-271.45C17635.76,-270.21 17630.55,-269.04 17625.5,-268 17533.89,-249.08 17426.78,-234.13 17359.05,-225.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17640.44,-274.92 17650.99,-273.9 17642.1,-268.12 17640.44,-274.92"/>
</g>
<!-- Node121&#45;&gt;Node102 -->
<g id="edge143" class="edge">
<title>Node121&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M17800.2,-271.96C17792.9,-270.5 17785.56,-269.15 17778.5,-268 17629.78,-243.85 17453.54,-228.93 17359.18,-222.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17799.61,-275.41 17810.11,-274 17801.02,-268.55 17799.61,-275.41"/>
</g>
<!-- Node122&#45;&gt;Node102 -->
<g id="edge145" class="edge">
<title>Node122&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M17977.46,-271.57C17971.43,-270.21 17965.36,-268.98 17959.5,-268 17901.43,-258.25 17517.26,-232.33 17359.22,-221.92"/>
<polygon fill="midnightblue" stroke="midnightblue" points="17977,-275.06 17987.54,-273.97 17978.62,-268.25 17977,-275.06"/>
</g>
<!-- Node123&#45;&gt;Node102 -->
<g id="edge147" class="edge">
<title>Node123&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M18131.19,-271.64C18124.92,-270.23 18118.6,-268.98 18112.5,-268 17850.47,-226.03 17781.36,-248.53 17516.5,-232 17463.76,-228.71 17404.07,-224.86 17359.43,-221.95"/>
<polygon fill="midnightblue" stroke="midnightblue" points="18130.43,-275.06 18140.97,-273.96 18132.04,-268.25 18130.43,-275.06"/>
</g>
<!-- Node124&#45;&gt;Node102 -->
<g id="edge149" class="edge">
<title>Node124&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M18294.54,-272.23C18284.8,-270.59 18274.94,-269.12 18265.5,-268 17934.55,-228.72 17849.25,-250.72 17516.5,-232 17463.74,-229.03 17404.05,-225.16 17359.42,-222.17"/>
<polygon fill="midnightblue" stroke="midnightblue" points="18294.17,-275.72 18304.63,-273.99 18295.38,-268.82 18294.17,-275.72"/>
</g>
<!-- Node125&#45;&gt;Node102 -->
<g id="edge151" class="edge">
<title>Node125&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M18503.3,-272.14C18493.98,-270.51 18484.54,-269.07 18475.5,-268 18051.92,-218.02 17942.47,-253.72 17516.5,-232 17463.72,-229.31 17404.04,-225.42 17359.41,-222.35"/>
<polygon fill="midnightblue" stroke="midnightblue" points="18502.87,-275.62 18513.33,-273.97 18504.12,-268.73 18502.87,-275.62"/>
</g>
<!-- Node126&#45;&gt;Node102 -->
<g id="edge153" class="edge">
<title>Node126&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M18700.93,-272.03C18692.41,-270.43 18683.78,-269.02 18675.5,-268 18164.01,-205 18031.27,-256.58 17516.5,-232 17463.72,-229.48 17404.03,-225.59 17359.4,-222.47"/>
<polygon fill="midnightblue" stroke="midnightblue" points="18700.36,-275.48 18710.85,-273.98 18701.72,-268.62 18700.36,-275.48"/>
</g>
<!-- Node127&#45;&gt;Node102 -->
<g id="edge155" class="edge">
<title>Node127&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M18880.01,-271.55C18873.48,-270.14 18866.87,-268.9 18860.5,-268 18564.67,-226.17 17814.96,-245.61 17516.5,-232 17463.71,-229.59 17404.03,-225.69 17359.4,-222.54"/>
<polygon fill="midnightblue" stroke="midnightblue" points="18879.66,-275.07 18890.2,-273.91 18881.24,-268.25 18879.66,-275.07"/>
</g>
<!-- Node128&#45;&gt;Node102 -->
<g id="edge157" class="edge">
<title>Node128&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M16615.19,-268.04C16615.29,-268.03 16615.4,-268.01 16615.5,-268 16836.86,-238.55 17101.46,-225.01 17223.59,-219.98"/>
<polygon fill="midnightblue" stroke="midnightblue" points="16614.93,-264.54 16605.52,-269.41 16615.92,-271.47 16614.93,-264.54"/>
</g>
<!-- Node129&#45;&gt;Node102 -->
<g id="edge159" class="edge">
<title>Node129&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M16012.76,-272.38C16023.73,-270.67 16034.87,-269.14 16045.5,-268 16493.23,-219.87 17035.96,-216.61 17223.73,-217.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="16012.06,-268.95 16002.75,-274 16013.18,-275.86 16012.06,-268.95"/>
</g>
<!-- Node130&#45;&gt;Node102 -->
<g id="edge161" class="edge">
<title>Node130&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M16755.75,-271.71C16762.06,-270.33 16768.39,-269.06 16774.5,-268 16934.24,-240.39 17124.54,-226.65 17223.74,-220.92"/>
<polygon fill="midnightblue" stroke="midnightblue" points="16754.87,-268.32 16745.9,-273.96 16756.43,-275.15 16754.87,-268.32"/>
</g>
<!-- Node131&#45;&gt;Node102 -->
<g id="edge163" class="edge">
<title>Node131&#45;&gt;Node102</title>
<path fill="none" stroke="midnightblue" d="M16917.88,-271.7C16923.82,-270.37 16929.76,-269.11 16935.5,-268 17035.24,-248.66 17152.04,-233.5 17223.91,-225.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="16916.88,-268.34 16907.92,-274 16918.45,-275.16 16916.88,-268.34"/>
</g>
<!-- Node132&#45;&gt;Node109 -->
<g id="edge165" class="edge">
<title>Node132&#45;&gt;Node109</title>
<path fill="none" stroke="midnightblue" d="M15874.53,-349.71C15919.19,-339.78 15986.9,-324.43 16045.5,-310 16053.05,-308.14 16061.01,-306.12 16068.81,-304.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15873.54,-346.35 15864.53,-351.93 15875.06,-353.18 15873.54,-346.35"/>
</g>
<!-- Node132&#45;&gt;Node111 -->
<g id="edge166" class="edge">
<title>Node132&#45;&gt;Node111</title>
<path fill="none" stroke="midnightblue" d="M15906.77,-350.77C15982.46,-341.41 16098.35,-326.31 16198.5,-310 16201.43,-309.52 16204.4,-309.03 16207.41,-308.52"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15906.32,-347.3 15896.83,-352 15907.18,-354.25 15906.32,-347.3"/>
</g>
<!-- Node132&#45;&gt;Node113 -->
<g id="edge167" class="edge">
<title>Node132&#45;&gt;Node113</title>
<path fill="none" stroke="midnightblue" d="M15804.15,-346.3C15785.67,-334.01 15759.09,-316.33 15740.66,-304.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15802.24,-349.23 15812.5,-351.86 15806.11,-343.4 15802.24,-349.23"/>
</g>
<!-- Node132&#45;&gt;Node129 -->
<g id="edge168" class="edge">
<title>Node132&#45;&gt;Node129</title>
<path fill="none" stroke="midnightblue" d="M15846.85,-346.3C15865.33,-334.01 15891.91,-316.33 15910.34,-304.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15844.89,-343.4 15838.5,-351.86 15848.76,-349.23 15844.89,-343.4"/>
</g>
<!-- Node133 -->
<g id="node133" class="node">
<title>Node133</title>
<g id="a_node133"><a xlink:href="_network_utils_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15459.5,-279.5 15459.5,-298.5 15611.5,-298.5 15611.5,-279.5 15459.5,-279.5"/>
<text text-anchor="middle" x="15535.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/NetworkUtils.cpp</text>
</a>
</g>
</g>
<!-- Node132&#45;&gt;Node133 -->
<g id="edge169" class="edge">
<title>Node132&#45;&gt;Node133</title>
<path fill="none" stroke="midnightblue" d="M15780.56,-349.58C15722.67,-335.5 15623.26,-311.33 15570.6,-298.53"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15779.98,-353.03 15790.52,-352 15781.63,-346.23 15779.98,-353.03"/>
</g>
<!-- Node134&#45;&gt;Node104 -->
<g id="edge172" class="edge">
<title>Node134&#45;&gt;Node104</title>
<path fill="none" stroke="midnightblue" d="M15357.33,-346.85C15373.88,-337.53 15395.39,-324.31 15412.5,-310 15431.81,-293.85 15428.09,-279.46 15450.5,-268 15736.94,-121.48 16771.54,-90.42 17048.12,-84.68"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15355.3,-343.98 15348.23,-351.87 15358.68,-350.11 15355.3,-343.98"/>
</g>
<!-- Node135 -->
<g id="node135" class="node">
<title>Node135</title>
<g id="a_node135"><a xlink:href="_observable_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15259.5,-279.5 15259.5,-298.5 15403.5,-298.5 15403.5,-279.5 15259.5,-279.5"/>
<text text-anchor="middle" x="15331.5" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnn/Observable.cpp</text>
</a>
</g>
</g>
<!-- Node134&#45;&gt;Node135 -->
<g id="edge171" class="edge">
<title>Node134&#45;&gt;Node135</title>
<path fill="none" stroke="midnightblue" d="M15331.5,-341.44C15331.5,-327.53 15331.5,-309.32 15331.5,-298.72"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15328,-341.86 15331.5,-351.86 15335,-341.86 15328,-341.86"/>
</g>
<!-- Node139 -->
<g id="node139" class="node">
<title>Node139</title>
<g id="a_node139"><a xlink:href="_graph_utils_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="15134,-274 15134,-304 15241,-304 15241,-274 15134,-274"/>
<text text-anchor="start" x="15142" y="-292" font-family="Helvetica,sans-Serif" font-size="10.00">src/armnnTestUtils</text>
<text text-anchor="middle" x="15187.5" y="-281" font-family="Helvetica,sans-Serif" font-size="10.00">/GraphUtils.cpp</text>
</a>
</g>
</g>
<!-- Node138&#45;&gt;Node139 -->
<g id="edge179" class="edge">
<title>Node138&#45;&gt;Node139</title>
<path fill="none" stroke="midnightblue" d="M15187.5,-336.23C15187.5,-325.57 15187.5,-313.41 15187.5,-304.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="15184,-336.23 15187.5,-346.23 15191,-336.23 15184,-336.23"/>
</g>
</g>
</svg>