aboutsummaryrefslogtreecommitdiff
path: root/latest/_neon_reduce_workload_8hpp__dep__incl.svg
blob: ddfbeb74f31e0cab1695c46bbd5271fec15bd067 (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
<?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/backends/neon/workloads/NeonReduceWorkload.hpp Pages: 1 -->
<svg width="14451pt" height="307pt"
 viewBox="0.00 0.00 14450.50 307.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 303)">
<title>src/backends/neon/workloads/NeonReduceWorkload.hpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-303 14446.5,-303 14446.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="14045,-268.5 14045,-298.5 14205,-298.5 14205,-268.5 14045,-268.5"/>
<text text-anchor="start" x="14053" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="14125" y="-275.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonReduceWorkload.hpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="_arm_compute_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7087.5,-201.5 7087.5,-231.5 7228.5,-231.5 7228.5,-201.5 7087.5,-201.5"/>
<text text-anchor="start" x="7095.5" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="7158" y="-208.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ArmComputeUtils.hpp</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="M14034.86,-281.66C13271.99,-274.54 7908.15,-224.5 7228.71,-218.16"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14034.92,-285.16 14044.95,-281.75 14034.99,-278.16 14034.92,-285.16"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="_neon_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12392.5,-0.5 12392.5,-19.5 12589.5,-19.5 12589.5,-0.5 12392.5,-0.5"/>
<text text-anchor="middle" x="12491" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge85" class="edge">
<title>Node1&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M14151.38,-262.05C14190.2,-229.61 14253.98,-165.66 14214,-123 14158.13,-63.38 12947.28,-24.06 12589.62,-13.72"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14149.05,-259.44 14143.53,-268.48 14153.48,-264.86 14149.05,-259.44"/>
</g>
<!-- Node48 -->
<g id="node48" class="node">
<title>Node48</title>
<g id="a_node48"><a xlink:href="_neon_layer_support_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13865,-129 13865,-159 14027,-159 14027,-129 13865,-129"/>
<text text-anchor="start" x="13873" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonLayer</text>
<text text-anchor="middle" x="13946" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">Support.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node48 -->
<g id="edge86" class="edge">
<title>Node1&#45;&gt;Node48</title>
<path fill="none" stroke="midnightblue" d="M14098.25,-261.95C14061.44,-233.68 13996.15,-183.52 13964.38,-159.12"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14096.46,-264.99 14106.52,-268.3 14100.72,-259.44 14096.46,-264.99"/>
</g>
<!-- Node72 -->
<g id="node72" class="node">
<title>Node72</title>
<g id="a_node72"><a xlink:href="_neon_reduce_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14045,-129 14045,-159 14205,-159 14205,-129 14045,-129"/>
<text text-anchor="start" x="14053" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="14125" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonReduceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node72 -->
<g id="edge87" class="edge">
<title>Node1&#45;&gt;Node72</title>
<path fill="none" stroke="midnightblue" d="M14125,-258.29C14125,-229.61 14125,-182.78 14125,-159.33"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14121.5,-258.3 14125,-268.3 14128.5,-258.3 14121.5,-258.3"/>
</g>
<!-- Node83 -->
<g id="node83" class="node">
<title>Node83</title>
<g id="a_node83"><a xlink:href="_neon_workloads_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14266,-201.5 14266,-231.5 14426,-231.5 14426,-201.5 14266,-201.5"/>
<text text-anchor="start" x="14274" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="14346" y="-208.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonWorkloads.hpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node83 -->
<g id="edge88" class="edge">
<title>Node1&#45;&gt;Node83</title>
<path fill="none" stroke="midnightblue" d="M14182.53,-265.58C14218.42,-255.02 14264.09,-241.59 14298.02,-231.61"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14181.29,-262.3 14172.68,-268.48 14183.26,-269.01 14181.29,-262.3"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="_arm_compute_subgraph_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12157.5,-129 12157.5,-159 12330.5,-159 12330.5,-129 12157.5,-129"/>
<text text-anchor="start" x="12165.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="12244" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ArmComputeSubgraphUtils.hpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M7239.13,-215.59C7843.65,-216.11 11636.16,-217.29 12143,-165 12155.89,-163.67 12169.58,-161.49 12182.58,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.78,-212.09 7228.77,-215.58 7238.77,-219.09 7238.78,-212.09"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="_cl_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12063.5,-62 12063.5,-81 12228.5,-81 12228.5,-62 12063.5,-62"/>
<text text-anchor="middle" x="12146" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClBackend.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge8" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M7239.09,-215.29C7876.52,-213.6 12057.74,-201.13 12110,-165 12138.35,-145.4 12144.38,-99.97 12145.66,-81.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.63,-211.8 7228.64,-215.32 7238.65,-218.8 7238.63,-211.8"/>
</g>
<!-- Node2&#45;&gt;Node6 -->
<g id="edge49" class="edge">
<title>Node2&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M7238.97,-215.52C7905.81,-215.55 12467.46,-214 12516,-165 12556.22,-124.4 12513.16,-46.11 12496.77,-19.84"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.51,-212.02 7228.51,-215.51 7238.51,-219.02 7238.51,-212.02"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="_arm_compute_tensor_utils_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12349,-129 12349,-159 12507,-159 12507,-129 12349,-129"/>
<text text-anchor="start" x="12357" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="12428" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ArmComputeTensorUtils.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node7 -->
<g id="edge7" class="edge">
<title>Node2&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M7238.72,-215.2C7875.74,-212.77 12074.81,-195.62 12339,-165 12350.48,-163.67 12362.66,-161.47 12374.19,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.7,-211.7 7228.71,-215.24 7238.73,-218.7 7238.7,-211.7"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="_cl_layer_support_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12563,-134.5 12563,-153.5 12751,-153.5 12751,-134.5 12563,-134.5"/>
<text text-anchor="middle" x="12657" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClLayerSupport.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node8 -->
<g id="edge9" class="edge">
<title>Node2&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M7239.16,-215.59C7871.4,-216.2 11998.65,-218.13 12549,-165 12572.73,-162.71 12599.03,-157.89 12619.74,-153.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.79,-212.09 7228.78,-215.58 7238.78,-219.09 7238.79,-212.09"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="_cl_activation_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12769.5,-129 12769.5,-159 12914.5,-159 12914.5,-129 12769.5,-129"/>
<text text-anchor="start" x="12777.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="12842" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClActivationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node9 -->
<g id="edge10" class="edge">
<title>Node2&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M7239.41,-215.3C7907.82,-213.6 12473.82,-200.71 12760,-165 12770.61,-163.68 12781.84,-161.48 12792.47,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.91,-211.8 7228.92,-215.33 7238.93,-218.8 7238.91,-211.8"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="_cl_addition_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12933,-129 12933,-159 13077,-159 13077,-129 12933,-129"/>
<text text-anchor="start" x="12941" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="13005" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClAdditionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node10 -->
<g id="edge11" class="edge">
<title>Node2&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M7239.13,-215.32C7917.47,-213.78 12628.11,-201.75 12923,-165 12933.61,-163.68 12944.84,-161.48 12955.47,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.95,-211.82 7228.96,-215.35 7238.97,-218.82 7238.95,-211.82"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a xlink:href="_cl_batch_mat_mul_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13095,-129 13095,-159 13255,-159 13255,-129 13095,-129"/>
<text text-anchor="start" x="13103" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="13175" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchMatMulWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node11 -->
<g id="edge12" class="edge">
<title>Node2&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M7238.71,-215.3C7926.29,-213.56 12782.04,-200.04 13086,-165 13097.48,-163.68 13109.66,-161.48 13121.19,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.65,-211.8 7228.66,-215.33 7238.67,-218.8 7238.65,-211.8"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a xlink:href="_cl_batch_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13273.5,-129 13273.5,-159 13490.5,-159 13490.5,-129 13273.5,-129"/>
<text text-anchor="start" x="13281.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="13382" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchNormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node12 -->
<g id="edge13" class="edge">
<title>Node2&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M7239.01,-215.61C7916.97,-216.47 12636.93,-220.38 13264,-165 13279.11,-163.67 13295.2,-161.47 13310.48,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.85,-212.11 7228.85,-215.6 7238.85,-219.11 7238.85,-212.11"/>
</g>
<!-- Node13 -->
<g id="node13" class="node">
<title>Node13</title>
<g id="a_node13"><a xlink:href="_cl_comparison_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13509,-129 13509,-159 13663,-159 13663,-129 13509,-129"/>
<text text-anchor="start" x="13517" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="13586" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClComparisonWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node13 -->
<g id="edge14" class="edge">
<title>Node2&#45;&gt;Node13</title>
<path fill="none" stroke="midnightblue" d="M7238.96,-215.36C7954.07,-214.06 13173.14,-203.29 13499,-165 13510.24,-163.68 13522.14,-161.49 13533.41,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.75,-211.86 7228.76,-215.38 7238.76,-218.86 7238.75,-211.86"/>
</g>
<!-- Node14 -->
<g id="node14" class="node">
<title>Node14</title>
<g id="a_node14"><a xlink:href="_cl_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13681,-129 13681,-159 13847,-159 13847,-129 13681,-129"/>
<text text-anchor="start" x="13689" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="13764" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node14 -->
<g id="edge15" class="edge">
<title>Node2&#45;&gt;Node14</title>
<path fill="none" stroke="midnightblue" d="M7238.61,-215.35C7963.25,-213.95 13336.63,-202.35 13672,-165 13683.86,-163.68 13696.44,-161.49 13708.36,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.53,-211.85 7228.53,-215.37 7238.54,-218.85 7238.53,-211.85"/>
</g>
<!-- Node15 -->
<g id="node15" class="node">
<title>Node15</title>
<g id="a_node15"><a xlink:href="_cl_convolution3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-129 0,-159 166,-159 166,-129 0,-129"/>
<text text-anchor="start" x="8" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="83" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvolution3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node15 -->
<g id="edge16" class="edge">
<title>Node2&#45;&gt;Node15</title>
<path fill="none" stroke="midnightblue" d="M7077.25,-215.39C6323.25,-214.35 535.42,-205.04 175,-165 163.14,-163.68 150.56,-161.49 138.64,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.45,-218.89 7087.46,-215.41 7077.46,-211.89 7077.45,-218.89"/>
</g>
<!-- Node16 -->
<g id="node16" class="node">
<title>Node16</title>
<g id="a_node16"><a xlink:href="_cl_depthwise_convolution_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="184,-129 184,-159 390,-159 390,-129 184,-129"/>
<text text-anchor="start" x="192" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="287" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDepthwiseConvolutionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node16 -->
<g id="edge17" class="edge">
<title>Node2&#45;&gt;Node16</title>
<path fill="none" stroke="midnightblue" d="M7077.26,-215.29C6337.01,-213.3 748.11,-197.24 399,-165 384.64,-163.67 369.37,-161.48 354.86,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.29,-218.79 7087.3,-215.32 7077.3,-211.79 7077.29,-218.79"/>
</g>
<!-- Node17 -->
<g id="node17" class="node">
<title>Node17</title>
<g id="a_node17"><a xlink:href="_cl_division_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="408,-129 408,-159 552,-159 552,-129 408,-129"/>
<text text-anchor="start" x="416" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="480" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDivisionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node17 -->
<g id="edge18" class="edge">
<title>Node2&#45;&gt;Node17</title>
<path fill="none" stroke="midnightblue" d="M7077.21,-215.42C6346.67,-214.66 900.22,-207.58 561,-165 550.51,-163.68 539.41,-161.49 528.91,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.37,-218.92 7087.37,-215.43 7077.37,-211.92 7077.37,-218.92"/>
</g>
<!-- Node18 -->
<g id="node18" class="node">
<title>Node18</title>
<g id="a_node18"><a xlink:href="_cl_elementwise_binary_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="570,-129 570,-159 760,-159 760,-129 570,-129"/>
<text text-anchor="start" x="578" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="665" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClElementwiseBinaryWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node18 -->
<g id="edge19" class="edge">
<title>Node2&#45;&gt;Node18</title>
<path fill="none" stroke="midnightblue" d="M7077,-215.28C6358.73,-213.3 1098.05,-197.67 769,-165 755.64,-163.67 741.45,-161.48 727.98,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.24,-218.78 7087.25,-215.31 7077.26,-211.78 7077.24,-218.78"/>
</g>
<!-- Node19 -->
<g id="node19" class="node">
<title>Node19</title>
<g id="a_node19"><a xlink:href="_cl_fully_connected_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="778,-129 778,-159 948,-159 948,-129 778,-129"/>
<text text-anchor="start" x="786" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="863" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClFullyConnectedWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node19 -->
<g id="edge20" class="edge">
<title>Node2&#45;&gt;Node19</title>
<path fill="none" stroke="midnightblue" d="M7077.18,-215.31C6371.56,-213.57 1275.71,-199.84 957,-165 944.89,-163.68 932.05,-161.48 919.87,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.24,-218.81 7087.25,-215.33 7077.26,-211.81 7077.24,-218.81"/>
</g>
<!-- Node20 -->
<g id="node20" class="node">
<title>Node20</title>
<g id="a_node20"><a xlink:href="_cl_gather_nd_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="966,-129 966,-159 1110,-159 1110,-129 966,-129"/>
<text text-anchor="start" x="974" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1038" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClGatherNdWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node20 -->
<g id="edge21" class="edge">
<title>Node2&#45;&gt;Node20</title>
<path fill="none" stroke="midnightblue" d="M7077.14,-215.36C6381.74,-214.13 1428.47,-203.95 1119,-165 1108.51,-163.68 1097.41,-161.49 1086.91,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.3,-218.86 7087.31,-215.38 7077.31,-211.86 7077.3,-218.86"/>
</g>
<!-- Node21 -->
<g id="node21" class="node">
<title>Node21</title>
<g id="a_node21"><a xlink:href="_cl_gather_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1128,-129 1128,-159 1272,-159 1272,-129 1128,-129"/>
<text text-anchor="start" x="1136" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1200" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClGatherWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node21 -->
<g id="edge22" class="edge">
<title>Node2&#45;&gt;Node21</title>
<path fill="none" stroke="midnightblue" d="M7077.44,-215.34C6393.75,-213.96 1581.89,-202.91 1281,-165 1270.51,-163.68 1259.41,-161.48 1248.91,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.43,-218.84 7087.44,-215.37 7077.45,-211.84 7077.43,-218.84"/>
</g>
<!-- Node22 -->
<g id="node22" class="node">
<title>Node22</title>
<g id="a_node22"><a xlink:href="_cl_l2_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1290,-129 1290,-159 1490,-159 1490,-129 1290,-129"/>
<text text-anchor="start" x="1298" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1390" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClL2NormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node22 -->
<g id="edge23" class="edge">
<title>Node2&#45;&gt;Node22</title>
<path fill="none" stroke="midnightblue" d="M7076.92,-215.62C6427.24,-216.5 2077.97,-220.28 1499,-165 1485.02,-163.67 1470.15,-161.47 1456.03,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.12,-219.12 7087.12,-215.61 7077.11,-212.12 7077.12,-219.12"/>
</g>
<!-- Node23 -->
<g id="node23" class="node">
<title>Node23</title>
<g id="a_node23"><a xlink:href="_cl_log_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1508.5,-129 1508.5,-159 1661.5,-159 1661.5,-129 1508.5,-129"/>
<text text-anchor="start" x="1516.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1585" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLogSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node23 -->
<g id="edge24" class="edge">
<title>Node2&#45;&gt;Node23</title>
<path fill="none" stroke="midnightblue" d="M7076.71,-215.26C6416.57,-213.25 1951.27,-198.47 1671,-165 1659.89,-163.67 1648.12,-161.48 1636.98,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.06,-218.76 7087.08,-215.29 7077.09,-211.76 7077.06,-218.76"/>
</g>
<!-- Node24 -->
<g id="node24" class="node">
<title>Node24</title>
<g id="a_node24"><a xlink:href="_cl_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1680,-129 1680,-159 1824,-159 1824,-129 1680,-129"/>
<text text-anchor="start" x="1688" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1752" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLstmFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node24 -->
<g id="edge25" class="edge">
<title>Node2&#45;&gt;Node24</title>
<path fill="none" stroke="midnightblue" d="M7077.08,-215.27C6429.34,-213.36 2104.48,-199.33 1833,-165 1822.51,-163.67 1811.42,-161.48 1800.92,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.24,-218.77 7087.25,-215.3 7077.26,-211.77 7077.24,-218.77"/>
</g>
<!-- Node25 -->
<g id="node25" class="node">
<title>Node25</title>
<g id="a_node25"><a xlink:href="_cl_maximum_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1842.5,-129 1842.5,-159 1987.5,-159 1987.5,-129 1842.5,-129"/>
<text text-anchor="start" x="1850.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1915" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMaximumWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node25 -->
<g id="edge26" class="edge">
<title>Node2&#45;&gt;Node25</title>
<path fill="none" stroke="midnightblue" d="M7076.62,-215.24C6438.74,-213.1 2259.75,-197.88 1997,-165 1986.39,-163.67 1975.16,-161.47 1964.53,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.07,-218.74 7087.08,-215.27 7077.09,-211.74 7077.07,-218.74"/>
</g>
<!-- Node26 -->
<g id="node26" class="node">
<title>Node26</title>
<g id="a_node26"><a xlink:href="_cl_minimum_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2006,-129 2006,-159 2150,-159 2150,-129 2006,-129"/>
<text text-anchor="start" x="2014" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2078" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMinimumWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node26 -->
<g id="edge27" class="edge">
<title>Node2&#45;&gt;Node26</title>
<path fill="none" stroke="midnightblue" d="M7077.21,-215.22C6452.8,-212.97 2413.18,-197.22 2159,-165 2148.51,-163.67 2137.42,-161.47 2126.92,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.45,-218.72 7087.46,-215.25 7077.47,-211.72 7077.45,-218.72"/>
</g>
<!-- Node27 -->
<g id="node27" class="node">
<title>Node27</title>
<g id="a_node27"><a xlink:href="_cl_multiplication_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2168,-129 2168,-159 2330,-159 2330,-129 2168,-129"/>
<text text-anchor="start" x="2176" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2249" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMultiplicationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node27 -->
<g id="edge28" class="edge">
<title>Node2&#45;&gt;Node27</title>
<path fill="none" stroke="midnightblue" d="M7077.23,-215.67C6485.41,-216.77 2827.69,-221.24 2339,-165 2327.39,-163.66 2315.09,-161.46 2303.42,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.38,-219.17 7087.38,-215.65 7077.37,-212.17 7077.38,-219.17"/>
</g>
<!-- Node28 -->
<g id="node28" class="node">
<title>Node28</title>
<g id="a_node28"><a xlink:href="_cl_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2348.5,-129 2348.5,-159 2537.5,-159 2537.5,-129 2348.5,-129"/>
<text text-anchor="start" x="2356.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2443" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClNormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node28 -->
<g id="edge29" class="edge">
<title>Node2&#45;&gt;Node28</title>
<path fill="none" stroke="midnightblue" d="M7077.14,-215.49C6499.91,-215.29 3014.33,-212.11 2547,-165 2533.74,-163.66 2519.65,-161.48 2506.26,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.44,-218.99 7087.44,-215.49 7077.44,-211.99 7077.44,-218.99"/>
</g>
<!-- Node29 -->
<g id="node29" class="node">
<title>Node29</title>
<g id="a_node29"><a xlink:href="_cl_pad_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2556,-129 2556,-159 2700,-159 2700,-129 2556,-129"/>
<text text-anchor="start" x="2564" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2628" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPadWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node29 -->
<g id="edge30" class="edge">
<title>Node2&#45;&gt;Node29</title>
<path fill="none" stroke="midnightblue" d="M7077.27,-215.71C6512.13,-216.99 3157.85,-222.18 2709,-165 2698.51,-163.66 2687.42,-161.46 2676.92,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.38,-219.21 7087.37,-215.68 7077.36,-212.21 7077.38,-219.21"/>
</g>
<!-- Node30 -->
<g id="node30" class="node">
<title>Node30</title>
<g id="a_node30"><a xlink:href="_cl_pooling2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2718,-129 2718,-159 2862,-159 2862,-129 2718,-129"/>
<text text-anchor="start" x="2726" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2790" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPooling2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node30 -->
<g id="edge31" class="edge">
<title>Node2&#45;&gt;Node30</title>
<path fill="none" stroke="midnightblue" d="M7077.19,-215.67C6523.79,-216.67 3302.71,-220.09 2871,-165 2860.65,-163.68 2849.72,-161.52 2839.35,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.47,-219.17 7087.46,-215.65 7077.46,-212.17 7077.47,-219.17"/>
</g>
<!-- Node31 -->
<g id="node31" class="node">
<title>Node31</title>
<g id="a_node31"><a xlink:href="_cl_pooling3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2880,-129 2880,-159 3024,-159 3024,-129 2880,-129"/>
<text text-anchor="start" x="2888" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2952" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPooling3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node31 -->
<g id="edge32" class="edge">
<title>Node2&#45;&gt;Node31</title>
<path fill="none" stroke="midnightblue" d="M7077.24,-215.63C6536.24,-216.33 3447.61,-218.01 3033,-165 3022.66,-163.68 3011.72,-161.52 3001.35,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.3,-219.13 7087.3,-215.61 7077.29,-212.13 7077.3,-219.13"/>
</g>
<!-- Node32 -->
<g id="node32" class="node">
<title>Node32</title>
<g id="a_node32"><a xlink:href="_cl_prelu_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3042,-129 3042,-159 3186,-159 3186,-129 3042,-129"/>
<text text-anchor="start" x="3050" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3114" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPreluWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node32 -->
<g id="edge33" class="edge">
<title>Node2&#45;&gt;Node32</title>
<path fill="none" stroke="midnightblue" d="M7077.1,-215.58C6548.16,-215.98 3592.48,-215.92 3195,-165 3184.66,-163.67 3173.72,-161.51 3163.35,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.31,-219.08 7087.3,-215.58 7077.3,-212.08 7077.31,-219.08"/>
</g>
<!-- Node33 -->
<g id="node33" class="node">
<title>Node33</title>
<g id="a_node33"><a xlink:href="_cl_quantize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3204,-129 3204,-159 3348,-159 3348,-129 3204,-129"/>
<text text-anchor="start" x="3212" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3276" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClQuantizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node33 -->
<g id="edge34" class="edge">
<title>Node2&#45;&gt;Node33</title>
<path fill="none" stroke="midnightblue" d="M7077.16,-215.54C6561.13,-215.62 3737.41,-213.84 3357,-165 3346.66,-163.67 3335.72,-161.51 3325.35,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.49,-219.04 7087.49,-215.53 7077.49,-212.04 7077.49,-219.04"/>
</g>
<!-- Node34 -->
<g id="node34" class="node">
<title>Node34</title>
<g id="a_node34"><a xlink:href="_cl_reduce_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3366,-129 3366,-159 3510,-159 3510,-129 3366,-129"/>
<text text-anchor="start" x="3374" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3438" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReduceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node34 -->
<g id="edge35" class="edge">
<title>Node2&#45;&gt;Node34</title>
<path fill="none" stroke="midnightblue" d="M7077.41,-215.48C6575.03,-215.24 3882.41,-211.76 3519,-165 3508.66,-163.67 3497.72,-161.5 3487.35,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.47,-218.98 7087.47,-215.49 7077.47,-211.98 7077.47,-218.98"/>
</g>
<!-- Node35 -->
<g id="node35" class="node">
<title>Node35</title>
<g id="a_node35"><a xlink:href="_cl_resize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3528,-129 3528,-159 3672,-159 3672,-129 3528,-129"/>
<text text-anchor="start" x="3536" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3600" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClResizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node35 -->
<g id="edge36" class="edge">
<title>Node2&#45;&gt;Node35</title>
<path fill="none" stroke="midnightblue" d="M7077.13,-215.43C6587.34,-214.85 4027.3,-209.67 3681,-165 3670.66,-163.67 3659.72,-161.5 3649.35,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.29,-218.93 7087.29,-215.44 7077.29,-211.93 7077.29,-218.93"/>
</g>
<!-- Node36 -->
<g id="node36" class="node">
<title>Node36</title>
<g id="a_node36"><a xlink:href="_cl_reverse_v2_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3690,-129 3690,-159 3838,-159 3838,-129 3690,-129"/>
<text text-anchor="start" x="3698" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3764" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReverseV2Workload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node36 -->
<g id="edge37" class="edge">
<title>Node2&#45;&gt;Node36</title>
<path fill="none" stroke="midnightblue" d="M7077.23,-215.34C6601.65,-214.24 4176,-206.63 3847,-165 3836.41,-163.66 3825.21,-161.49 3814.59,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.43,-218.84 7087.44,-215.36 7077.45,-211.84 7077.43,-218.84"/>
</g>
<!-- Node37 -->
<g id="node37" class="node">
<title>Node37</title>
<g id="a_node37"><a xlink:href="_cl_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3856,-129 3856,-159 4000,-159 4000,-129 3856,-129"/>
<text text-anchor="start" x="3864" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3928" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node37 -->
<g id="edge38" class="edge">
<title>Node2&#45;&gt;Node37</title>
<path fill="none" stroke="midnightblue" d="M7077.15,-215.3C6615.33,-213.99 4320.86,-205.47 4009,-165 3998.66,-163.66 3987.73,-161.49 3977.35,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.38,-218.8 7087.39,-215.32 7077.4,-211.8 7077.38,-218.8"/>
</g>
<!-- Node38 -->
<g id="node38" class="node">
<title>Node38</title>
<g id="a_node38"><a xlink:href="_cl_space_to_depth_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4018,-129 4018,-159 4182,-159 4182,-129 4018,-129"/>
<text text-anchor="start" x="4026" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4100" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSpaceToDepthWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node38 -->
<g id="edge39" class="edge">
<title>Node2&#45;&gt;Node38</title>
<path fill="none" stroke="midnightblue" d="M7077.23,-215.09C6631.76,-212.68 4484.26,-199.37 4191,-165 4179.43,-163.64 4167.17,-161.47 4155.53,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.42,-218.59 7087.44,-215.14 7077.46,-211.59 7077.42,-218.59"/>
</g>
<!-- Node39 -->
<g id="node39" class="node">
<title>Node39</title>
<g id="a_node39"><a xlink:href="_cl_splitter_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4200,-129 4200,-159 4344,-159 4344,-129 4200,-129"/>
<text text-anchor="start" x="4208" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4272" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSplitterWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node39 -->
<g id="edge40" class="edge">
<title>Node2&#45;&gt;Node39</title>
<path fill="none" stroke="midnightblue" d="M7077.16,-215.12C6646.24,-212.98 4628.83,-201.07 4353,-165 4342.66,-163.65 4331.73,-161.47 4321.36,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.32,-218.63 7087.34,-215.18 7077.36,-211.63 7077.32,-218.63"/>
</g>
<!-- Node40 -->
<g id="node40" class="node">
<title>Node40</title>
<g id="a_node40"><a xlink:href="_cl_sqrt_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4362,-129 4362,-159 4506,-159 4506,-129 4362,-129"/>
<text text-anchor="start" x="4370" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4434" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSqrtWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node40 -->
<g id="edge41" class="edge">
<title>Node2&#45;&gt;Node40</title>
<path fill="none" stroke="midnightblue" d="M7077.17,-215.03C6661.47,-212.46 4773.91,-199 4515,-165 4504.66,-163.64 4493.73,-161.47 4483.36,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.27,-218.53 7087.29,-215.09 7077.31,-211.53 7077.27,-218.53"/>
</g>
<!-- Node41 -->
<g id="node41" class="node">
<title>Node41</title>
<g id="a_node41"><a xlink:href="_cl_strided_slice_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4524.5,-129 4524.5,-159 4677.5,-159 4677.5,-129 4524.5,-129"/>
<text text-anchor="start" x="4532.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4601" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClStridedSliceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node41 -->
<g id="edge42" class="edge">
<title>Node2&#45;&gt;Node41</title>
<path fill="none" stroke="midnightblue" d="M7077.27,-214.86C6678.37,-211.57 4927.26,-195.5 4686,-165 4675.17,-163.63 4663.71,-161.45 4652.83,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.26,-218.36 7087.28,-214.94 7077.31,-211.36 7077.26,-218.36"/>
</g>
<!-- Node42 -->
<g id="node42" class="node">
<title>Node42</title>
<g id="a_node42"><a xlink:href="_cl_subtraction_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4695.5,-129 4695.5,-159 4846.5,-159 4846.5,-129 4695.5,-129"/>
<text text-anchor="start" x="4703.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4771" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSubtractionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node42 -->
<g id="edge43" class="edge">
<title>Node2&#45;&gt;Node42</title>
<path fill="none" stroke="midnightblue" d="M7077.31,-214.73C6695.52,-210.96 5079.56,-193.44 4856,-165 4845.17,-163.62 4833.71,-161.44 4822.83,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.41,-218.23 7087.44,-214.83 7077.48,-211.23 7077.41,-218.23"/>
</g>
<!-- Node43 -->
<g id="node43" class="node">
<title>Node43</title>
<g id="a_node43"><a xlink:href="_cl_tile_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4865,-129 4865,-159 5009,-159 5009,-129 4865,-129"/>
<text text-anchor="start" x="4873" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4937" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClTileWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node43 -->
<g id="edge44" class="edge">
<title>Node2&#45;&gt;Node43</title>
<path fill="none" stroke="midnightblue" d="M7077.1,-214.64C6711.74,-210.6 5224.54,-192.6 5018,-165 5007.66,-163.62 4996.73,-161.43 4986.36,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.28,-218.14 7087.32,-214.75 7077.36,-211.14 7077.28,-218.14"/>
</g>
<!-- Node44 -->
<g id="node44" class="node">
<title>Node44</title>
<g id="a_node44"><a xlink:href="_cl_transpose_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5027.5,-129 5027.5,-159 5242.5,-159 5242.5,-129 5027.5,-129"/>
<text text-anchor="start" x="5035.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5135" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClTransposeConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node44 -->
<g id="edge45" class="edge">
<title>Node2&#45;&gt;Node44</title>
<path fill="none" stroke="midnightblue" d="M7077.03,-214.9C6761.56,-212.31 5614.38,-200.59 5252,-165 5237.54,-163.58 5222.17,-161.43 5207.49,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.43,-218.4 7087.45,-214.98 7077.48,-211.4 7077.43,-218.4"/>
</g>
<!-- Node45 -->
<g id="node45" class="node">
<title>Node45</title>
<g id="a_node45"><a xlink:href="_cl_unidirectional_sequence_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5261,-123.5 5261,-164.5 5455,-164.5 5455,-123.5 5261,-123.5"/>
<text text-anchor="start" x="5269" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="start" x="5269" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClUnidirectionalSequenceLstmFloat</text>
<text text-anchor="middle" x="5358" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">Workload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node45 -->
<g id="edge46" class="edge">
<title>Node2&#45;&gt;Node45</title>
<path fill="none" stroke="midnightblue" d="M7077.35,-214.77C6785.16,-211.87 5782.53,-199.58 5464,-165 5461.11,-164.69 5458.19,-164.34 5455.24,-163.96"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.41,-218.27 7087.44,-214.87 7077.47,-211.27 7077.41,-218.27"/>
</g>
<!-- Node46 -->
<g id="node46" class="node">
<title>Node46</title>
<g id="a_node46"><a xlink:href="_gpu_fsa_softmax_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5473,-129 5473,-159 5623,-159 5623,-129 5473,-129"/>
<text text-anchor="start" x="5481" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/gpuFsa</text>
<text text-anchor="middle" x="5548" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/layers/GpuFsaSoftmax.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node46 -->
<g id="edge47" class="edge">
<title>Node2&#45;&gt;Node46</title>
<path fill="none" stroke="midnightblue" d="M7077.15,-214.96C6803.77,-212.82 5915.22,-203.01 5632,-165 5621.45,-163.58 5610.29,-161.42 5599.67,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.36,-218.47 7087.39,-215.04 7077.42,-211.47 7077.36,-218.47"/>
</g>
<!-- Node47 -->
<g id="node47" class="node">
<title>Node47</title>
<g id="a_node47"><a xlink:href="_utils_gpu_fsa_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5641,-129 5641,-159 5773,-159 5773,-129 5641,-129"/>
<text text-anchor="start" x="5649" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/gpuFsa</text>
<text text-anchor="middle" x="5707" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/layers/UtilsGpuFsa.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node47 -->
<g id="edge48" class="edge">
<title>Node2&#45;&gt;Node47</title>
<path fill="none" stroke="midnightblue" d="M7076.95,-214.9C6821.32,-212.65 6034.13,-202.76 5782,-165 5772.54,-163.58 5762.55,-161.41 5753.07,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.24,-218.41 7087.27,-214.99 7077.3,-211.41 7077.24,-218.41"/>
</g>
<!-- Node2&#45;&gt;Node48 -->
<g id="edge50" class="edge">
<title>Node2&#45;&gt;Node48</title>
<path fill="none" stroke="midnightblue" d="M7238.86,-215.38C7975.92,-214.22 13510.93,-204.2 13856,-165 13867.61,-163.68 13879.92,-161.49 13891.58,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.61,-211.88 7228.62,-215.4 7238.62,-218.88 7238.61,-211.88"/>
</g>
<!-- Node49 -->
<g id="node49" class="node">
<title>Node49</title>
<g id="a_node49"><a xlink:href="_neon_activation_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5791.5,-129 5791.5,-159 5952.5,-159 5952.5,-129 5791.5,-129"/>
<text text-anchor="start" x="5799.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="5872" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonActivationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node49 -->
<g id="edge51" class="edge">
<title>Node2&#45;&gt;Node49</title>
<path fill="none" stroke="midnightblue" d="M7077.41,-213.95C6845.36,-209.2 6178.49,-193.4 5962,-165 5950.89,-163.54 5939.13,-161.39 5927.9,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.39,-217.45 7087.46,-214.16 7077.54,-210.45 7077.39,-217.45"/>
</g>
<!-- Node50 -->
<g id="node50" class="node">
<title>Node50</title>
<g id="a_node50"><a xlink:href="_neon_addition_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5971,-129 5971,-159 6131,-159 6131,-129 5971,-129"/>
<text text-anchor="start" x="5979" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="6051" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonAdditionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node50 -->
<g id="edge52" class="edge">
<title>Node2&#45;&gt;Node50</title>
<path fill="none" stroke="midnightblue" d="M7077.24,-216.18C6904.44,-216.61 6486.4,-212.16 6140,-165 6129.17,-163.53 6117.72,-161.39 6106.76,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.28,-219.68 7087.27,-216.15 7077.26,-212.68 7077.28,-219.68"/>
</g>
<!-- Node51 -->
<g id="node51" class="node">
<title>Node51</title>
<g id="a_node51"><a xlink:href="_neon_batch_mat_mul_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6149,-129 6149,-159 6325,-159 6325,-129 6149,-129"/>
<text text-anchor="start" x="6157" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="6237" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonBatchMatMulWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node51 -->
<g id="edge53" class="edge">
<title>Node2&#45;&gt;Node51</title>
<path fill="none" stroke="midnightblue" d="M7077.05,-214.35C6928.96,-211.4 6604.72,-201.02 6334,-165 6322.41,-163.46 6310.13,-161.32 6298.35,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.34,-217.85 7087.41,-214.55 7077.47,-210.86 7077.34,-217.85"/>
</g>
<!-- Node52 -->
<g id="node52" class="node">
<title>Node52</title>
<g id="a_node52"><a xlink:href="_neon_batch_normalization_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6343,-129 6343,-159 6551,-159 6551,-129 6343,-129"/>
<text text-anchor="start" x="6351" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="6447" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonBatchNormalizationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node52 -->
<g id="edge54" class="edge">
<title>Node2&#45;&gt;Node52</title>
<path fill="none" stroke="midnightblue" d="M7077.21,-211.02C6962.07,-204.09 6744.28,-189.04 6560,-165 6547.26,-163.34 6533.76,-161.24 6520.7,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.16,-214.52 7087.35,-211.62 7077.58,-207.53 7077.16,-214.52"/>
</g>
<!-- Node53 -->
<g id="node53" class="node">
<title>Node53</title>
<g id="a_node53"><a xlink:href="_neon_comparison_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6569,-129 6569,-159 6739,-159 6739,-129 6569,-129"/>
<text text-anchor="start" x="6577" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="6654" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonComparisonWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node53 -->
<g id="edge55" class="edge">
<title>Node2&#45;&gt;Node53</title>
<path fill="none" stroke="midnightblue" d="M7077.25,-207.65C6994.34,-199.1 6861.73,-184.07 6748,-165 6737.72,-163.28 6726.85,-161.2 6716.3,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7077.05,-211.15 7087.36,-208.69 7077.77,-204.19 7077.05,-211.15"/>
</g>
<!-- Node54 -->
<g id="node54" class="node">
<title>Node54</title>
<g id="a_node54"><a xlink:href="_neon_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6757,-129 6757,-159 6939,-159 6939,-129 6757,-129"/>
<text text-anchor="start" x="6765" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="6848" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node54 -->
<g id="edge56" class="edge">
<title>Node2&#45;&gt;Node54</title>
<path fill="none" stroke="midnightblue" d="M7086.63,-199.27C7033.17,-187.11 6960.76,-170.64 6909.76,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7085.86,-202.68 7096.38,-201.49 7087.41,-195.86 7085.86,-202.68"/>
</g>
<!-- Node55 -->
<g id="node55" class="node">
<title>Node55</title>
<g id="a_node55"><a xlink:href="_neon_convolution3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6957,-129 6957,-159 7139,-159 7139,-129 6957,-129"/>
<text text-anchor="start" x="6965" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7048" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonConvolution3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node55 -->
<g id="edge57" class="edge">
<title>Node2&#45;&gt;Node55</title>
<path fill="none" stroke="midnightblue" d="M7127.45,-195.92C7109.2,-184.22 7086.44,-169.63 7069.96,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7125.7,-198.95 7136,-201.4 7129.47,-193.06 7125.7,-198.95"/>
</g>
<!-- Node56 -->
<g id="node56" class="node">
<title>Node56</title>
<g id="a_node56"><a xlink:href="_neon_depthwise_convolution_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7157.5,-129 7157.5,-159 7378.5,-159 7378.5,-129 7157.5,-129"/>
<text text-anchor="start" x="7165.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7268" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonDepthwiseConvolutionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node56 -->
<g id="edge58" class="edge">
<title>Node2&#45;&gt;Node56</title>
<path fill="none" stroke="midnightblue" d="M7188.55,-195.92C7206.8,-184.22 7229.56,-169.63 7246.04,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7186.53,-193.06 7180,-201.4 7190.3,-198.95 7186.53,-193.06"/>
</g>
<!-- Node57 -->
<g id="node57" class="node">
<title>Node57</title>
<g id="a_node57"><a xlink:href="_neon_division_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7397,-129 7397,-159 7557,-159 7557,-129 7397,-129"/>
<text text-anchor="start" x="7405" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7477" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonDivisionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node57 -->
<g id="edge59" class="edge">
<title>Node2&#45;&gt;Node57</title>
<path fill="none" stroke="midnightblue" d="M7231.62,-199.3C7276.52,-189.41 7335.08,-176.49 7387,-165 7395.75,-163.06 7404.98,-161.02 7414.06,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7230.69,-195.92 7221.68,-201.49 7232.19,-202.75 7230.69,-195.92"/>
</g>
<!-- Node58 -->
<g id="node58" class="node">
<title>Node58</title>
<g id="a_node58"><a xlink:href="_neon_elementwise_binary_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7575,-129 7575,-159 7781,-159 7781,-129 7575,-129"/>
<text text-anchor="start" x="7583" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7678" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonElementwiseBinaryWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node58 -->
<g id="edge60" class="edge">
<title>Node2&#45;&gt;Node58</title>
<path fill="none" stroke="midnightblue" d="M7238.6,-206.81C7321.03,-197.63 7452.69,-182.12 7566,-165 7577.91,-163.2 7590.51,-161.12 7602.78,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.1,-203.35 7228.55,-207.93 7238.88,-210.3 7238.1,-203.35"/>
</g>
<!-- Node59 -->
<g id="node59" class="node">
<title>Node59</title>
<g id="a_node59"><a xlink:href="_neon_fully_connected_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7799,-129 7799,-159 7985,-159 7985,-129 7799,-129"/>
<text text-anchor="start" x="7807" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7892" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonFullyConnectedWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node59 -->
<g id="edge61" class="edge">
<title>Node2&#45;&gt;Node59</title>
<path fill="none" stroke="midnightblue" d="M7239.15,-211.98C7359.74,-206.07 7593.18,-192.07 7790,-165 7801.8,-163.38 7814.29,-161.26 7826.34,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.72,-208.49 7228.9,-212.47 7239.05,-215.48 7238.72,-208.49"/>
</g>
<!-- Node60 -->
<g id="node60" class="node">
<title>Node60</title>
<g id="a_node60"><a xlink:href="_neon_fused_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8003,-129 8003,-159 8163,-159 8163,-129 8003,-129"/>
<text text-anchor="start" x="8011" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8083" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonFusedWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node60 -->
<g id="edge62" class="edge">
<title>Node2&#45;&gt;Node60</title>
<path fill="none" stroke="midnightblue" d="M7238.59,-214.93C7388.2,-212.91 7718.69,-203.99 7994,-165 8004.66,-163.49 8015.94,-161.37 8026.75,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.52,-211.43 7228.57,-215.05 7238.61,-218.43 7238.52,-211.43"/>
</g>
<!-- Node61 -->
<g id="node61" class="node">
<title>Node61</title>
<g id="a_node61"><a xlink:href="_neon_gather_nd_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8181,-129 8181,-159 8341,-159 8341,-129 8181,-129"/>
<text text-anchor="start" x="8189" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8261" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonGatherNdWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node61 -->
<g id="edge63" class="edge">
<title>Node2&#45;&gt;Node61</title>
<path fill="none" stroke="midnightblue" d="M7238.77,-216.16C7411.08,-216.53 7827.17,-211.98 8172,-165 8182.83,-163.52 8194.28,-161.39 8205.24,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.77,-212.66 7228.76,-216.13 7238.75,-219.66 7238.77,-212.66"/>
</g>
<!-- Node62 -->
<g id="node62" class="node">
<title>Node62</title>
<g id="a_node62"><a xlink:href="_neon_gather_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8359,-129 8359,-159 8519,-159 8519,-129 8359,-129"/>
<text text-anchor="start" x="8367" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8439" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonGatherWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node62 -->
<g id="edge64" class="edge">
<title>Node2&#45;&gt;Node62</title>
<path fill="none" stroke="midnightblue" d="M7238.74,-213.96C7470.39,-209.25 8134.39,-193.56 8350,-165 8360.99,-163.54 8372.62,-161.39 8383.73,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.62,-210.46 7228.69,-214.16 7238.76,-217.46 7238.62,-210.46"/>
</g>
<!-- Node63 -->
<g id="node63" class="node">
<title>Node63</title>
<g id="a_node63"><a xlink:href="_neon_l2_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8537,-129 8537,-159 8753,-159 8753,-129 8537,-129"/>
<text text-anchor="start" x="8545" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8645" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonL2NormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node63 -->
<g id="edge65" class="edge">
<title>Node2&#45;&gt;Node63</title>
<path fill="none" stroke="midnightblue" d="M7238.93,-216.25C7451.09,-217.4 8040.59,-215.42 8528,-165 8542.25,-163.53 8557.38,-161.38 8571.87,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.84,-212.75 7228.82,-216.19 7238.79,-219.75 7238.84,-212.75"/>
</g>
<!-- Node64 -->
<g id="node64" class="node">
<title>Node64</title>
<g id="a_node64"><a xlink:href="_neon_log_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8771.5,-129 8771.5,-159 8940.5,-159 8940.5,-129 8771.5,-129"/>
<text text-anchor="start" x="8779.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8856" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonLogSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node64 -->
<g id="edge66" class="edge">
<title>Node2&#45;&gt;Node64</title>
<path fill="none" stroke="midnightblue" d="M7239.1,-214.86C7521.76,-212.32 8462.49,-201.28 8762,-165 8773.76,-163.58 8786.23,-161.4 8798.11,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.9,-211.36 7228.93,-214.95 7238.96,-218.36 7238.9,-211.36"/>
</g>
<!-- Node65 -->
<g id="node65" class="node">
<title>Node65</title>
<g id="a_node65"><a xlink:href="_neon_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8959,-129 8959,-159 9119,-159 9119,-129 8959,-129"/>
<text text-anchor="start" x="8967" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9039" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonLstmFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node65 -->
<g id="edge67" class="edge">
<title>Node2&#45;&gt;Node65</title>
<path fill="none" stroke="midnightblue" d="M7238.7,-215.27C7541.68,-214.07 8611.15,-206.91 8949,-165 8960.28,-163.6 8972.22,-161.44 8983.6,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.66,-211.77 7228.68,-215.3 7238.69,-218.77 7238.66,-211.77"/>
</g>
<!-- Node66 -->
<g id="node66" class="node">
<title>Node66</title>
<g id="a_node66"><a xlink:href="_neon_multiplication_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9137,-129 9137,-159 9315,-159 9315,-129 9137,-129"/>
<text text-anchor="start" x="9145" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9226" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonMultiplicationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node66 -->
<g id="edge68" class="edge">
<title>Node2&#45;&gt;Node66</title>
<path fill="none" stroke="midnightblue" d="M7238.79,-215.32C7560.75,-214.32 8752.95,-207.74 9128,-165 9140.34,-163.59 9153.43,-161.41 9165.89,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.6,-211.82 7228.61,-215.35 7238.62,-218.82 7238.6,-211.82"/>
</g>
<!-- Node67 -->
<g id="node67" class="node">
<title>Node67</title>
<g id="a_node67"><a xlink:href="_neon_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9332.5,-129 9332.5,-159 9537.5,-159 9537.5,-129 9332.5,-129"/>
<text text-anchor="start" x="9340.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9435" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonNormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node67 -->
<g id="edge69" class="edge">
<title>Node2&#45;&gt;Node67</title>
<path fill="none" stroke="midnightblue" d="M7238.75,-215.29C7580.3,-214.16 8907.89,-207.08 9324,-165 9337.83,-163.6 9352.53,-161.44 9366.55,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.68,-211.79 7228.69,-215.33 7238.7,-218.79 7238.68,-211.79"/>
</g>
<!-- Node68 -->
<g id="node68" class="node">
<title>Node68</title>
<g id="a_node68"><a xlink:href="_neon_pad_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9556,-129 9556,-159 9716,-159 9716,-129 9556,-129"/>
<text text-anchor="start" x="9564" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9636" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPadWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node68 -->
<g id="edge70" class="edge">
<title>Node2&#45;&gt;Node68</title>
<path fill="none" stroke="midnightblue" d="M7238.81,-214.74C7629.51,-210.94 9313.33,-193.03 9546,-165 9557.44,-163.62 9569.57,-161.44 9581.09,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.69,-211.24 7228.73,-214.84 7238.76,-218.24 7238.69,-211.24"/>
</g>
<!-- Node69 -->
<g id="node69" class="node">
<title>Node69</title>
<g id="a_node69"><a xlink:href="_neon_pooling2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9734,-129 9734,-159 9894,-159 9894,-129 9734,-129"/>
<text text-anchor="start" x="9742" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9814" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPooling2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node69 -->
<g id="edge71" class="edge">
<title>Node2&#45;&gt;Node69</title>
<path fill="none" stroke="midnightblue" d="M7238.79,-214.88C7647.06,-211.61 9473.68,-195.39 9725,-165 9736.32,-163.63 9748.31,-161.45 9759.7,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.52,-211.38 7228.55,-214.96 7238.58,-218.38 7238.52,-211.38"/>
</g>
<!-- Node70 -->
<g id="node70" class="node">
<title>Node70</title>
<g id="a_node70"><a xlink:href="_neon_pooling3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9912,-129 9912,-159 10072,-159 10072,-129 9912,-129"/>
<text text-anchor="start" x="9920" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9992" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPooling3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node70 -->
<g id="edge72" class="edge">
<title>Node2&#45;&gt;Node70</title>
<path fill="none" stroke="midnightblue" d="M7238.83,-214.99C7664.09,-212.17 9633.08,-197.47 9903,-165 9914.32,-163.64 9926.31,-161.46 9937.71,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.75,-211.49 7228.77,-215.06 7238.79,-218.49 7238.75,-211.49"/>
</g>
<!-- Node71 -->
<g id="node71" class="node">
<title>Node71</title>
<g id="a_node71"><a xlink:href="_neon_prelu_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10090,-129 10090,-159 10250,-159 10250,-129 10090,-129"/>
<text text-anchor="start" x="10098" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10170" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPreluWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node71 -->
<g id="edge73" class="edge">
<title>Node2&#45;&gt;Node71</title>
<path fill="none" stroke="midnightblue" d="M7238.64,-215.09C7679.88,-212.7 9792.4,-199.55 10081,-165 10092.32,-163.64 10104.31,-161.47 10115.71,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.52,-211.59 7228.53,-215.14 7238.55,-218.59 7238.52,-211.59"/>
</g>
<!-- Node2&#45;&gt;Node72 -->
<g id="edge74" class="edge">
<title>Node2&#45;&gt;Node72</title>
<path fill="none" stroke="midnightblue" d="M7238.7,-215.4C7986.15,-214.43 13681.33,-205.68 14036,-165 14047.49,-163.68 14059.66,-161.49 14071.19,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.57,-211.9 7228.58,-215.41 7238.58,-218.9 7238.57,-211.9"/>
</g>
<!-- Node73 -->
<g id="node73" class="node">
<title>Node73</title>
<g id="a_node73"><a xlink:href="_neon_resize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10268,-129 10268,-159 10428,-159 10428,-129 10268,-129"/>
<text text-anchor="start" x="10276" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10348" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonResizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node73 -->
<g id="edge75" class="edge">
<title>Node2&#45;&gt;Node73</title>
<path fill="none" stroke="midnightblue" d="M7238.71,-215.17C7695.97,-213.2 9951.75,-201.63 10259,-165 10270.32,-163.65 10282.32,-161.48 10293.71,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.55,-211.67 7228.57,-215.22 7238.58,-218.67 7238.55,-211.67"/>
</g>
<!-- Node74 -->
<g id="node74" class="node">
<title>Node74</title>
<g id="a_node74"><a xlink:href="_neon_reverse_v2_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10446,-129 10446,-159 10610,-159 10610,-129 10446,-129"/>
<text text-anchor="start" x="10454" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10528" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonReverseV2Workload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node74 -->
<g id="edge76" class="edge">
<title>Node2&#45;&gt;Node74</title>
<path fill="none" stroke="midnightblue" d="M7238.74,-215.23C7711.47,-213.51 10110.96,-202.95 10437,-165 10448.57,-163.65 10460.83,-161.48 10472.47,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.58,-211.73 7228.59,-215.26 7238.6,-218.73 7238.58,-211.73"/>
</g>
<!-- Node75 -->
<g id="node75" class="node">
<title>Node75</title>
<g id="a_node75"><a xlink:href="_neon_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10628,-129 10628,-159 10788,-159 10788,-129 10628,-129"/>
<text text-anchor="start" x="10636" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10708" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node75 -->
<g id="edge77" class="edge">
<title>Node2&#45;&gt;Node75</title>
<path fill="none" stroke="midnightblue" d="M7238.88,-215.32C7727.31,-214.11 10273.94,-205.84 10619,-165 10630.32,-163.66 10642.32,-161.49 10653.71,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.74,-211.82 7228.74,-215.35 7238.75,-218.82 7238.74,-211.82"/>
</g>
<!-- Node76 -->
<g id="node76" class="node">
<title>Node76</title>
<g id="a_node76"><a xlink:href="_neon_splitter_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10806,-129 10806,-159 10966,-159 10966,-129 10806,-129"/>
<text text-anchor="start" x="10814" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10886" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSplitterWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node76 -->
<g id="edge78" class="edge">
<title>Node2&#45;&gt;Node76</title>
<path fill="none" stroke="midnightblue" d="M7238.58,-215.38C7740.88,-214.53 10433.12,-207.94 10797,-165 10808.32,-163.66 10820.32,-161.5 10831.71,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.51,-211.88 7228.52,-215.4 7238.53,-218.88 7238.51,-211.88"/>
</g>
<!-- Node77 -->
<g id="node77" class="node">
<title>Node77</title>
<g id="a_node77"><a xlink:href="_neon_sqrt_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10984,-129 10984,-159 11144,-159 11144,-129 10984,-129"/>
<text text-anchor="start" x="10992" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11064" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSqrtWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node77 -->
<g id="edge79" class="edge">
<title>Node2&#45;&gt;Node77</title>
<path fill="none" stroke="midnightblue" d="M7239.17,-215.44C7757.29,-214.92 10592.49,-210.01 10975,-165 10986.32,-163.67 10998.32,-161.5 11009.71,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.8,-211.94 7228.8,-215.45 7238.8,-218.94 7238.8,-211.94"/>
</g>
<!-- Node78 -->
<g id="node78" class="node">
<title>Node78</title>
<g id="a_node78"><a xlink:href="_neon_strided_slice_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11162.5,-129 11162.5,-159 11331.5,-159 11331.5,-129 11162.5,-129"/>
<text text-anchor="start" x="11170.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11247" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonStridedSliceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node78 -->
<g id="edge80" class="edge">
<title>Node2&#45;&gt;Node78</title>
<path fill="none" stroke="midnightblue" d="M7239.11,-215.44C7771.03,-214.89 10751.42,-209.82 11153,-165 11165.02,-163.66 11177.77,-161.47 11189.88,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.84,-211.94 7228.85,-215.45 7238.85,-218.94 7238.84,-211.94"/>
</g>
<!-- Node79 -->
<g id="node79" class="node">
<title>Node79</title>
<g id="a_node79"><a xlink:href="_neon_subtraction_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11349.5,-129 11349.5,-159 11516.5,-159 11516.5,-129 11349.5,-129"/>
<text text-anchor="start" x="11357.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11433" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSubtractionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node79 -->
<g id="edge81" class="edge">
<title>Node2&#45;&gt;Node79</title>
<path fill="none" stroke="midnightblue" d="M7238.98,-215.5C7784.88,-215.34 10918.67,-212.37 11340,-165 11351.82,-163.67 11364.34,-161.51 11376.24,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.84,-212 7228.84,-215.5 7238.84,-219 7238.84,-212"/>
</g>
<!-- Node80 -->
<g id="node80" class="node">
<title>Node80</title>
<g id="a_node80"><a xlink:href="_neon_tile_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11535,-129 11535,-159 11695,-159 11695,-129 11535,-129"/>
<text text-anchor="start" x="11543" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11615" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonTileWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node80 -->
<g id="edge82" class="edge">
<title>Node2&#45;&gt;Node80</title>
<path fill="none" stroke="midnightblue" d="M7238.97,-215.57C7798.71,-215.95 11084.26,-215.96 11525,-165 11536.45,-163.68 11548.58,-161.52 11560.1,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.58,-212.07 7228.57,-215.57 7238.57,-219.07 7238.58,-212.07"/>
</g>
<!-- Node81 -->
<g id="node81" class="node">
<title>Node81</title>
<g id="a_node81"><a xlink:href="_neon_unidirectional_sequence_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11713.5,-123.5 11713.5,-164.5 11898.5,-164.5 11898.5,-123.5 11713.5,-123.5"/>
<text text-anchor="start" x="11721.5" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="start" x="11721.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonUnidirectionalSequenceLstm</text>
<text text-anchor="middle" x="11806" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">FloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node81 -->
<g id="edge83" class="edge">
<title>Node2&#45;&gt;Node81</title>
<path fill="none" stroke="midnightblue" d="M7239.09,-215.49C7812.28,-215.32 11243.71,-212.28 11704,-165 11707.05,-164.69 11710.15,-164.33 11713.27,-163.93"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.85,-211.99 7228.85,-215.49 7238.85,-218.99 7238.85,-211.99"/>
</g>
<!-- Node82 -->
<g id="node82" class="node">
<title>Node82</title>
<g id="a_node82"><a xlink:href="_neon_unidirectional_sequence_lstm_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11916.5,-123.5 11916.5,-164.5 12101.5,-164.5 12101.5,-123.5 11916.5,-123.5"/>
<text text-anchor="start" x="11924.5" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="start" x="11924.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonUnidirectionalSequenceLstm</text>
<text text-anchor="middle" x="12009" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">Workload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node82 -->
<g id="edge84" class="edge">
<title>Node2&#45;&gt;Node82</title>
<path fill="none" stroke="midnightblue" d="M7238.97,-215.53C7826.42,-215.66 11425.14,-214.38 11907,-165 11910.05,-164.69 11913.15,-164.33 11916.27,-163.93"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7238.9,-212.03 7228.9,-215.53 7238.9,-219.03 7238.9,-212.03"/>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M12215.81,-122.72C12196.69,-108.97 12172.39,-91.48 12158.08,-81.19"/>
<polygon fill="midnightblue" stroke="midnightblue" points="12214.01,-125.73 12224.17,-128.73 12218.09,-120.05 12214.01,-125.73"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="_neon_backend_optimization_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12316,-56.5 12316,-86.5 12492,-86.5 12492,-56.5 12316,-56.5"/>
<text text-anchor="start" x="12324" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend</text>
<text text-anchor="middle" x="12404" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">OptimizationUtils.hpp</text>
</a>
</g>
</g>
<!-- Node3&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node3&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M12285.21,-124.84C12312.26,-112.92 12347.11,-97.57 12372.06,-86.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="12283.73,-121.67 12275.99,-128.9 12286.56,-128.07 12283.73,-121.67"/>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<title>Node3&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M12254.9,-119.8C12265.45,-99.88 12283.33,-71.92 12307,-56 12335.38,-36.92 12371.07,-25.91 12403.45,-19.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="12251.71,-118.35 12250.31,-128.85 12257.95,-121.51 12251.71,-118.35"/>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M12433.27,-50.48C12448.59,-40 12466.57,-27.71 12478.34,-19.66"/>
<polygon fill="midnightblue" stroke="midnightblue" points="12430.9,-47.87 12424.62,-56.4 12434.85,-53.64 12430.9,-47.87"/>
</g>
<!-- Node84 -->
<g id="node84" class="node">
<title>Node84</title>
<g id="a_node84"><a xlink:href="_neon_workload_factory_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14261.5,-129 14261.5,-159 14442.5,-159 14442.5,-129 14261.5,-129"/>
<text text-anchor="start" x="14269.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonWorkload</text>
<text text-anchor="middle" x="14352" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">Factory.cpp</text>
</a>
</g>
</g>
<!-- Node83&#45;&gt;Node84 -->
<g id="edge89" class="edge">
<title>Node83&#45;&gt;Node84</title>
<path fill="none" stroke="midnightblue" d="M14348.07,-191.23C14348.97,-180.57 14350.01,-168.41 14350.79,-159.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14344.57,-190.97 14347.21,-201.23 14351.55,-191.57 14344.57,-190.97"/>
</g>
</g>
</svg>