aboutsummaryrefslogtreecommitdiff
path: root/latest/_cl_reduce_workload_8hpp__dep__incl.svg
blob: adf5a536c797a726b9388e5b065a0bbef6362b0b (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/cl/workloads/ClReduceWorkload.hpp Pages: 1 -->
<svg width="14418pt" height="307pt"
 viewBox="0.00 0.00 14417.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/cl/workloads/ClReduceWorkload.hpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-303 14413.5,-303 14413.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="14061,-268.5 14061,-298.5 14205,-298.5 14205,-268.5 14061,-268.5"/>
<text text-anchor="start" x="14069" y="-286.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="14133" y="-275.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReduceWorkload.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="7031.5,-201.5 7031.5,-231.5 7172.5,-231.5 7172.5,-201.5 7031.5,-201.5"/>
<text text-anchor="start" x="7039.5" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="7102" 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="M14050.57,-281.74C13312.92,-274.92 7857.29,-224.48 7172.53,-218.15"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14050.8,-285.24 14060.83,-281.83 14050.87,-278.24 14050.8,-285.24"/>
</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="13887.5,-62 13887.5,-81 14052.5,-81 14052.5,-62 13887.5,-62"/>
<text text-anchor="middle" x="13970" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClBackend.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node4 -->
<g id="edge85" class="edge">
<title>Node1&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M14157.94,-261.57C14193.27,-229.42 14249.82,-167 14214,-123 14193.75,-98.13 14115.13,-85.13 14052.53,-78.59"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14155.49,-259.07 14150.34,-268.33 14160.14,-264.3 14155.49,-259.07"/>
</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="0,-134.5 0,-153.5 188,-153.5 188,-134.5 0,-134.5"/>
<text text-anchor="middle" x="94" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClLayerSupport.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge86" class="edge">
<title>Node1&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M14050.62,-282.24C12938.64,-278.75 931.6,-239.3 197,-165 174.35,-162.71 149.26,-157.89 129.51,-153.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14050.9,-285.75 14060.91,-282.28 14050.92,-278.75 14050.9,-285.75"/>
</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="14061,-129 14061,-159 14205,-159 14205,-129 14061,-129"/>
<text text-anchor="start" x="14069" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="14133" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReduceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node34 -->
<g id="edge87" class="edge">
<title>Node1&#45;&gt;Node34</title>
<path fill="none" stroke="midnightblue" d="M14133,-258.29C14133,-229.61 14133,-182.78 14133,-159.33"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14129.5,-258.3 14133,-268.3 14136.5,-258.3 14129.5,-258.3"/>
</g>
<!-- Node83 -->
<g id="node83" class="node">
<title>Node83</title>
<g id="a_node83"><a xlink:href="_cl_workloads_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14262,-201.5 14262,-231.5 14406,-231.5 14406,-201.5 14262,-201.5"/>
<text text-anchor="start" x="14270" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="14334" y="-208.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClWorkloads.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="M14186.41,-265.23C14218.93,-254.71 14259.94,-241.45 14290.47,-231.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14185.05,-261.99 14176.61,-268.4 14187.21,-268.65 14185.05,-261.99"/>
</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="13655.5,-129 13655.5,-159 13828.5,-159 13828.5,-129 13655.5,-129"/>
<text text-anchor="start" x="13663.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="13742" 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="M7182.63,-215.31C7908.89,-213.55 13303.96,-199.36 13641,-165 13653.98,-163.68 13667.77,-161.48 13680.86,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.52,-211.81 7172.53,-215.34 7182.54,-218.81 7182.52,-211.81"/>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge8" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M7183.01,-215.33C7940.53,-213.73 13756.97,-200.26 13837,-165 13860.31,-154.73 13855.84,-138.57 13876,-123 13899.31,-104.99 13929.93,-89.87 13949.78,-81"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.74,-211.83 7172.75,-215.36 7182.76,-218.83 7182.74,-211.83"/>
</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="13566.5,-0.5 13566.5,-19.5 13763.5,-19.5 13763.5,-0.5 13566.5,-0.5"/>
<text text-anchor="middle" x="13665" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node6 -->
<g id="edge49" class="edge">
<title>Node2&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M7182.66,-215.5C7924.77,-215.45 13538.93,-213.48 13608,-165 13657.7,-130.11 13664.16,-46.67 13664.92,-19.62"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.6,-212 7172.61,-215.5 7182.61,-219 7182.6,-212"/>
</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="13885,-129 13885,-159 14043,-159 14043,-129 13885,-129"/>
<text text-anchor="start" x="13893" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="13964" 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="M7182.58,-215.37C7922.83,-214.12 13521.95,-203.42 13871,-165 13882.98,-163.68 13895.69,-161.49 13907.74,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.54,-211.87 7172.54,-215.39 7182.55,-218.87 7182.54,-211.87"/>
</g>
<!-- Node2&#45;&gt;Node8 -->
<g id="edge9" class="edge">
<title>Node2&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M7021.34,-215.12C6260.89,-211.49 375.52,-182.83 197,-165 174.34,-162.74 149.25,-157.92 129.51,-153.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.36,-218.62 7031.38,-215.17 7021.39,-211.62 7021.36,-218.62"/>
</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="206.5,-129 206.5,-159 351.5,-159 351.5,-129 206.5,-129"/>
<text text-anchor="start" x="214.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="279" 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="M7021.23,-215.16C6270.45,-211.92 534.66,-186.53 361,-165 350.38,-163.68 339.16,-161.49 328.53,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.39,-218.66 7031.4,-215.2 7021.42,-211.66 7021.39,-218.66"/>
</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="370,-129 370,-159 514,-159 514,-129 370,-129"/>
<text text-anchor="start" x="378" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="442" 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="M7021.45,-215.14C6281.7,-211.85 692.32,-186.25 523,-165 512.51,-163.68 501.41,-161.49 490.91,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.46,-218.64 7031.47,-215.19 7021.49,-211.64 7021.46,-218.64"/>
</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="532,-129 532,-159 692,-159 692,-129 532,-129"/>
<text text-anchor="start" x="540" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="612" 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="M7021.1,-215.1C6291.27,-211.48 865.75,-183.94 701,-165 689.51,-163.68 677.34,-161.49 665.81,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.23,-218.6 7031.25,-215.15 7021.27,-211.6 7021.23,-218.6"/>
</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="710.5,-129 710.5,-159 927.5,-159 927.5,-129 710.5,-129"/>
<text text-anchor="start" x="718.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="819" 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="M7021.39,-215.21C6318.89,-212.62 1254.47,-193.02 937,-165 921.89,-163.67 905.8,-161.47 890.52,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.4,-218.71 7031.41,-215.25 7021.43,-211.71 7021.4,-218.71"/>
</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="946,-129 946,-159 1100,-159 1100,-129 946,-129"/>
<text text-anchor="start" x="954" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1023" 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="M7021.21,-215.33C6329.12,-213.79 1416.28,-201.57 1109,-165 1097.89,-163.68 1086.12,-161.48 1074.97,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.33,-218.83 7031.34,-215.35 7021.34,-211.83 7021.33,-218.83"/>
</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="1118,-129 1118,-159 1284,-159 1284,-129 1118,-129"/>
<text text-anchor="start" x="1126" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1201" 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="M7021.06,-215.27C6340.53,-213.29 1590.71,-198.3 1293,-165 1281.14,-163.67 1268.57,-161.48 1256.65,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.25,-218.77 7031.26,-215.3 7021.27,-211.77 7021.25,-218.77"/>
</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="1302,-129 1302,-159 1468,-159 1468,-129 1302,-129"/>
<text text-anchor="start" x="1310" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1385" 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="M7021.28,-215.25C6353.82,-213.11 1764.93,-197.24 1477,-165 1465.14,-163.67 1452.57,-161.48 1440.65,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.28,-218.75 7031.29,-215.28 7021.3,-211.75 7021.28,-218.75"/>
</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="1486,-129 1486,-159 1692,-159 1692,-129 1486,-129"/>
<text text-anchor="start" x="1494" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1589" 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="M7020.98,-215.13C6367.69,-212.1 1977.49,-190.8 1701,-165 1686.74,-163.67 1671.58,-161.49 1657.16,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.22,-218.63 7031.23,-215.18 7021.25,-211.63 7021.22,-218.63"/>
</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="1710,-129 1710,-159 1854,-159 1854,-129 1710,-129"/>
<text text-anchor="start" x="1718" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1782" 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="M7021.38,-215.26C6380.64,-213.26 2129.95,-198.78 1863,-165 1852.51,-163.67 1841.42,-161.48 1830.92,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.43,-218.76 7031.45,-215.29 7021.46,-211.76 7021.43,-218.76"/>
</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="1872,-129 1872,-159 2062,-159 2062,-129 1872,-129"/>
<text text-anchor="start" x="1880" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1967" 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="M7021.2,-215.1C6394.54,-211.98 2327.64,-190.75 2071,-165 2057.74,-163.67 2043.64,-161.49 2030.26,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.47,-218.6 7031.49,-215.15 7021.5,-211.61 7021.47,-218.6"/>
</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="2080,-129 2080,-159 2250,-159 2250,-129 2080,-129"/>
<text text-anchor="start" x="2088" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2165" 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="M7021.33,-215.12C6408.58,-212.15 2505.4,-192.22 2259,-165 2246.98,-163.67 2234.22,-161.49 2222.12,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.38,-218.62 7031.4,-215.17 7021.42,-211.62 7021.38,-218.62"/>
</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="2268,-129 2268,-159 2412,-159 2412,-129 2268,-129"/>
<text text-anchor="start" x="2276" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2340" 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="M7020.75,-215.16C6417.94,-212.56 2658.26,-195.16 2421,-165 2410.51,-163.67 2399.42,-161.47 2388.92,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.06,-218.66 7031.07,-215.2 7021.09,-211.66 7021.06,-218.66"/>
</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="2430,-129 2430,-159 2574,-159 2574,-129 2430,-129"/>
<text text-anchor="start" x="2438" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2502" 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="M7021.24,-215.13C6432.04,-212.35 2811.74,-194.12 2583,-165 2572.51,-163.66 2561.42,-161.46 2550.92,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.32,-218.63 7031.34,-215.18 7021.36,-211.63 7021.32,-218.63"/>
</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="2592,-129 2592,-159 2792,-159 2792,-129 2592,-129"/>
<text text-anchor="start" x="2600" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2692" 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="M7020.96,-215.38C6465.97,-214.43 3235.59,-207.11 2801,-165 2787.12,-163.65 2772.35,-161.47 2758.32,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.26,-218.88 7031.26,-215.39 7021.27,-211.88 7021.26,-218.88"/>
</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="2810.5,-129 2810.5,-159 2963.5,-159 2963.5,-129 2810.5,-129"/>
<text text-anchor="start" x="2818.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2887" 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="M7021.17,-215.56C6479.7,-215.85 3388.36,-215.24 2973,-165 2962.04,-163.67 2950.45,-161.51 2939.44,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.24,-219.06 7031.24,-215.56 7021.24,-212.06 7021.24,-219.06"/>
</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="2982,-129 2982,-159 3126,-159 3126,-129 2982,-129"/>
<text text-anchor="start" x="2990" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3054" 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="M7021.02,-215.59C6491.55,-215.99 3532.88,-215.97 3135,-165 3124.66,-163.67 3113.72,-161.51 3103.35,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.24,-219.08 7031.23,-215.58 7021.23,-212.08 7021.24,-219.08"/>
</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="3144.5,-129 3144.5,-159 3289.5,-159 3289.5,-129 3144.5,-129"/>
<text text-anchor="start" x="3152.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3217" 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="M7021.12,-215.52C6504.83,-215.53 3679.68,-213.32 3299,-165 3288.53,-163.67 3277.47,-161.51 3266.97,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.45,-219.02 7031.45,-215.52 7021.45,-212.02 7021.45,-219.02"/>
</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="3308,-129 3308,-159 3452,-159 3452,-129 3308,-129"/>
<text text-anchor="start" x="3316" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3380" 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="M7021.36,-215.49C6518.71,-215.25 3824.61,-211.79 3461,-165 3450.66,-163.67 3439.72,-161.5 3429.35,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.43,-218.99 7031.43,-215.49 7021.43,-211.99 7021.43,-218.99"/>
</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="3470,-129 3470,-159 3632,-159 3632,-129 3470,-129"/>
<text text-anchor="start" x="3478" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3551" 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="M7021.12,-215.31C6532.7,-214.03 3986.11,-205.43 3641,-165 3629.55,-163.66 3617.43,-161.49 3605.91,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.25,-218.81 7031.26,-215.34 7021.27,-211.81 7021.25,-218.81"/>
</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="3650.5,-129 3650.5,-159 3839.5,-159 3839.5,-129 3650.5,-129"/>
<text text-anchor="start" x="3658.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3745" 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="M7021.16,-215.09C6550.45,-212.59 4172.75,-198.38 3849,-165 3835.83,-163.64 3821.84,-161.47 3808.54,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.25,-218.59 7031.26,-215.14 7021.28,-211.59 7021.25,-218.59"/>
</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="3858,-129 3858,-159 4002,-159 4002,-129 3858,-129"/>
<text text-anchor="start" x="3866" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3930" 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="M7021.17,-215.27C6564.47,-213.82 4316.78,-204.73 4011,-165 4000.66,-163.66 3989.73,-161.49 3979.35,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.29,-218.77 7031.3,-215.3 7021.31,-211.77 7021.29,-218.77"/>
</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="4020,-129 4020,-159 4164,-159 4164,-129 4020,-129"/>
<text text-anchor="start" x="4028" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4092" 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="M7021.18,-215.19C6578.96,-213.36 4461.81,-202.66 4173,-165 4162.66,-163.65 4151.73,-161.48 4141.36,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.3,-218.69 7031.31,-215.23 7021.32,-211.69 7021.3,-218.69"/>
</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="4182,-129 4182,-159 4326,-159 4326,-129 4182,-129"/>
<text text-anchor="start" x="4190" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4254" 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="M7021.21,-215.1C6593.94,-212.86 4606.87,-200.59 4335,-165 4324.66,-163.65 4313.73,-161.47 4303.36,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.29,-218.6 7031.31,-215.16 7021.33,-211.6 7021.29,-218.6"/>
</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="4344,-129 4344,-159 4488,-159 4488,-129 4344,-129"/>
<text text-anchor="start" x="4352" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4416" 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="M7021.32,-215.01C6609.57,-212.34 4751.97,-198.52 4497,-165 4486.66,-163.64 4475.73,-161.46 4465.36,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.33,-218.51 7031.35,-215.07 7021.38,-211.51 7021.33,-218.51"/>
</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="4506,-129 4506,-159 4650,-159 4650,-129 4506,-129"/>
<text text-anchor="start" x="4514" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4578" 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="M7021.27,-214.89C6625.22,-211.77 4897.07,-196.46 4659,-165 4648.66,-163.63 4637.73,-161.45 4627.36,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.47,-218.39 7031.49,-214.97 7021.52,-211.4 7021.47,-218.39"/>
</g>
<!-- Node2&#45;&gt;Node34 -->
<g id="edge35" class="edge">
<title>Node2&#45;&gt;Node34</title>
<path fill="none" stroke="midnightblue" d="M7182.97,-215.46C7935.88,-214.98 13693.97,-209.87 14052,-165 14062.49,-163.69 14073.59,-161.49 14084.09,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.77,-211.96 7172.77,-215.46 7182.77,-218.96 7182.77,-211.96"/>
</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="4668,-129 4668,-159 4812,-159 4812,-129 4668,-129"/>
<text text-anchor="start" x="4676" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4740" 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="M7021.42,-214.77C6641.94,-211.17 5042.24,-194.4 4821,-165 4810.66,-163.63 4799.73,-161.44 4789.36,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.46,-218.27 7031.49,-214.86 7021.52,-211.27 7021.46,-218.27"/>
</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="4830,-129 4830,-159 4978,-159 4978,-129 4830,-129"/>
<text text-anchor="start" x="4838" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4904" 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="M7021.16,-215.87C6684.31,-217.03 5391.16,-217.91 4987,-165 4976.57,-163.63 4965.53,-161.49 4955.04,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.33,-219.36 7031.32,-215.83 7021.3,-212.36 7021.33,-219.36"/>
</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="4996,-129 4996,-159 5140,-159 5140,-129 4996,-129"/>
<text text-anchor="start" x="5004" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5068" 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="M7021.31,-215.74C6701.14,-216.32 5519.66,-214.95 5149,-165 5138.81,-163.63 5128.04,-161.48 5117.8,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.44,-219.24 7031.44,-215.72 7021.43,-212.24 7021.44,-219.24"/>
</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="5158,-129 5158,-159 5322,-159 5322,-129 5158,-129"/>
<text text-anchor="start" x="5166" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5240" 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="M7020.74,-215.21C6719.19,-213.81 5664.58,-206.04 5331,-165 5319.6,-163.6 5307.53,-161.43 5296.03,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.13,-218.71 7031.15,-215.26 7021.16,-211.71 7021.13,-218.71"/>
</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="5340,-129 5340,-159 5484,-159 5484,-129 5340,-129"/>
<text text-anchor="start" x="5348" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5412" 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="M7021.08,-215.21C6737.99,-213.86 5792.98,-206.27 5493,-165 5482.81,-163.6 5472.04,-161.44 5461.8,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.26,-218.71 7031.27,-215.26 7021.29,-211.71 7021.26,-218.71"/>
</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="5502,-129 5502,-159 5646,-159 5646,-129 5502,-129"/>
<text text-anchor="start" x="5510" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5574" 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="M7020.88,-214.88C6756.56,-212.51 5921.87,-202.19 5655,-165 5644.81,-163.58 5634.05,-161.41 5623.81,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.13,-218.38 7031.16,-214.97 7021.2,-211.38 7021.13,-218.38"/>
</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="5664.5,-129 5664.5,-159 5817.5,-159 5817.5,-129 5664.5,-129"/>
<text text-anchor="start" x="5672.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5741" 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="M7021.09,-214.32C6778.29,-210.48 6058.4,-196.64 5826,-165 5815.49,-163.57 5804.37,-161.42 5793.76,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.2,-217.83 7031.25,-214.48 7021.31,-210.83 7021.2,-217.83"/>
</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="5835.5,-129 5835.5,-159 5986.5,-159 5986.5,-129 5835.5,-129"/>
<text text-anchor="start" x="5843.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5911" 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="M7021.04,-213.75C6800.8,-208.69 6194.06,-192.58 5996,-165 5985.49,-163.54 5974.37,-161.38 5963.76,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.16,-217.26 7031.24,-213.99 7021.32,-210.26 7021.16,-217.26"/>
</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="6005,-129 6005,-159 6149,-159 6149,-129 6005,-129"/>
<text text-anchor="start" x="6013" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6077" 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="M7020.9,-216.29C6856.94,-216.76 6474.7,-212.14 6158,-165 6148.11,-163.53 6137.67,-161.4 6127.69,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.39,-219.79 7031.38,-216.25 7021.37,-212.79 7021.39,-219.79"/>
</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="6167.5,-129 6167.5,-159 6382.5,-159 6382.5,-129 6167.5,-129"/>
<text text-anchor="start" x="6175.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6275" 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="M7021.47,-212.35C6889.55,-206.62 6619.33,-192.45 6392,-165 6378.5,-163.37 6364.18,-161.25 6350.37,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.35,-215.85 7031.49,-212.78 7021.65,-208.86 7021.35,-215.85"/>
</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="6401,-123.5 6401,-164.5 6595,-164.5 6595,-123.5 6401,-123.5"/>
<text text-anchor="start" x="6409" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="start" x="6409" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClUnidirectionalSequenceLstmFloat</text>
<text text-anchor="middle" x="6498" 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="M7021.05,-209.43C6922.3,-201.53 6750.4,-186.2 6604,-165 6601.13,-164.58 6598.21,-164.15 6595.27,-163.69"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7021.01,-212.94 7031.26,-210.24 7021.56,-205.96 7021.01,-212.94"/>
</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="6613,-129 6613,-159 6763,-159 6763,-129 6613,-129"/>
<text text-anchor="start" x="6621" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/gpuFsa</text>
<text text-anchor="middle" x="6688" 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="M7021.15,-205.01C6954.15,-195.87 6856.54,-181.5 6772,-165 6763.02,-163.25 6753.56,-161.2 6744.34,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7020.84,-208.5 7031.22,-206.38 7021.78,-201.56 7020.84,-208.5"/>
</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="6781,-129 6781,-159 6913,-159 6913,-129 6781,-129"/>
<text text-anchor="start" x="6789" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/gpuFsa</text>
<text text-anchor="middle" x="6847" 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="M7041.66,-198.82C6997.93,-186.73 6939.44,-170.56 6898.02,-159.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7040.74,-202.2 7051.32,-201.49 7042.61,-195.45 7040.74,-202.2"/>
</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="6931,-129 6931,-159 7093,-159 7093,-129 6931,-129"/>
<text text-anchor="start" x="6939" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonLayer</text>
<text text-anchor="middle" x="7012" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">Support.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node48 -->
<g id="edge50" class="edge">
<title>Node2&#45;&gt;Node48</title>
<path fill="none" stroke="midnightblue" d="M7075.56,-194.79C7060.85,-183.27 7042.94,-169.23 7029.88,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7073.76,-197.82 7083.79,-201.23 7078.07,-192.31 7073.76,-197.82"/>
</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="7111.5,-129 7111.5,-159 7272.5,-159 7272.5,-129 7111.5,-129"/>
<text text-anchor="start" x="7119.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7192" 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="M7128.44,-194.79C7143.15,-183.27 7161.06,-169.23 7174.12,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7125.93,-192.31 7120.21,-201.23 7130.24,-197.82 7125.93,-192.31"/>
</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="7291,-129 7291,-159 7451,-159 7451,-129 7291,-129"/>
<text text-anchor="start" x="7299" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7371" 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="M7165.36,-198.89C7211.53,-186.79 7273.39,-170.58 7317.17,-159.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7164.25,-195.57 7155.47,-201.49 7166.03,-202.34 7164.25,-195.57"/>
</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="7469,-129 7469,-159 7645,-159 7645,-129 7469,-129"/>
<text text-anchor="start" x="7477" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7557" 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="M7182.52,-205.62C7255.23,-196.35 7365.05,-181.47 7460,-165 7470.33,-163.21 7481.25,-161.13 7491.89,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7181.99,-202.16 7172.51,-206.89 7182.87,-209.1 7181.99,-202.16"/>
</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="7663,-129 7663,-159 7871,-159 7871,-129 7663,-129"/>
<text text-anchor="start" x="7671" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7767" 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="M7182.94,-210.23C7290.74,-202.73 7487.22,-187.35 7654,-165 7666.64,-163.31 7680.02,-161.21 7692.98,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.53,-206.75 7172.79,-210.93 7183.01,-213.74 7182.53,-206.75"/>
</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="7889,-129 7889,-159 8059,-159 8059,-129 7889,-129"/>
<text text-anchor="start" x="7897" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7974" 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="M7182.96,-214.1C7324.8,-210.79 7627.21,-199.91 7880,-165 7891.24,-163.45 7903.14,-161.31 7914.56,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.53,-210.61 7172.61,-214.33 7182.69,-217.61 7182.53,-210.61"/>
</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="8077,-129 8077,-159 8259,-159 8259,-129 8077,-129"/>
<text text-anchor="start" x="8085" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8168" 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="M7182.76,-215.23C7349.06,-213.8 7741.57,-205.96 8068,-165 8080.03,-163.49 8092.79,-161.36 8105.01,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.58,-211.73 7172.61,-215.31 7182.64,-218.73 7182.58,-211.73"/>
</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="8277,-129 8277,-159 8459,-159 8459,-129 8277,-129"/>
<text text-anchor="start" x="8285" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8368" 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="M7182.81,-216.27C7372.83,-217.16 7862.59,-214.02 8268,-165 8280.22,-163.52 8293.17,-161.37 8305.56,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.64,-212.77 7172.63,-216.22 7182.61,-219.77 7182.64,-212.77"/>
</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="8477.5,-129 8477.5,-159 8698.5,-159 8698.5,-129 8477.5,-129"/>
<text text-anchor="start" x="8485.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8588" 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="M7182.68,-216.12C7394.19,-216.96 7981.91,-214.29 8468,-165 8482.6,-163.52 8498.12,-161.37 8512.98,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.61,-212.62 7172.6,-216.07 7182.58,-219.62 7182.61,-212.62"/>
</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="8717,-129 8717,-159 8877,-159 8877,-129 8717,-129"/>
<text text-anchor="start" x="8725" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8797" 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="M7182.68,-214.96C7464.97,-212.75 8407.3,-202.68 8707,-165 8718.28,-163.58 8730.22,-161.41 8741.59,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.5,-211.46 7172.52,-215.04 7182.55,-218.46 7182.5,-211.46"/>
</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="8895,-129 8895,-159 9101,-159 9101,-129 8895,-129"/>
<text text-anchor="start" x="8903" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8998" 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="M7182.85,-214.81C7485.15,-211.97 8548.86,-199.68 8886,-165 8899.85,-163.58 8914.57,-161.42 8928.62,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.81,-211.31 7172.84,-214.9 7182.88,-218.31 7182.81,-211.31"/>
</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="9119,-129 9119,-159 9305,-159 9305,-129 9119,-129"/>
<text text-anchor="start" x="9127" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9212" 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="M7182.97,-215.28C7509.06,-214.14 8727.01,-207.06 9110,-165 9122.74,-163.6 9136.25,-161.44 9149.14,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.65,-211.79 7172.66,-215.32 7182.67,-218.79 7182.65,-211.79"/>
</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="9323,-129 9323,-159 9483,-159 9483,-129 9323,-129"/>
<text text-anchor="start" x="9331" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9403" 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="M7182.77,-215.8C7529,-216.75 8889.36,-217.04 9314,-165 9325.16,-163.63 9336.98,-161.48 9348.23,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.59,-212.3 7172.58,-215.77 7182.57,-219.3 7182.59,-212.3"/>
</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="9501,-129 9501,-159 9661,-159 9661,-129 9501,-129"/>
<text text-anchor="start" x="9509" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9581" 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="M7182.88,-214.75C7573.91,-211.01 9259.17,-193.33 9492,-165 9503.32,-163.62 9515.31,-161.44 9526.7,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.75,-211.25 7172.79,-214.85 7182.82,-218.25 7182.75,-211.25"/>
</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="9679,-129 9679,-159 9839,-159 9839,-129 9679,-129"/>
<text text-anchor="start" x="9687" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9759" 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="M7182.82,-214.88C7591.25,-211.61 9418.59,-195.41 9670,-165 9681.32,-163.63 9693.31,-161.45 9704.7,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.55,-211.38 7172.58,-214.96 7182.61,-218.38 7182.55,-211.38"/>
</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="9857,-129 9857,-159 10073,-159 10073,-129 9857,-129"/>
<text text-anchor="start" x="9865" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9965" 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="M7182.91,-215.66C7578.42,-216.19 9310.99,-215.54 9848,-165 9862.67,-163.62 9878.27,-161.45 9893.14,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.71,-212.16 7172.71,-215.65 7182.7,-219.16 7182.71,-212.16"/>
</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="10091.5,-129 10091.5,-159 10260.5,-159 10260.5,-129 10091.5,-129"/>
<text text-anchor="start" x="10099.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10176" 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="M7182.76,-215.06C7629.35,-212.51 9787.26,-198.54 10082,-165 10093.94,-163.64 10106.59,-161.47 10118.62,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.51,-211.56 7172.53,-215.12 7182.55,-218.56 7182.51,-211.56"/>
</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="10279,-129 10279,-159 10439,-159 10439,-129 10279,-129"/>
<text text-anchor="start" x="10287" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10359" 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="M7182.92,-215.19C7646.44,-213.29 9954.82,-202.03 10269,-165 10280.45,-163.65 10292.57,-161.48 10304.09,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.63,-211.69 7172.64,-215.23 7182.66,-218.69 7182.63,-211.69"/>
</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="10457,-129 10457,-159 10635,-159 10635,-129 10457,-129"/>
<text text-anchor="start" x="10465" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10546" 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="M7182.83,-215.18C7661.45,-213.18 10114.66,-201.21 10448,-165 10460.52,-163.64 10473.8,-161.45 10486.42,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.54,-211.68 7172.56,-215.22 7182.57,-218.68 7182.54,-211.68"/>
</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="10652.5,-129 10652.5,-159 10857.5,-159 10857.5,-129 10652.5,-129"/>
<text text-anchor="start" x="10660.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10755" 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="M7183.15,-215.14C7678.88,-212.85 10289.66,-199.21 10644,-165 10658.03,-163.64 10672.95,-161.47 10687.15,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.85,-211.64 7172.87,-215.19 7182.88,-218.64 7182.85,-211.64"/>
</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="10876,-129 10876,-159 11036,-159 11036,-129 10876,-129"/>
<text text-anchor="start" x="10884" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10956" 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="M7182.86,-215.41C7695.95,-214.72 10488.95,-208.95 10866,-165 10877.45,-163.67 10889.57,-161.5 10901.09,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.59,-211.91 7172.59,-215.43 7182.6,-218.91 7182.59,-211.91"/>
</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="11054,-129 11054,-159 11214,-159 11214,-129 11054,-129"/>
<text text-anchor="start" x="11062" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11134" 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="M7182.9,-215.48C7710.24,-215.19 10649.12,-211.5 11045,-165 11056.32,-163.67 11068.32,-161.51 11079.71,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.72,-211.98 7172.73,-215.48 7182.73,-218.98 7182.72,-211.98"/>
</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="11232,-129 11232,-159 11392,-159 11392,-129 11232,-129"/>
<text text-anchor="start" x="11240" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11312" 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="M7182.67,-215.52C7723.06,-215.56 10808.26,-213.6 11223,-165 11234.32,-163.67 11246.32,-161.51 11257.71,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.62,-212.02 7172.62,-215.52 7182.62,-219.02 7182.62,-212.02"/>
</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="11410,-129 11410,-159 11570,-159 11570,-129 11410,-129"/>
<text text-anchor="start" x="11418" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11490" 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="M7183.03,-215.57C7737.89,-215.91 10967.53,-215.68 11401,-165 11412.33,-163.68 11424.32,-161.51 11435.71,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.72,-212.07 7172.72,-215.56 7182.72,-219.07 7182.72,-212.07"/>
</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="11588,-129 11588,-159 11748,-159 11748,-129 11588,-129"/>
<text text-anchor="start" x="11596" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11668" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonReduceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node72 -->
<g id="edge74" class="edge">
<title>Node2&#45;&gt;Node72</title>
<path fill="none" stroke="midnightblue" d="M7182.77,-215.61C7750.05,-216.25 11126.62,-217.79 11579,-165 11590.33,-163.68 11602.32,-161.52 11613.71,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.64,-212.11 7172.64,-215.6 7182.63,-219.11 7182.64,-212.11"/>
</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="11766,-129 11766,-159 11926,-159 11926,-129 11766,-129"/>
<text text-anchor="start" x="11774" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11846" 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="M7183.19,-215.65C7764.64,-216.57 11285.88,-219.87 11757,-165 11768.33,-163.68 11780.32,-161.52 11791.71,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.82,-212.15 7172.81,-215.63 7182.81,-219.15 7182.82,-212.15"/>
</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="11944,-129 11944,-159 12108,-159 12108,-129 11944,-129"/>
<text text-anchor="start" x="11952" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12026" 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="M7183,-215.66C7776.53,-216.7 11444.82,-220.82 11935,-165 11946.73,-163.66 11959.17,-161.46 11970.96,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.83,-212.16 7172.83,-215.64 7182.82,-219.16 7182.83,-212.16"/>
</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="12126,-129 12126,-159 12286,-159 12286,-129 12126,-129"/>
<text text-anchor="start" x="12134" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12206" 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="M7183.04,-215.17C7809.41,-212.57 11861.68,-194.64 12117,-165 12128.48,-163.67 12140.66,-161.47 12152.19,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.75,-211.67 7172.76,-215.21 7182.78,-218.67 7182.75,-211.67"/>
</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="12304,-129 12304,-159 12464,-159 12464,-129 12304,-129"/>
<text text-anchor="start" x="12312" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12384" 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="M7182.91,-215.2C7821.4,-212.78 12030.2,-195.69 12295,-165 12306.48,-163.67 12318.66,-161.47 12330.19,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.86,-211.7 7172.88,-215.24 7182.89,-218.7 7182.86,-211.7"/>
</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="12482,-129 12482,-159 12642,-159 12642,-129 12482,-129"/>
<text text-anchor="start" x="12490" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12562" 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="M7183.1,-215.23C7834.61,-212.98 12198.76,-196.74 12473,-165 12484.48,-163.67 12496.66,-161.47 12508.19,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.86,-211.73 7172.87,-215.26 7182.88,-218.73 7182.86,-211.73"/>
</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="12660.5,-129 12660.5,-159 12829.5,-159 12829.5,-129 12660.5,-129"/>
<text text-anchor="start" x="12668.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12745" 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="M7183.15,-215.23C7847.02,-212.93 12367.11,-196.17 12651,-165 12663.11,-163.67 12675.95,-161.47 12688.13,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.72,-211.73 7172.73,-215.26 7182.75,-218.73 7182.72,-211.73"/>
</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="12847.5,-129 12847.5,-159 13014.5,-159 13014.5,-129 12847.5,-129"/>
<text text-anchor="start" x="12855.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12931" 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="M7182.71,-215.26C7857.58,-213.17 12544.12,-197.55 12838,-165 12849.98,-163.67 12862.69,-161.48 12874.74,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.59,-211.76 7172.6,-215.29 7182.61,-218.76 7182.59,-211.76"/>
</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="13033,-129 13033,-159 13193,-159 13193,-129 13033,-129"/>
<text text-anchor="start" x="13041" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="13113" 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="M7182.62,-215.3C7869.37,-213.5 12719.36,-199.64 13023,-165 13034.61,-163.68 13046.92,-161.48 13058.58,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.56,-211.8 7172.57,-215.32 7182.58,-218.8 7182.56,-211.8"/>
</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="13211.5,-123.5 13211.5,-164.5 13396.5,-164.5 13396.5,-123.5 13211.5,-123.5"/>
<text text-anchor="start" x="13219.5" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="start" x="13219.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonUnidirectionalSequenceLstm</text>
<text text-anchor="middle" x="13304" 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="M7182.84,-215.26C7882.06,-213.12 12888.42,-196.76 13202,-165 13205.05,-164.69 13208.15,-164.33 13211.27,-163.94"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.61,-211.76 7172.62,-215.29 7182.63,-218.76 7182.61,-211.76"/>
</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="13414.5,-123.5 13414.5,-164.5 13599.5,-164.5 13599.5,-123.5 13414.5,-123.5"/>
<text text-anchor="start" x="13422.5" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="start" x="13422.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonUnidirectionalSequenceLstm</text>
<text text-anchor="middle" x="13507" 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="M7182.74,-215.28C7894.57,-213.31 13080.56,-197.82 13405,-165 13408.05,-164.69 13411.15,-164.34 13414.27,-163.94"/>
<polygon fill="midnightblue" stroke="midnightblue" points="7182.58,-211.78 7172.59,-215.31 7182.6,-218.78 7182.58,-211.78"/>
</g>
<!-- Node3&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node3&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M13797.12,-125.96C13843.01,-111.77 13906.44,-92.15 13942.33,-81.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="13795.84,-122.69 13787.32,-128.99 13797.91,-129.38 13795.84,-122.69"/>
</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="13693,-56.5 13693,-86.5 13869,-86.5 13869,-56.5 13693,-56.5"/>
<text text-anchor="start" x="13701" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend</text>
<text text-anchor="middle" x="13781" 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="M13754.87,-119.73C13760.9,-108.83 13767.89,-96.2 13773.12,-86.75"/>
<polygon fill="midnightblue" stroke="midnightblue" points="13751.67,-118.29 13749.89,-128.73 13757.8,-121.68 13751.67,-118.29"/>
</g>
<!-- Node3&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<title>Node3&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M13714.75,-122.41C13703.72,-112.78 13691.78,-100.46 13684,-87 13671.21,-64.86 13666.96,-34.25 13665.6,-19.55"/>
<polygon fill="midnightblue" stroke="midnightblue" points="13712.63,-125.21 13722.55,-128.93 13717.12,-119.84 13712.63,-125.21"/>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M13744.53,-51.8C13723.57,-41.04 13698.23,-28.05 13681.88,-19.66"/>
<polygon fill="midnightblue" stroke="midnightblue" points="13743.01,-54.95 13753.51,-56.4 13746.21,-48.72 13743.01,-54.95"/>
</g>
<!-- Node84 -->
<g id="node84" class="node">
<title>Node84</title>
<g id="a_node84"><a xlink:href="_cl_workload_factory_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="14260.5,-129 14260.5,-159 14409.5,-159 14409.5,-129 14260.5,-129"/>
<text text-anchor="start" x="14268.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClWorkload</text>
<text text-anchor="middle" x="14335" 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="M14334.34,-191.23C14334.5,-180.57 14334.67,-168.41 14334.8,-159.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="14330.84,-191.18 14334.2,-201.23 14337.84,-191.28 14330.84,-191.18"/>
</g>
</g>
</svg>