aboutsummaryrefslogtreecommitdiff
path: root/23.11/_arm_compute_utils_8hpp__dep__incl.svg
blob: 73ef2167f140274ddd1d12dbf6d1a0b0d2d257ae (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
<?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/aclCommon/ArmComputeUtils.hpp Pages: 1 -->
<svg width="14081pt" height="240pt"
 viewBox="0.00 0.00 14081.00 240.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 236)">
<title>src/backends/aclCommon/ArmComputeUtils.hpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-236 14077,-236 14077,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="6632,-201.5 6632,-231.5 6773,-231.5 6773,-201.5 6632,-201.5"/>
<text text-anchor="start" x="6640" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="6702.5" y="-208.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ArmComputeUtils.hpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="_arm_compute_subgraph_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="204,-129 204,-159 377,-159 377,-129 204,-129"/>
<text text-anchor="start" x="212" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="290.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ArmComputeSubgraphUtils.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="M6621.74,-215.62C5933.21,-216.5 1058.53,-220.73 411.5,-165 396.01,-163.67 379.52,-161.47 363.85,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.82,-219.12 6631.82,-215.6 6621.81,-212.12 6621.82,-219.12"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="_cl_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-62 0,-81 165,-81 165,-62 0,-62"/>
<text text-anchor="middle" x="82.5" y="-69" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClBackend.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node3 -->
<g id="edge7" class="edge">
<title>Node1&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M6621.57,-215.63C5884.2,-216.69 353.05,-222.7 194.5,-165 146.87,-147.66 104.99,-100.53 89.19,-81.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.83,-219.13 6631.82,-215.61 6621.82,-212.13 6621.83,-219.13"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="_neon_backend_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="289,-0.5 289,-19.5 486,-19.5 486,-0.5 289,-0.5"/>
<text text-anchor="middle" x="387.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node5 -->
<g id="edge46" class="edge">
<title>Node1&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M6621.84,-215.48C5895.73,-215.2 510.84,-211.58 444.5,-165 394.8,-130.1 388.35,-46.67 387.58,-19.62"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.93,-218.98 6631.93,-215.48 6621.94,-211.98 6621.93,-218.98"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="_arm_compute_tensor_utils_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="453.5,-129 453.5,-159 611.5,-159 611.5,-129 453.5,-129"/>
<text text-anchor="start" x="461.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/aclCommon</text>
<text text-anchor="middle" x="532.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ArmComputeTensorUtils.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge6" class="edge">
<title>Node1&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M6621.61,-215.33C5923.37,-213.76 932.6,-201.33 620.5,-165 609.14,-163.68 597.1,-161.48 585.7,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.82,-218.83 6631.82,-215.35 6621.83,-211.83 6621.82,-218.83"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="_cl_layer_support_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="629.5,-134.5 629.5,-153.5 817.5,-153.5 817.5,-134.5 629.5,-134.5"/>
<text text-anchor="middle" x="723.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClLayerSupport.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge8" class="edge">
<title>Node1&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M6621.73,-215.22C5937.46,-212.84 1129.13,-195.05 827.5,-165 804.63,-162.72 779.3,-157.9 759.36,-153.56"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.96,-218.73 6631.98,-215.26 6621.99,-211.73 6621.96,-218.73"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="_cl_activation_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="836,-129 836,-159 981,-159 981,-129 836,-129"/>
<text text-anchor="start" x="844" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="908.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClActivationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node8 -->
<g id="edge9" class="edge">
<title>Node1&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M6621.86,-215.32C5948.79,-213.73 1282.64,-201.42 990.5,-165 979.89,-163.68 968.66,-161.48 958.03,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.93,-218.82 6631.94,-215.34 6621.95,-211.82 6621.93,-218.82"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="_cl_addition_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="999.5,-129 999.5,-159 1143.5,-159 1143.5,-129 999.5,-129"/>
<text text-anchor="start" x="1007.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1071.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClAdditionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge10" class="edge">
<title>Node1&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M6621.33,-215.3C5957.26,-213.61 1435.9,-200.78 1152.5,-165 1142.01,-163.68 1130.92,-161.48 1120.41,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.74,-218.8 6631.74,-215.33 6621.75,-211.8 6621.74,-218.8"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="_cl_batch_mat_mul_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1161.5,-129 1161.5,-159 1321.5,-159 1321.5,-129 1161.5,-129"/>
<text text-anchor="start" x="1169.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1241.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchMatMulWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node10 -->
<g id="edge11" class="edge">
<title>Node1&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M6621.4,-215.22C5969.89,-212.93 1605.78,-196.41 1331.5,-165 1319.89,-163.67 1307.59,-161.47 1295.92,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.62,-218.72 6631.63,-215.26 6621.64,-211.72 6621.62,-218.72"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a xlink:href="_cl_batch_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1340,-129 1340,-159 1557,-159 1557,-129 1340,-129"/>
<text text-anchor="start" x="1348" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1448.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchNormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node11 -->
<g id="edge12" class="edge">
<title>Node1&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M6621.83,-215.48C6008.43,-215.21 2090.21,-211.66 1566.5,-165 1551.5,-163.66 1535.53,-161.48 1520.34,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.9,-218.98 6631.9,-215.48 6621.9,-211.98 6621.9,-218.98"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a xlink:href="_cl_comparison_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1575.5,-129 1575.5,-159 1729.5,-159 1729.5,-129 1575.5,-129"/>
<text text-anchor="start" x="1583.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1652.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClComparisonWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node12 -->
<g id="edge13" class="edge">
<title>Node1&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M6621.79,-215.18C6000.16,-212.66 1991.05,-195.28 1738.5,-165 1727.39,-163.67 1715.62,-161.47 1704.48,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.98,-218.68 6631.99,-215.22 6622.01,-211.68 6621.98,-218.68"/>
</g>
<!-- Node13 -->
<g id="node13" class="node">
<title>Node13</title>
<g id="a_node13"><a xlink:href="_cl_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1747.5,-129 1747.5,-159 1913.5,-159 1913.5,-129 1747.5,-129"/>
<text text-anchor="start" x="1755.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1830.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node13 -->
<g id="edge14" class="edge">
<title>Node1&#45;&gt;Node13</title>
<path fill="none" stroke="midnightblue" d="M6621.46,-215.64C6031.54,-216.52 2407.11,-219.66 1922.5,-165 1910.81,-163.68 1898.41,-161.52 1886.64,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.57,-219.14 6631.57,-215.62 6621.56,-212.14 6621.57,-219.14"/>
</g>
<!-- Node14 -->
<g id="node14" class="node">
<title>Node14</title>
<g id="a_node14"><a xlink:href="_cl_convolution3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1931.5,-129 1931.5,-159 2097.5,-159 2097.5,-129 1931.5,-129"/>
<text text-anchor="start" x="1939.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2014.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvolution3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node14 -->
<g id="edge15" class="edge">
<title>Node1&#45;&gt;Node14</title>
<path fill="none" stroke="midnightblue" d="M6621.43,-215.6C6044.61,-216.2 2571.59,-217.56 2106.5,-165 2094.81,-163.68 2082.41,-161.52 2070.64,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.73,-219.1 6631.73,-215.59 6621.72,-212.1 6621.73,-219.1"/>
</g>
<!-- Node15 -->
<g id="node15" class="node">
<title>Node15</title>
<g id="a_node15"><a xlink:href="_cl_depthwise_convolution_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2115.5,-129 2115.5,-159 2321.5,-159 2321.5,-129 2115.5,-129"/>
<text text-anchor="start" x="2123.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2218.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDepthwiseConvolutionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node15 -->
<g id="edge16" class="edge">
<title>Node1&#45;&gt;Node15</title>
<path fill="none" stroke="midnightblue" d="M6621.46,-215.37C6061.22,-214.37 2772.72,-206.75 2330.5,-165 2316.24,-163.65 2301.08,-161.47 2286.66,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.86,-218.87 6631.86,-215.39 6621.87,-211.87 6621.86,-218.87"/>
</g>
<!-- Node16 -->
<g id="node16" class="node">
<title>Node16</title>
<g id="a_node16"><a xlink:href="_cl_division_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2339.5,-129 2339.5,-159 2483.5,-159 2483.5,-129 2339.5,-129"/>
<text text-anchor="start" x="2347.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2411.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDivisionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node16 -->
<g id="edge17" class="edge">
<title>Node1&#45;&gt;Node16</title>
<path fill="none" stroke="midnightblue" d="M6621.83,-215.65C6074.64,-216.51 2916.11,-219.1 2492.5,-165 2482.15,-163.68 2471.22,-161.52 2460.85,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6622.01,-219.15 6632,-215.63 6621.99,-212.15 6622.01,-219.15"/>
</g>
<!-- Node17 -->
<g id="node17" class="node">
<title>Node17</title>
<g id="a_node17"><a xlink:href="_cl_elementwise_binary_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2501.5,-129 2501.5,-159 2691.5,-159 2691.5,-129 2501.5,-129"/>
<text text-anchor="start" x="2509.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2596.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClElementwiseBinaryWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node17 -->
<g id="edge18" class="edge">
<title>Node1&#45;&gt;Node17</title>
<path fill="none" stroke="midnightblue" d="M6621.68,-215.34C6090.06,-214.19 3103.31,-205.95 2700.5,-165 2687.24,-163.65 2673.15,-161.46 2659.76,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.93,-218.84 6631.94,-215.36 6621.95,-211.84 6621.93,-218.84"/>
</g>
<!-- Node18 -->
<g id="node18" class="node">
<title>Node18</title>
<g id="a_node18"><a xlink:href="_cl_fully_connected_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2709.5,-129 2709.5,-159 2879.5,-159 2879.5,-129 2709.5,-129"/>
<text text-anchor="start" x="2717.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2794.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClFullyConnectedWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node18 -->
<g id="edge19" class="edge">
<title>Node1&#45;&gt;Node18</title>
<path fill="none" stroke="midnightblue" d="M6621.4,-215.38C6103.73,-214.51 3270.96,-207.8 2888.5,-165 2876.48,-163.65 2863.73,-161.47 2851.62,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.76,-218.88 6631.76,-215.4 6621.77,-211.88 6621.76,-218.88"/>
</g>
<!-- Node19 -->
<g id="node19" class="node">
<title>Node19</title>
<g id="a_node19"><a xlink:href="_cl_gather_nd_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2897.5,-129 2897.5,-159 3041.5,-159 3041.5,-129 2897.5,-129"/>
<text text-anchor="start" x="2905.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2969.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClGatherNdWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node19 -->
<g id="edge20" class="edge">
<title>Node1&#45;&gt;Node19</title>
<path fill="none" stroke="midnightblue" d="M6621.62,-215.49C6117.45,-215.27 3415.21,-211.92 3050.5,-165 3040.16,-163.67 3029.22,-161.51 3018.85,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.72,-218.99 6631.72,-215.49 6621.72,-211.99 6621.72,-218.99"/>
</g>
<!-- Node20 -->
<g id="node20" class="node">
<title>Node20</title>
<g id="a_node20"><a xlink:href="_cl_gather_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3059.5,-129 3059.5,-159 3203.5,-159 3203.5,-129 3059.5,-129"/>
<text text-anchor="start" x="3067.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3131.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClGatherWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node20 -->
<g id="edge21" class="edge">
<title>Node1&#45;&gt;Node20</title>
<path fill="none" stroke="midnightblue" d="M6621.72,-215.43C6131.09,-214.88 3560.19,-209.84 3212.5,-165 3202.16,-163.67 3191.22,-161.5 3180.85,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.9,-218.93 6631.9,-215.44 6621.9,-211.93 6621.9,-218.93"/>
</g>
<!-- Node21 -->
<g id="node21" class="node">
<title>Node21</title>
<g id="a_node21"><a xlink:href="_cl_l2_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3221.5,-129 3221.5,-159 3421.5,-159 3421.5,-129 3221.5,-129"/>
<text text-anchor="start" x="3229.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3321.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClL2NormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node21 -->
<g id="edge22" class="edge">
<title>Node1&#45;&gt;Node21</title>
<path fill="none" stroke="midnightblue" d="M6621.6,-215.05C6149.22,-212.3 3757.29,-196.91 3431.5,-165 3417.59,-163.64 3402.8,-161.46 3388.73,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.72,-218.55 6631.74,-215.11 6621.76,-211.55 6621.72,-218.55"/>
</g>
<!-- Node22 -->
<g id="node22" class="node">
<title>Node22</title>
<g id="a_node22"><a xlink:href="_cl_log_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3440,-129 3440,-159 3593,-159 3593,-129 3440,-129"/>
<text text-anchor="start" x="3448" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3516.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLogSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node22 -->
<g id="edge23" class="edge">
<title>Node1&#45;&gt;Node22</title>
<path fill="none" stroke="midnightblue" d="M6621.81,-215.21C6164.67,-213.43 3909.52,-202.77 3602.5,-165 3591.55,-163.65 3579.95,-161.48 3568.94,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.94,-218.71 6631.95,-215.25 6621.97,-211.71 6621.94,-218.71"/>
</g>
<!-- Node23 -->
<g id="node23" class="node">
<title>Node23</title>
<g id="a_node23"><a xlink:href="_cl_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3611.5,-129 3611.5,-159 3755.5,-159 3755.5,-129 3611.5,-129"/>
<text text-anchor="start" x="3619.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3683.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLstmFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node23 -->
<g id="edge24" class="edge">
<title>Node1&#45;&gt;Node23</title>
<path fill="none" stroke="midnightblue" d="M6621.82,-215.18C6179.2,-213.3 4055.23,-202.35 3765.5,-165 3755.04,-163.65 3743.97,-161.48 3733.47,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.94,-218.68 6631.96,-215.23 6621.97,-211.68 6621.94,-218.68"/>
</g>
<!-- Node24 -->
<g id="node24" class="node">
<title>Node24</title>
<g id="a_node24"><a xlink:href="_cl_maximum_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3774,-129 3774,-159 3919,-159 3919,-129 3774,-129"/>
<text text-anchor="start" x="3782" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3846.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMaximumWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node24 -->
<g id="edge25" class="edge">
<title>Node1&#45;&gt;Node24</title>
<path fill="none" stroke="midnightblue" d="M6621.86,-215.09C6194.24,-212.8 4201.18,-200.29 3928.5,-165 3918.04,-163.65 3906.97,-161.47 3896.47,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.95,-218.6 6631.96,-215.15 6621.98,-211.6 6621.95,-218.6"/>
</g>
<!-- Node25 -->
<g id="node25" class="node">
<title>Node25</title>
<g id="a_node25"><a xlink:href="_cl_minimum_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3937.5,-129 3937.5,-159 4081.5,-159 4081.5,-129 3937.5,-129"/>
<text text-anchor="start" x="3945.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4009.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMinimumWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node25 -->
<g id="edge26" class="edge">
<title>Node1&#45;&gt;Node25</title>
<path fill="none" stroke="midnightblue" d="M6621.94,-215.01C6209.77,-212.36 4346.23,-198.62 4090.5,-165 4080.16,-163.64 4069.23,-161.46 4058.86,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.96,-218.51 6631.98,-215.07 6622.01,-211.51 6621.96,-218.51"/>
</g>
<!-- Node26 -->
<g id="node26" class="node">
<title>Node26</title>
<g id="a_node26"><a xlink:href="_cl_multiplication_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4099.5,-129 4099.5,-159 4261.5,-159 4261.5,-129 4099.5,-129"/>
<text text-anchor="start" x="4107.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4180.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMultiplicationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node26 -->
<g id="edge27" class="edge">
<title>Node1&#45;&gt;Node26</title>
<path fill="none" stroke="midnightblue" d="M6621.54,-214.76C6226.27,-211.02 4508.66,-193.25 4271.5,-165 4259.94,-163.62 4247.68,-161.44 4236.03,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.71,-218.26 6631.74,-214.86 6621.77,-211.26 6621.71,-218.26"/>
</g>
<!-- Node27 -->
<g id="node27" class="node">
<title>Node27</title>
<g id="a_node27"><a xlink:href="_cl_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4280,-129 4280,-159 4469,-159 4469,-129 4280,-129"/>
<text text-anchor="start" x="4288" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4374.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClNormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node27 -->
<g id="edge28" class="edge">
<title>Node1&#45;&gt;Node27</title>
<path fill="none" stroke="midnightblue" d="M6621.62,-215.48C6274.14,-215.1 4906.33,-210.67 4478.5,-165 4465.43,-163.6 4451.55,-161.43 4438.32,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.84,-218.98 6631.84,-215.49 6621.85,-211.98 6621.84,-218.98"/>
</g>
<!-- Node28 -->
<g id="node28" class="node">
<title>Node28</title>
<g id="a_node28"><a xlink:href="_cl_pad_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4487.5,-129 4487.5,-159 4631.5,-159 4631.5,-129 4487.5,-129"/>
<text text-anchor="start" x="4495.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4559.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPadWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node28 -->
<g id="edge29" class="edge">
<title>Node1&#45;&gt;Node28</title>
<path fill="none" stroke="midnightblue" d="M6621.74,-215.87C6290.32,-217.01 5033.6,-217.7 4640.5,-165 4630.31,-163.63 4619.54,-161.49 4609.3,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.75,-219.37 6631.74,-215.83 6621.73,-212.37 6621.75,-219.37"/>
</g>
<!-- Node29 -->
<g id="node29" class="node">
<title>Node29</title>
<g id="a_node29"><a xlink:href="_cl_pooling2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4649.5,-129 4649.5,-159 4793.5,-159 4793.5,-129 4649.5,-129"/>
<text text-anchor="start" x="4657.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4721.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPooling2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node29 -->
<g id="edge30" class="edge">
<title>Node1&#45;&gt;Node29</title>
<path fill="none" stroke="midnightblue" d="M6621.43,-215.67C6306.24,-215.97 5162.11,-213.6 4802.5,-165 4792.31,-163.62 4781.54,-161.47 4771.3,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.85,-219.17 6631.84,-215.66 6621.84,-212.17 6621.85,-219.17"/>
</g>
<!-- Node30 -->
<g id="node30" class="node">
<title>Node30</title>
<g id="a_node30"><a xlink:href="_cl_pooling3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4811.5,-129 4811.5,-159 4955.5,-159 4955.5,-129 4811.5,-129"/>
<text text-anchor="start" x="4819.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4883.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPooling3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node30 -->
<g id="edge31" class="edge">
<title>Node1&#45;&gt;Node30</title>
<path fill="none" stroke="midnightblue" d="M6621.71,-215.43C6324.32,-214.84 5290.94,-209.53 4964.5,-165 4954.31,-163.61 4943.54,-161.45 4933.3,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.97,-218.93 6631.98,-215.45 6621.98,-211.93 6621.97,-218.93"/>
</g>
<!-- Node31 -->
<g id="node31" class="node">
<title>Node31</title>
<g id="a_node31"><a xlink:href="_cl_prelu_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4973.5,-129 4973.5,-159 5117.5,-159 5117.5,-129 4973.5,-129"/>
<text text-anchor="start" x="4981.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5045.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPreluWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node31 -->
<g id="edge32" class="edge">
<title>Node1&#45;&gt;Node31</title>
<path fill="none" stroke="midnightblue" d="M6621.81,-215.15C6342.79,-213.6 5419.82,-205.45 5126.5,-165 5116.31,-163.59 5105.54,-161.43 5095.3,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.84,-218.65 6631.86,-215.21 6621.88,-211.65 6621.84,-218.65"/>
</g>
<!-- Node32 -->
<g id="node32" class="node">
<title>Node32</title>
<g id="a_node32"><a xlink:href="_cl_quantize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5135.5,-129 5135.5,-159 5279.5,-159 5279.5,-129 5135.5,-129"/>
<text text-anchor="start" x="5143.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5207.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClQuantizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node32 -->
<g id="edge33" class="edge">
<title>Node1&#45;&gt;Node32</title>
<path fill="none" stroke="midnightblue" d="M6621.89,-214.81C6362.12,-212.23 5548.83,-201.39 5288.5,-165 5278.31,-163.58 5267.55,-161.4 5257.31,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.96,-218.31 6632,-214.91 6622.03,-211.31 6621.96,-218.31"/>
</g>
<!-- Node33 -->
<g id="node33" class="node">
<title>Node33</title>
<g id="a_node33"><a xlink:href="_cl_reduce_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5297.5,-129 5297.5,-159 5441.5,-159 5441.5,-129 5297.5,-129"/>
<text text-anchor="start" x="5305.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5369.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReduceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node33 -->
<g id="edge34" class="edge">
<title>Node1&#45;&gt;Node33</title>
<path fill="none" stroke="midnightblue" d="M6621.84,-214.37C6382.35,-210.69 5677.95,-197.33 5450.5,-165 5440.46,-163.57 5429.86,-161.43 5419.75,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.82,-217.87 6631.87,-214.53 6621.93,-210.87 6621.82,-217.87"/>
</g>
<!-- Node34 -->
<g id="node34" class="node">
<title>Node34</title>
<g id="a_node34"><a xlink:href="_cl_resize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5459.5,-129 5459.5,-159 5603.5,-159 5603.5,-129 5459.5,-129"/>
<text text-anchor="start" x="5467.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5531.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClResizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node34 -->
<g id="edge35" class="edge">
<title>Node1&#45;&gt;Node34</title>
<path fill="none" stroke="midnightblue" d="M6621.54,-213.8C6403.48,-208.91 5807.19,-193.27 5612.5,-165 5602.47,-163.54 5591.86,-161.39 5581.75,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.56,-217.31 6631.63,-214.03 6621.72,-210.31 6621.56,-217.31"/>
</g>
<!-- Node35 -->
<g id="node35" class="node">
<title>Node35</title>
<g id="a_node35"><a xlink:href="_cl_reverse_v2_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5621.5,-129 5621.5,-159 5769.5,-159 5769.5,-129 5621.5,-129"/>
<text text-anchor="start" x="5629.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5695.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReverseV2Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node35 -->
<g id="edge36" class="edge">
<title>Node1&#45;&gt;Node35</title>
<path fill="none" stroke="midnightblue" d="M6621.62,-216C6460.34,-215.92 6087.64,-210.31 5778.5,-165 5768.38,-163.52 5757.69,-161.38 5747.46,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.94,-219.5 6631.94,-216 6621.94,-212.5 6621.94,-219.5"/>
</g>
<!-- Node36 -->
<g id="node36" class="node">
<title>Node36</title>
<g id="a_node36"><a xlink:href="_cl_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5787.5,-129 5787.5,-159 5931.5,-159 5931.5,-129 5787.5,-129"/>
<text text-anchor="start" x="5795.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5859.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node36 -->
<g id="edge37" class="edge">
<title>Node1&#45;&gt;Node36</title>
<path fill="none" stroke="midnightblue" d="M6621.73,-214.8C6482.05,-212.56 6186.7,-203.25 5940.5,-165 5930.77,-163.49 5920.49,-161.37 5910.64,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.87,-218.3 6631.92,-214.96 6621.98,-211.3 6621.87,-218.3"/>
</g>
<!-- Node37 -->
<g id="node37" class="node">
<title>Node37</title>
<g id="a_node37"><a xlink:href="_cl_space_to_depth_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5949.5,-129 5949.5,-159 6113.5,-159 6113.5,-129 5949.5,-129"/>
<text text-anchor="start" x="5957.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6031.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSpaceToDepthWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node37 -->
<g id="edge38" class="edge">
<title>Node1&#45;&gt;Node37</title>
<path fill="none" stroke="midnightblue" d="M6621.37,-211.76C6508.86,-205.81 6299.33,-192.01 6122.5,-165 6111.95,-163.39 6100.79,-161.28 6090.03,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.45,-215.27 6631.62,-212.29 6621.81,-208.28 6621.45,-215.27"/>
</g>
<!-- Node38 -->
<g id="node38" class="node">
<title>Node38</title>
<g id="a_node38"><a xlink:href="_cl_splitter_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6131.5,-129 6131.5,-159 6275.5,-159 6275.5,-129 6131.5,-129"/>
<text text-anchor="start" x="6139.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6203.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSplitterWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node38 -->
<g id="edge39" class="edge">
<title>Node1&#45;&gt;Node38</title>
<path fill="none" stroke="midnightblue" d="M6621.8,-208.69C6537.29,-200.88 6400.92,-186.32 6284.5,-165 6275.38,-163.33 6265.76,-161.24 6256.46,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.57,-212.18 6631.84,-209.61 6622.21,-205.21 6621.57,-212.18"/>
</g>
<!-- Node39 -->
<g id="node39" class="node">
<title>Node39</title>
<g id="a_node39"><a xlink:href="_cl_sqrt_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6293.5,-129 6293.5,-159 6437.5,-159 6437.5,-129 6293.5,-129"/>
<text text-anchor="start" x="6301.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6365.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSqrtWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node39 -->
<g id="edge40" class="edge">
<title>Node1&#45;&gt;Node39</title>
<path fill="none" stroke="midnightblue" d="M6622.13,-200.52C6571.84,-190.91 6505.75,-177.87 6447.5,-165 6439.2,-163.17 6430.45,-161.14 6421.89,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6621.5,-203.96 6631.97,-202.39 6622.81,-197.08 6621.5,-203.96"/>
</g>
<!-- Node40 -->
<g id="node40" class="node">
<title>Node40</title>
<g id="a_node40"><a xlink:href="_cl_strided_slice_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6456,-129 6456,-159 6609,-159 6609,-129 6456,-129"/>
<text text-anchor="start" x="6464" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6532.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClStridedSliceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node40 -->
<g id="edge41" class="edge">
<title>Node1&#45;&gt;Node40</title>
<path fill="none" stroke="midnightblue" d="M6659.09,-197.5C6630.3,-185.56 6593.06,-170.11 6566.43,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6657.93,-200.8 6668.51,-201.4 6660.61,-194.34 6657.93,-200.8"/>
</g>
<!-- Node41 -->
<g id="node41" class="node">
<title>Node41</title>
<g id="a_node41"><a xlink:href="_cl_subtraction_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6627,-129 6627,-159 6778,-159 6778,-129 6627,-129"/>
<text text-anchor="start" x="6635" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6702.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSubtractionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node41 -->
<g id="edge42" class="edge">
<title>Node1&#45;&gt;Node41</title>
<path fill="none" stroke="midnightblue" d="M6702.5,-191.23C6702.5,-180.57 6702.5,-168.41 6702.5,-159.25"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6699,-191.23 6702.5,-201.23 6706,-191.23 6699,-191.23"/>
</g>
<!-- Node42 -->
<g id="node42" class="node">
<title>Node42</title>
<g id="a_node42"><a xlink:href="_cl_tile_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6796.5,-129 6796.5,-159 6940.5,-159 6940.5,-129 6796.5,-129"/>
<text text-anchor="start" x="6804.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6868.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClTileWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node42 -->
<g id="edge43" class="edge">
<title>Node1&#45;&gt;Node42</title>
<path fill="none" stroke="midnightblue" d="M6745.25,-197.34C6773.32,-185.42 6809.48,-170.07 6835.36,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6743.53,-194.27 6735.69,-201.4 6746.27,-200.72 6743.53,-194.27"/>
</g>
<!-- Node43 -->
<g id="node43" class="node">
<title>Node43</title>
<g id="a_node43"><a xlink:href="_cl_transpose_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6959,-129 6959,-159 7174,-159 7174,-129 6959,-129"/>
<text text-anchor="start" x="6967" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="7066.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/ClTransposeConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node43 -->
<g id="edge44" class="edge">
<title>Node1&#45;&gt;Node43</title>
<path fill="none" stroke="midnightblue" d="M6783.04,-199.9C6846.19,-187.67 6933.29,-170.8 6994.21,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6782.27,-196.49 6773.11,-201.82 6783.6,-203.36 6782.27,-196.49"/>
</g>
<!-- Node44 -->
<g id="node44" class="node">
<title>Node44</title>
<g id="a_node44"><a xlink:href="_cl_unidirectional_sequence_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7192.5,-123.5 7192.5,-164.5 7386.5,-164.5 7386.5,-123.5 7192.5,-123.5"/>
<text text-anchor="start" x="7200.5" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="start" x="7200.5" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClUnidirectionalSequenceLstmFloat</text>
<text text-anchor="middle" x="7289.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node44 -->
<g id="edge45" class="edge">
<title>Node1&#45;&gt;Node44</title>
<path fill="none" stroke="midnightblue" d="M6783.42,-209.04C6879.21,-200.92 7043.42,-185.53 7183.5,-165 7186.37,-164.58 7189.28,-164.14 7192.22,-163.67"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6782.9,-205.57 6773.23,-209.9 6783.49,-212.55 6782.9,-205.57"/>
</g>
<!-- Node45 -->
<g id="node45" class="node">
<title>Node45</title>
<g id="a_node45"><a xlink:href="_neon_layer_support_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7404.5,-129 7404.5,-159 7566.5,-159 7566.5,-129 7404.5,-129"/>
<text text-anchor="start" x="7412.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonLayer</text>
<text text-anchor="middle" x="7485.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">Support.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node45 -->
<g id="edge47" class="edge">
<title>Node1&#45;&gt;Node45</title>
<path fill="none" stroke="midnightblue" d="M6783.45,-213.43C6913.22,-209.25 7175.58,-197.27 7395.5,-165 7406.11,-163.44 7417.33,-161.33 7428.12,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.09,-209.94 6773.2,-213.75 6783.31,-216.93 6783.09,-209.94"/>
</g>
<!-- Node46 -->
<g id="node46" class="node">
<title>Node46</title>
<g id="a_node46"><a xlink:href="_neon_activation_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7585,-129 7585,-159 7746,-159 7746,-129 7585,-129"/>
<text text-anchor="start" x="7593" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7665.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonActivationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node46 -->
<g id="edge48" class="edge">
<title>Node1&#45;&gt;Node46</title>
<path fill="none" stroke="midnightblue" d="M6783.38,-215.15C6938.01,-213.54 7285.93,-205.28 7575.5,-165 7586.28,-163.5 7597.68,-161.39 7608.62,-159.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783,-211.66 6773.03,-215.26 6783.07,-218.66 6783,-211.66"/>
</g>
<!-- Node47 -->
<g id="node47" class="node">
<title>Node47</title>
<g id="a_node47"><a xlink:href="_neon_addition_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7764.5,-129 7764.5,-159 7924.5,-159 7924.5,-129 7764.5,-129"/>
<text text-anchor="start" x="7772.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="7844.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonAdditionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node47 -->
<g id="edge49" class="edge">
<title>Node1&#45;&gt;Node47</title>
<path fill="none" stroke="midnightblue" d="M6783.13,-216.37C6960.05,-217.25 7395.22,-213.75 7755.5,-165 7766.33,-163.53 7777.79,-161.41 7788.75,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.14,-212.87 6773.12,-216.32 6783.1,-219.87 6783.14,-212.87"/>
</g>
<!-- Node48 -->
<g id="node48" class="node">
<title>Node48</title>
<g id="a_node48"><a xlink:href="_neon_batch_mat_mul_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7942.5,-129 7942.5,-159 8118.5,-159 8118.5,-129 7942.5,-129"/>
<text text-anchor="start" x="7950.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8030.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonBatchMatMulWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node48 -->
<g id="edge50" class="edge">
<title>Node1&#45;&gt;Node48</title>
<path fill="none" stroke="midnightblue" d="M6783.34,-213.9C7020.18,-208.93 7709.8,-192.47 7933.5,-165 7945.45,-163.53 7958.11,-161.37 7970.21,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.01,-210.4 6773.08,-214.11 6783.15,-217.4 6783.01,-210.4"/>
</g>
<!-- Node49 -->
<g id="node49" class="node">
<title>Node49</title>
<g id="a_node49"><a xlink:href="_neon_batch_normalization_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8136.5,-129 8136.5,-159 8344.5,-159 8344.5,-129 8136.5,-129"/>
<text text-anchor="start" x="8144.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8240.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonBatchNormalizationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node49 -->
<g id="edge51" class="edge">
<title>Node1&#45;&gt;Node49</title>
<path fill="none" stroke="midnightblue" d="M6783.2,-214.13C7044.22,-209.45 7863.92,-192.86 8127.5,-165 8141.37,-163.53 8156.1,-161.37 8170.19,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6782.98,-210.63 6773.04,-214.31 6783.1,-217.63 6782.98,-210.63"/>
</g>
<!-- Node50 -->
<g id="node50" class="node">
<title>Node50</title>
<g id="a_node50"><a xlink:href="_neon_comparison_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8362.5,-129 8362.5,-159 8532.5,-159 8532.5,-129 8362.5,-129"/>
<text text-anchor="start" x="8370.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8447.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonComparisonWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node50 -->
<g id="edge52" class="edge">
<title>Node1&#45;&gt;Node50</title>
<path fill="none" stroke="midnightblue" d="M6783.51,-214.94C7071.39,-212.66 8044.33,-202.31 8353.5,-165 8365.26,-163.58 8377.73,-161.41 8389.61,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.12,-211.45 6773.15,-215.02 6783.18,-218.45 6783.12,-211.45"/>
</g>
<!-- Node51 -->
<g id="node51" class="node">
<title>Node51</title>
<g id="a_node51"><a xlink:href="_neon_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8550.5,-129 8550.5,-159 8732.5,-159 8732.5,-129 8550.5,-129"/>
<text text-anchor="start" x="8558.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8641.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node51 -->
<g id="edge53" class="edge">
<title>Node1&#45;&gt;Node51</title>
<path fill="none" stroke="midnightblue" d="M6783.24,-215.11C7091.37,-213.33 8193.37,-204.3 8541.5,-165 8553.99,-163.59 8567.25,-161.42 8579.88,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.03,-211.61 6773.05,-215.17 6783.07,-218.61 6783.03,-211.61"/>
</g>
<!-- Node52 -->
<g id="node52" class="node">
<title>Node52</title>
<g id="a_node52"><a xlink:href="_neon_convolution3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8750.5,-129 8750.5,-159 8932.5,-159 8932.5,-129 8750.5,-129"/>
<text text-anchor="start" x="8758.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="8841.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonConvolution3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node52 -->
<g id="edge54" class="edge">
<title>Node1&#45;&gt;Node52</title>
<path fill="none" stroke="midnightblue" d="M6783.61,-215.36C7113.1,-214.51 8352.24,-208.42 8741.5,-165 8754.08,-163.6 8767.44,-161.42 8780.15,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.19,-211.86 6773.2,-215.39 6783.21,-218.86 6783.19,-211.86"/>
</g>
<!-- Node53 -->
<g id="node53" class="node">
<title>Node53</title>
<g id="a_node53"><a xlink:href="_neon_depthwise_convolution_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8951,-129 8951,-159 9172,-159 9172,-129 8951,-129"/>
<text text-anchor="start" x="8959" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9061.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonDepthwiseConvolutionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node53 -->
<g id="edge55" class="edge">
<title>Node1&#45;&gt;Node53</title>
<path fill="none" stroke="midnightblue" d="M6783.06,-215.22C7131.4,-213.79 8509.9,-205.62 8941.5,-165 8956.43,-163.59 8972.31,-161.43 8987.46,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.04,-211.72 6773.06,-215.26 6783.07,-218.72 6783.04,-211.72"/>
</g>
<!-- Node54 -->
<g id="node54" class="node">
<title>Node54</title>
<g id="a_node54"><a xlink:href="_neon_division_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9190.5,-129 9190.5,-159 9350.5,-159 9350.5,-129 9190.5,-129"/>
<text text-anchor="start" x="9198.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9270.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonDivisionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node54 -->
<g id="edge56" class="edge">
<title>Node1&#45;&gt;Node54</title>
<path fill="none" stroke="midnightblue" d="M6783.12,-214.82C7182.49,-211.32 8939.34,-194.37 9181.5,-165 9192.82,-163.63 9204.81,-161.44 9216.2,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.07,-211.32 6773.1,-214.91 6783.13,-218.32 6783.07,-211.32"/>
</g>
<!-- Node55 -->
<g id="node55" class="node">
<title>Node55</title>
<g id="a_node55"><a xlink:href="_neon_elementwise_binary_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9368.5,-129 9368.5,-159 9574.5,-159 9574.5,-129 9368.5,-129"/>
<text text-anchor="start" x="9376.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9471.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonElementwiseBinaryWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node55 -->
<g id="edge57" class="edge">
<title>Node1&#45;&gt;Node55</title>
<path fill="none" stroke="midnightblue" d="M6783.3,-215.68C7170.77,-216.29 8841.21,-215.88 9359.5,-165 9373.56,-163.62 9388.5,-161.45 9402.73,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.03,-212.18 6773.02,-215.67 6783.02,-219.18 6783.03,-212.18"/>
</g>
<!-- Node56 -->
<g id="node56" class="node">
<title>Node56</title>
<g id="a_node56"><a xlink:href="_neon_fully_connected_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9592.5,-129 9592.5,-159 9778.5,-159 9778.5,-129 9592.5,-129"/>
<text text-anchor="start" x="9600.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9685.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonFullyConnectedWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node56 -->
<g id="edge58" class="edge">
<title>Node1&#45;&gt;Node56</title>
<path fill="none" stroke="midnightblue" d="M6783.03,-214.94C7220.17,-211.76 9298.84,-195.16 9583.5,-165 9596.42,-163.63 9610.14,-161.45 9623.19,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6782.99,-211.44 6773.01,-215.01 6783.04,-218.44 6782.99,-211.44"/>
</g>
<!-- Node57 -->
<g id="node57" class="node">
<title>Node57</title>
<g id="a_node57"><a xlink:href="_neon_fused_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9796.5,-129 9796.5,-159 9956.5,-159 9956.5,-129 9796.5,-129"/>
<text text-anchor="start" x="9804.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="9876.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonFusedWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node57 -->
<g id="edge59" class="edge">
<title>Node1&#45;&gt;Node57</title>
<path fill="none" stroke="midnightblue" d="M6783.16,-215.17C7238.91,-213.15 9481.91,-201.45 9787.5,-165 9798.82,-163.65 9810.82,-161.48 9822.21,-159.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.04,-211.67 6773.05,-215.21 6783.07,-218.67 6783.04,-211.67"/>
</g>
<!-- Node58 -->
<g id="node58" class="node">
<title>Node58</title>
<g id="a_node58"><a xlink:href="_neon_gather_nd_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9974.5,-129 9974.5,-159 10134.5,-159 10134.5,-129 9974.5,-129"/>
<text text-anchor="start" x="9982.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10054.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonGatherNdWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node58 -->
<g id="edge60" class="edge">
<title>Node1&#45;&gt;Node58</title>
<path fill="none" stroke="midnightblue" d="M6783.23,-215.24C7254.58,-213.62 9641.23,-203.53 9965.5,-165 9976.82,-163.65 9988.82,-161.48 10000.21,-159.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.1,-211.74 6773.11,-215.28 6783.12,-218.74 6783.1,-211.74"/>
</g>
<!-- Node59 -->
<g id="node59" class="node">
<title>Node59</title>
<g id="a_node59"><a xlink:href="_neon_gather_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10152.5,-129 10152.5,-159 10312.5,-159 10312.5,-129 10152.5,-129"/>
<text text-anchor="start" x="10160.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10232.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonGatherWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node59 -->
<g id="edge61" class="edge">
<title>Node1&#45;&gt;Node59</title>
<path fill="none" stroke="midnightblue" d="M6783.3,-215.31C7269.88,-214.06 9800.52,-205.61 10143.5,-165 10154.82,-163.66 10166.82,-161.49 10178.21,-159.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.2,-211.81 6773.21,-215.34 6783.21,-218.81 6783.2,-211.81"/>
</g>
<!-- Node60 -->
<g id="node60" class="node">
<title>Node60</title>
<g id="a_node60"><a xlink:href="_neon_l2_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10330.5,-129 10330.5,-159 10546.5,-159 10546.5,-129 10330.5,-129"/>
<text text-anchor="start" x="10338.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10438.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonL2NormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node60 -->
<g id="edge62" class="edge">
<title>Node1&#45;&gt;Node60</title>
<path fill="none" stroke="midnightblue" d="M6783.41,-215.13C7284.86,-212.71 9958.83,-198.32 10321.5,-165 10336.27,-163.64 10351.99,-161.47 10366.96,-159.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.35,-211.63 6773.37,-215.17 6783.39,-218.63 6783.35,-211.63"/>
</g>
<!-- Node61 -->
<g id="node61" class="node">
<title>Node61</title>
<g id="a_node61"><a xlink:href="_neon_log_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10565,-129 10565,-159 10734,-159 10734,-129 10565,-129"/>
<text text-anchor="start" x="10573" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10649.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonLogSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node61 -->
<g id="edge63" class="edge">
<title>Node1&#45;&gt;Node61</title>
<path fill="none" stroke="midnightblue" d="M6783.21,-215.4C7302.93,-214.6 10168.82,-208.24 10555.5,-165 10567.52,-163.66 10580.27,-161.47 10592.38,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.17,-211.9 6773.17,-215.41 6783.18,-218.9 6783.17,-211.9"/>
</g>
<!-- Node62 -->
<g id="node62" class="node">
<title>Node62</title>
<g id="a_node62"><a xlink:href="_neon_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10752.5,-129 10752.5,-159 10912.5,-159 10912.5,-129 10752.5,-129"/>
<text text-anchor="start" x="10760.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="10832.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonLstmFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node62 -->
<g id="edge64" class="edge">
<title>Node1&#45;&gt;Node62</title>
<path fill="none" stroke="midnightblue" d="M6783.69,-215.5C7319.43,-215.39 10337.35,-212.64 10743.5,-165 10754.82,-163.67 10766.82,-161.51 10778.21,-159.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.36,-212 6773.36,-215.51 6783.36,-219 6783.36,-212"/>
</g>
<!-- Node63 -->
<g id="node63" class="node">
<title>Node63</title>
<g id="a_node63"><a xlink:href="_neon_multiplication_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10930.5,-129 10930.5,-159 11108.5,-159 11108.5,-129 10930.5,-129"/>
<text text-anchor="start" x="10938.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11019.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonMultiplicationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node63 -->
<g id="edge65" class="edge">
<title>Node1&#45;&gt;Node63</title>
<path fill="none" stroke="midnightblue" d="M6783.32,-215.45C7331.52,-215.02 10495.97,-210.55 10921.5,-165 10934.02,-163.66 10947.31,-161.47 10959.92,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.13,-211.95 6773.13,-215.46 6783.13,-218.95 6783.13,-211.95"/>
</g>
<!-- Node64 -->
<g id="node64" class="node">
<title>Node64</title>
<g id="a_node64"><a xlink:href="_neon_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11126,-129 11126,-159 11331,-159 11331,-129 11126,-129"/>
<text text-anchor="start" x="11134" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11228.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonNormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node64 -->
<g id="edge66" class="edge">
<title>Node1&#45;&gt;Node64</title>
<path fill="none" stroke="midnightblue" d="M6783.47,-215.39C7346.69,-214.5 10670.73,-207.5 11117.5,-165 11131.63,-163.66 11146.66,-161.47 11160.95,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.4,-211.89 6773.41,-215.4 6783.41,-218.89 6783.4,-211.89"/>
</g>
<!-- Node65 -->
<g id="node65" class="node">
<title>Node65</title>
<g id="a_node65"><a xlink:href="_neon_pad_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11349.5,-129 11349.5,-159 11509.5,-159 11509.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="11429.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPadWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node65 -->
<g id="edge67" class="edge">
<title>Node1&#45;&gt;Node65</title>
<path fill="none" stroke="midnightblue" d="M6783.39,-215.64C7362.72,-216.54 10871.1,-219.68 11340.5,-165 11351.83,-163.68 11363.82,-161.52 11375.21,-159.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.06,-212.14 6773.05,-215.63 6783.05,-219.14 6783.06,-212.14"/>
</g>
<!-- Node66 -->
<g id="node66" class="node">
<title>Node66</title>
<g id="a_node66"><a xlink:href="_neon_pooling2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11527.5,-129 11527.5,-159 11687.5,-159 11687.5,-129 11527.5,-129"/>
<text text-anchor="start" x="11535.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11607.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPooling2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node66 -->
<g id="edge68" class="edge">
<title>Node1&#45;&gt;Node66</title>
<path fill="none" stroke="midnightblue" d="M6783.22,-215.68C7374.68,-216.86 11030.18,-221.78 11518.5,-165 11529.98,-163.66 11542.15,-161.46 11553.69,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.09,-212.18 6773.08,-215.66 6783.07,-219.18 6783.09,-212.18"/>
</g>
<!-- Node67 -->
<g id="node67" class="node">
<title>Node67</title>
<g id="a_node67"><a xlink:href="_neon_pooling3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11705.5,-129 11705.5,-159 11865.5,-159 11865.5,-129 11705.5,-129"/>
<text text-anchor="start" x="11713.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11785.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPooling3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node67 -->
<g id="edge69" class="edge">
<title>Node1&#45;&gt;Node67</title>
<path fill="none" stroke="midnightblue" d="M6783.7,-215.17C7409.07,-212.54 11442.31,-194.51 11696.5,-165 11707.98,-163.67 11720.16,-161.47 11731.69,-159"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.42,-211.67 6773.43,-215.21 6783.45,-218.67 6783.42,-211.67"/>
</g>
<!-- Node68 -->
<g id="node68" class="node">
<title>Node68</title>
<g id="a_node68"><a xlink:href="_neon_prelu_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11883.5,-129 11883.5,-159 12043.5,-159 12043.5,-129 11883.5,-129"/>
<text text-anchor="start" x="11891.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="11963.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonPreluWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node68 -->
<g id="edge70" class="edge">
<title>Node1&#45;&gt;Node68</title>
<path fill="none" stroke="midnightblue" d="M6783.55,-215.2C7421.05,-212.75 11610.83,-195.56 11874.5,-165 11885.98,-163.67 11898.16,-161.47 11909.69,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.08,-211.7 6773.09,-215.24 6783.1,-218.7 6783.08,-211.7"/>
</g>
<!-- Node69 -->
<g id="node69" class="node">
<title>Node69</title>
<g id="a_node69"><a xlink:href="_neon_reduce_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12061.5,-129 12061.5,-159 12221.5,-159 12221.5,-129 12061.5,-129"/>
<text text-anchor="start" x="12069.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12141.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonReduceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node69 -->
<g id="edge71" class="edge">
<title>Node1&#45;&gt;Node69</title>
<path fill="none" stroke="midnightblue" d="M6783.28,-215.23C7432.25,-212.96 11779.33,-196.62 12052.5,-165 12063.98,-163.67 12076.16,-161.47 12087.69,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.08,-211.73 6773.09,-215.26 6783.1,-218.73 6783.08,-211.73"/>
</g>
<!-- Node70 -->
<g id="node70" class="node">
<title>Node70</title>
<g id="a_node70"><a xlink:href="_neon_resize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12239.5,-129 12239.5,-159 12399.5,-159 12399.5,-129 12239.5,-129"/>
<text text-anchor="start" x="12247.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12319.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonResizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node70 -->
<g id="edge72" class="edge">
<title>Node1&#45;&gt;Node70</title>
<path fill="none" stroke="midnightblue" d="M6783.87,-215.25C7447.09,-213.14 11947.94,-197.66 12230.5,-165 12241.98,-163.67 12254.16,-161.48 12265.69,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.45,-211.75 6773.46,-215.28 6783.47,-218.75 6783.45,-211.75"/>
</g>
<!-- Node71 -->
<g id="node71" class="node">
<title>Node71</title>
<g id="a_node71"><a xlink:href="_neon_reverse_v2_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12417.5,-129 12417.5,-159 12581.5,-159 12581.5,-129 12417.5,-129"/>
<text text-anchor="start" x="12425.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12499.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonReverseV2Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node71 -->
<g id="edge73" class="edge">
<title>Node1&#45;&gt;Node71</title>
<path fill="none" stroke="midnightblue" d="M6783.32,-215.26C7456.58,-213.24 12116.3,-198.04 12408.5,-165 12420.23,-163.67 12432.67,-161.48 12444.47,-159.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.22,-211.76 6773.23,-215.29 6783.24,-218.76 6783.22,-211.76"/>
</g>
<!-- Node72 -->
<g id="node72" class="node">
<title>Node72</title>
<g id="a_node72"><a xlink:href="_neon_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12599.5,-129 12599.5,-159 12759.5,-159 12759.5,-129 12599.5,-129"/>
<text text-anchor="start" x="12607.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12679.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node72 -->
<g id="edge74" class="edge">
<title>Node1&#45;&gt;Node72</title>
<path fill="none" stroke="midnightblue" d="M6783.21,-215.3C7468.12,-213.52 12288.67,-199.81 12590.5,-165 12601.98,-163.68 12614.16,-161.48 12625.69,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.18,-211.8 6773.19,-215.32 6783.19,-218.8 6783.18,-211.8"/>
</g>
<!-- Node73 -->
<g id="node73" class="node">
<title>Node73</title>
<g id="a_node73"><a xlink:href="_neon_splitter_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12777.5,-129 12777.5,-159 12937.5,-159 12937.5,-129 12777.5,-129"/>
<text text-anchor="start" x="12785.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="12857.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSplitterWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node73 -->
<g id="edge75" class="edge">
<title>Node1&#45;&gt;Node73</title>
<path fill="none" stroke="midnightblue" d="M6783.45,-215.32C7480.87,-213.69 12457.21,-200.86 12768.5,-165 12779.98,-163.68 12792.16,-161.48 12803.69,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.24,-211.82 6773.25,-215.34 6783.26,-218.82 6783.24,-211.82"/>
</g>
<!-- Node74 -->
<g id="node74" class="node">
<title>Node74</title>
<g id="a_node74"><a xlink:href="_neon_sqrt_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12955.5,-129 12955.5,-159 13115.5,-159 13115.5,-129 12955.5,-129"/>
<text text-anchor="start" x="12963.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="13035.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSqrtWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node74 -->
<g id="edge76" class="edge">
<title>Node1&#45;&gt;Node74</title>
<path fill="none" stroke="midnightblue" d="M6783.32,-215.34C7491.74,-213.86 12625.7,-201.91 12946.5,-165 12957.99,-163.68 12970.16,-161.48 12981.69,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.21,-211.84 6773.22,-215.36 6783.22,-218.84 6783.21,-211.84"/>
</g>
<!-- Node75 -->
<g id="node75" class="node">
<title>Node75</title>
<g id="a_node75"><a xlink:href="_neon_strided_slice_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13134,-129 13134,-159 13303,-159 13303,-129 13134,-129"/>
<text text-anchor="start" x="13142" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="13218.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonStridedSliceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node75 -->
<g id="edge77" class="edge">
<title>Node1&#45;&gt;Node75</title>
<path fill="none" stroke="midnightblue" d="M6783.09,-215.33C7501.88,-213.77 12793.96,-201.09 13124.5,-165 13136.61,-163.68 13149.45,-161.48 13161.63,-159.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.09,-211.83 6773.09,-215.35 6783.1,-218.83 6783.09,-211.83"/>
</g>
<!-- Node76 -->
<g id="node76" class="node">
<title>Node76</title>
<g id="a_node76"><a xlink:href="_neon_subtraction_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13321,-129 13321,-159 13488,-159 13488,-129 13321,-129"/>
<text text-anchor="start" x="13329" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="13404.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonSubtractionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node76 -->
<g id="edge78" class="edge">
<title>Node1&#45;&gt;Node76</title>
<path fill="none" stroke="midnightblue" d="M6783.44,-215.36C7515.35,-214.03 12972.05,-202.89 13312.5,-165 13324.36,-163.68 13336.94,-161.49 13348.86,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.26,-211.86 6773.26,-215.38 6783.27,-218.86 6783.26,-211.86"/>
</g>
<!-- Node77 -->
<g id="node77" class="node">
<title>Node77</title>
<g id="a_node77"><a xlink:href="_neon_tile_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13506.5,-129 13506.5,-159 13666.5,-159 13666.5,-129 13506.5,-129"/>
<text text-anchor="start" x="13514.5" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="middle" x="13586.5" y="-136" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonTileWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node77 -->
<g id="edge79" class="edge">
<title>Node1&#45;&gt;Node77</title>
<path fill="none" stroke="midnightblue" d="M6783.1,-215.39C7525.04,-214.36 13147.25,-205.19 13497.5,-165 13508.99,-163.68 13521.16,-161.49 13532.69,-159.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.04,-211.89 6773.04,-215.41 6783.05,-218.89 6783.04,-211.89"/>
</g>
<!-- Node78 -->
<g id="node78" class="node">
<title>Node78</title>
<g id="a_node78"><a xlink:href="_neon_unidirectional_sequence_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13685,-123.5 13685,-164.5 13870,-164.5 13870,-123.5 13685,-123.5"/>
<text text-anchor="start" x="13693" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="start" x="13693" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonUnidirectionalSequenceLstm</text>
<text text-anchor="middle" x="13777.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">FloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node78 -->
<g id="edge80" class="edge">
<title>Node1&#45;&gt;Node78</title>
<path fill="none" stroke="midnightblue" d="M6783.43,-215.35C7537.51,-213.86 13315.26,-201.3 13675.5,-165 13678.55,-164.69 13681.65,-164.34 13684.77,-163.94"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.21,-211.85 6773.21,-215.37 6783.22,-218.85 6783.21,-211.85"/>
</g>
<!-- Node79 -->
<g id="node79" class="node">
<title>Node79</title>
<g id="a_node79"><a xlink:href="_neon_unidirectional_sequence_lstm_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="13888,-123.5 13888,-164.5 14073,-164.5 14073,-123.5 13888,-123.5"/>
<text text-anchor="start" x="13896" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/workloads</text>
<text text-anchor="start" x="13896" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">/NeonUnidirectionalSequenceLstm</text>
<text text-anchor="middle" x="13980.5" y="-130.5" font-family="Helvetica,sans-Serif" font-size="10.00">Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node79 -->
<g id="edge81" class="edge">
<title>Node1&#45;&gt;Node79</title>
<path fill="none" stroke="midnightblue" d="M6783.11,-215.37C7548.11,-214.06 13508.32,-202.72 13879.5,-165 13882.26,-164.72 13885.05,-164.4 13887.86,-164.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6783.01,-211.87 6773.02,-215.39 6783.02,-218.87 6783.01,-211.87"/>
</g>
<!-- Node2&#45;&gt;Node3 -->
<g id="edge2" class="edge">
<title>Node2&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M239.44,-125.69C197.61,-111.52 140.2,-92.06 107.68,-81.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="238.31,-129.01 248.91,-128.9 240.56,-122.38 238.31,-129.01"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="_neon_backend_optimization_utils_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="183.5,-56.5 183.5,-86.5 359.5,-86.5 359.5,-56.5 183.5,-56.5"/>
<text text-anchor="start" x="191.5" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/neon/NeonBackend</text>
<text text-anchor="middle" x="271.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">OptimizationUtils.hpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node4 -->
<g id="edge3" class="edge">
<title>Node2&#45;&gt;Node4</title>
<path fill="none" stroke="midnightblue" d="M284.05,-119.06C281.15,-108.32 277.84,-96.01 275.34,-86.75"/>
<polygon fill="midnightblue" stroke="midnightblue" points="280.67,-119.99 286.66,-128.73 287.43,-118.17 280.67,-119.99"/>
</g>
<!-- Node2&#45;&gt;Node5 -->
<g id="edge5" class="edge">
<title>Node2&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M328.23,-123.55C342.78,-114.3 358.34,-101.96 368.5,-87 382.86,-65.85 386.38,-34.78 387.23,-19.76"/>
<polygon fill="midnightblue" stroke="midnightblue" points="326.11,-120.74 319.35,-128.91 329.72,-126.74 326.11,-120.74"/>
</g>
<!-- Node4&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node4&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M307.97,-51.8C328.93,-41.04 354.27,-28.05 370.62,-19.66"/>
<polygon fill="midnightblue" stroke="midnightblue" points="306.29,-48.72 298.99,-56.4 309.49,-54.95 306.29,-48.72"/>
</g>
</g>
</svg>