aboutsummaryrefslogtreecommitdiff
path: root/23.11/_cl_workload_utils_8hpp__dep__incl.svg
blob: f7838b3fd990657fb465f6644493da4415ccfcab (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
<?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/ClWorkloadUtils.hpp Pages: 1 -->
<svg width="12308pt" height="251pt"
 viewBox="0.00 0.00 12308.00 251.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 247)">
<title>src/backends/cl/workloads/ClWorkloadUtils.hpp</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-247 12304,-247 12304,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="6304,-212.5 6304,-242.5 6448,-242.5 6448,-212.5 6304,-212.5"/>
<text text-anchor="start" x="6312" y="-230.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6376" y="-219.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClWorkloadUtils.hpp</text>
</a>
</g>
</g>
<!-- Node2 -->
<g id="node2" class="node">
<title>Node2</title>
<g id="a_node2"><a xlink:href="_cl_batch_to_space_nd_workload_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="561.5,-140 561.5,-170 738.5,-170 738.5,-140 561.5,-140"/>
<text text-anchor="start" x="569.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="650" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchToSpaceNdWorkload.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="M6293.72,-226.2C5620.79,-223.65 1039.97,-205.27 752,-176 738.89,-174.67 724.97,-172.47 711.76,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.8,-229.7 6303.81,-226.23 6293.83,-222.7 6293.8,-229.7"/>
</g>
<!-- Node6 -->
<g id="node6" class="node">
<title>Node6</title>
<g id="a_node6"><a xlink:href="_cl_workload_factory_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="544.5,-0.5 544.5,-30.5 693.5,-30.5 693.5,-0.5 544.5,-0.5"/>
<text text-anchor="start" x="552.5" y="-18.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClWorkload</text>
<text text-anchor="middle" x="619" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">Factory.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node6 -->
<g id="edge10" class="edge">
<title>Node1&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M6293.75,-226.41C5606.55,-225.54 843.55,-217.99 785,-176 743.31,-146.1 782.54,-104 747,-67 730.37,-49.68 707.07,-38.18 684.9,-30.6"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.81,-229.91 6303.81,-226.42 6293.82,-222.91 6293.81,-229.91"/>
</g>
<!-- Node7 -->
<g id="node7" class="node">
<title>Node7</title>
<g id="a_node7"><a xlink:href="_cl_space_to_batch_nd_workload_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="201.5,-140 201.5,-170 378.5,-170 378.5,-140 201.5,-140"/>
<text text-anchor="start" x="209.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="290" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSpaceToBatchNdWorkload.hpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node7 -->
<g id="edge6" class="edge">
<title>Node1&#45;&gt;Node7</title>
<path fill="none" stroke="midnightblue" d="M6293.68,-226.25C5596.41,-224.08 697.21,-207.73 390,-176 377.14,-174.67 363.49,-172.48 350.53,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.87,-229.75 6303.89,-226.28 6293.9,-222.75 6293.87,-229.75"/>
</g>
<!-- Node9 -->
<g id="node9" class="node">
<title>Node9</title>
<g id="a_node9"><a xlink:href="_cl_abs_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="794,-140 794,-170 938,-170 938,-140 794,-140"/>
<text text-anchor="start" x="802" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="866" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClAbsWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node9 -->
<g id="edge11" class="edge">
<title>Node1&#45;&gt;Node9</title>
<path fill="none" stroke="midnightblue" d="M6293.52,-226.27C5633.25,-224.39 1224.78,-210.57 948,-176 937.39,-174.67 926.16,-172.48 915.53,-170.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.88,-229.77 6303.89,-226.3 6293.9,-222.77 6293.88,-229.77"/>
</g>
<!-- Node10 -->
<g id="node10" class="node">
<title>Node10</title>
<g id="a_node10"><a xlink:href="_cl_activation_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="956.5,-140 956.5,-170 1101.5,-170 1101.5,-140 956.5,-140"/>
<text text-anchor="start" x="964.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1029" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClActivationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node10 -->
<g id="edge12" class="edge">
<title>Node1&#45;&gt;Node10</title>
<path fill="none" stroke="midnightblue" d="M6293.45,-226.25C5644.34,-224.2 1379.11,-209.53 1111,-176 1100.39,-174.67 1089.16,-172.48 1078.53,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.64,-229.75 6303.65,-226.28 6293.66,-222.75 6293.64,-229.75"/>
</g>
<!-- Node11 -->
<g id="node11" class="node">
<title>Node11</title>
<g id="a_node11"><a xlink:href="_cl_addition_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1120,-140 1120,-170 1264,-170 1264,-140 1120,-140"/>
<text text-anchor="start" x="1128" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1192" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClAdditionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node11 -->
<g id="edge13" class="edge">
<title>Node1&#45;&gt;Node11</title>
<path fill="none" stroke="midnightblue" d="M6293.51,-226.22C5656.13,-224.01 1533.47,-208.49 1274,-176 1263.39,-174.67 1252.16,-172.47 1241.53,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.52,-229.72 6303.53,-226.26 6293.54,-222.72 6293.52,-229.72"/>
</g>
<!-- Node12 -->
<g id="node12" class="node">
<title>Node12</title>
<g id="a_node12"><a xlink:href="_cl_arg_min_max_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1282.5,-140 1282.5,-170 1433.5,-170 1433.5,-140 1282.5,-140"/>
<text text-anchor="start" x="1290.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1358" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClArgMinMaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node12 -->
<g id="edge14" class="edge">
<title>Node1&#45;&gt;Node12</title>
<path fill="none" stroke="midnightblue" d="M6293.33,-226.17C5667.55,-223.64 1693.6,-206.39 1443,-176 1432.01,-174.67 1420.38,-172.47 1409.36,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.6,-229.67 6303.61,-226.22 6293.63,-222.67 6293.6,-229.67"/>
</g>
<!-- Node13 -->
<g id="node13" class="node">
<title>Node13</title>
<g id="a_node13"><a xlink:href="_cl_batch_mat_mul_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1452,-140 1452,-170 1612,-170 1612,-140 1452,-140"/>
<text text-anchor="start" x="1460" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1532" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchMatMulWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node13 -->
<g id="edge15" class="edge">
<title>Node1&#45;&gt;Node13</title>
<path fill="none" stroke="midnightblue" d="M6293.52,-226.66C5701.05,-227.66 2103.33,-231.43 1622,-176 1610.55,-174.68 1598.42,-172.52 1586.9,-170.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.69,-230.16 6303.68,-226.64 6293.68,-223.16 6293.69,-230.16"/>
</g>
<!-- Node14 -->
<g id="node14" class="node">
<title>Node14</title>
<g id="a_node14"><a xlink:href="_cl_batch_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1630.5,-140 1630.5,-170 1847.5,-170 1847.5,-140 1630.5,-140"/>
<text text-anchor="start" x="1638.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1739" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchNormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node14 -->
<g id="edge16" class="edge">
<title>Node1&#45;&gt;Node14</title>
<path fill="none" stroke="midnightblue" d="M6293.59,-226.36C5718.48,-225.26 2314.64,-217.08 1857,-176 1842,-174.65 1826.03,-172.46 1810.84,-170.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.85,-229.86 6303.86,-226.38 6293.87,-222.86 6293.85,-229.86"/>
</g>
<!-- Node15 -->
<g id="node15" class="node">
<title>Node15</title>
<g id="a_node15"><a xlink:href="_cl_cast_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="1866,-140 1866,-170 2010,-170 2010,-140 1866,-140"/>
<text text-anchor="start" x="1874" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="1938" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClCastWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node15 -->
<g id="edge17" class="edge">
<title>Node1&#45;&gt;Node15</title>
<path fill="none" stroke="midnightblue" d="M6293.85,-226.67C5731.47,-227.71 2458.73,-231.31 2020,-176 2009.53,-174.68 1998.47,-172.52 1987.97,-170.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.91,-230.17 6303.91,-226.65 6293.9,-223.17 6293.91,-230.17"/>
</g>
<!-- Node16 -->
<g id="node16" class="node">
<title>Node16</title>
<g id="a_node16"><a xlink:href="_cl_channel_shuffle_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2028.5,-140 2028.5,-170 2197.5,-170 2197.5,-140 2028.5,-140"/>
<text text-anchor="start" x="2036.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2113" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClChannelShuffleWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node16 -->
<g id="edge18" class="edge">
<title>Node1&#45;&gt;Node16</title>
<path fill="none" stroke="midnightblue" d="M6293.53,-226.48C5744.43,-226.23 2626.63,-222.72 2207,-176 2194.98,-174.66 2182.23,-172.48 2170.12,-170.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.73,-229.98 6303.73,-226.49 6293.74,-222.98 6293.73,-229.98"/>
</g>
<!-- Node17 -->
<g id="node17" class="node">
<title>Node17</title>
<g id="a_node17"><a xlink:href="_cl_comparison_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2216,-140 2216,-170 2370,-170 2370,-140 2216,-140"/>
<text text-anchor="start" x="2224" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2293" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClComparisonWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node17 -->
<g id="edge19" class="edge">
<title>Node1&#45;&gt;Node17</title>
<path fill="none" stroke="midnightblue" d="M6293.56,-226.53C5757.81,-226.57 2780.02,-224.58 2379,-176 2368.04,-174.67 2356.45,-172.51 2345.44,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.9,-230.03 6303.9,-226.53 6293.9,-223.03 6293.9,-230.03"/>
</g>
<!-- Node18 -->
<g id="node18" class="node">
<title>Node18</title>
<g id="a_node18"><a xlink:href="_cl_concat_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2388,-140 2388,-170 2532,-170 2532,-140 2388,-140"/>
<text text-anchor="start" x="2396" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2460" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConcatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node18 -->
<g id="edge20" class="edge">
<title>Node1&#45;&gt;Node18</title>
<path fill="none" stroke="midnightblue" d="M6293.57,-226.55C5770.63,-226.7 2924.61,-225.22 2541,-176 2530.66,-174.67 2519.72,-172.51 2509.35,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.67,-230.05 6303.67,-226.54 6293.67,-223.05 6293.67,-230.05"/>
</g>
<!-- Node19 -->
<g id="node19" class="node">
<title>Node19</title>
<g id="a_node19"><a xlink:href="_cl_constant_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2550,-140 2550,-170 2694,-170 2694,-140 2550,-140"/>
<text text-anchor="start" x="2558" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2622" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConstantWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node19 -->
<g id="edge21" class="edge">
<title>Node1&#45;&gt;Node19</title>
<path fill="none" stroke="midnightblue" d="M6293.43,-226.5C5783.22,-226.32 3069.52,-223.14 2703,-176 2692.66,-174.67 2681.72,-172.51 2671.35,-170.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.65,-230 6303.65,-226.5 6293.65,-223 6293.65,-230"/>
</g>
<!-- Node20 -->
<g id="node20" class="node">
<title>Node20</title>
<g id="a_node20"><a xlink:href="_cl_convert_fp16_to_fp32_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2712,-140 2712,-170 2904,-170 2904,-140 2712,-140"/>
<text text-anchor="start" x="2720" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="2808" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvertFp16ToFp32Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node20 -->
<g id="edge22" class="edge">
<title>Node1&#45;&gt;Node20</title>
<path fill="none" stroke="midnightblue" d="M6293.51,-226.16C5801.01,-223.99 3258.51,-211.16 2913,-176 2899.71,-174.65 2885.59,-172.47 2872.15,-170.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.72,-229.66 6303.73,-226.2 6293.75,-222.66 6293.72,-229.66"/>
</g>
<!-- Node21 -->
<g id="node21" class="node">
<title>Node21</title>
<g id="a_node21"><a xlink:href="_cl_convert_fp32_to_fp16_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="2922,-140 2922,-170 3114,-170 3114,-140 2922,-140"/>
<text text-anchor="start" x="2930" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3018" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvertFp32ToFp16Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node21 -->
<g id="edge23" class="edge">
<title>Node1&#45;&gt;Node21</title>
<path fill="none" stroke="midnightblue" d="M6293.63,-226.07C5819.34,-223.5 3446.43,-209.06 3123,-176 3109.71,-174.64 3095.59,-172.46 3082.16,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.8,-229.57 6303.82,-226.13 6293.84,-222.57 6293.8,-229.57"/>
</g>
<!-- Node22 -->
<g id="node22" class="node">
<title>Node22</title>
<g id="a_node22"><a xlink:href="_cl_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3132,-140 3132,-170 3298,-170 3298,-140 3132,-140"/>
<text text-anchor="start" x="3140" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3215" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node22 -->
<g id="edge24" class="edge">
<title>Node1&#45;&gt;Node22</title>
<path fill="none" stroke="midnightblue" d="M6293.54,-226.12C5835.18,-223.86 3610.63,-211.15 3307,-176 3295.31,-174.65 3282.92,-172.47 3271.14,-170.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.7,-229.62 6303.72,-226.17 6293.74,-222.62 6293.7,-229.62"/>
</g>
<!-- Node23 -->
<g id="node23" class="node">
<title>Node23</title>
<g id="a_node23"><a xlink:href="_cl_convolution3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3316,-140 3316,-170 3482,-170 3482,-140 3316,-140"/>
<text text-anchor="start" x="3324" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3399" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClConvolution3dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node23 -->
<g id="edge25" class="edge">
<title>Node1&#45;&gt;Node23</title>
<path fill="none" stroke="midnightblue" d="M6293.56,-226.02C5851.9,-223.34 3775.34,-209.07 3491,-176 3479.31,-174.64 3466.92,-172.46 3455.14,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.66,-229.52 6303.68,-226.09 6293.7,-222.52 6293.66,-229.52"/>
</g>
<!-- Node24 -->
<g id="node24" class="node">
<title>Node24</title>
<g id="a_node24"><a xlink:href="_cl_depth_to_space_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3500,-140 3500,-170 3664,-170 3664,-140 3500,-140"/>
<text text-anchor="start" x="3508" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3582" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDepthToSpaceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node24 -->
<g id="edge26" class="edge">
<title>Node1&#45;&gt;Node24</title>
<path fill="none" stroke="midnightblue" d="M6293.66,-225.93C5869.25,-222.87 3938.28,-207.32 3673,-176 3661.43,-174.63 3649.18,-172.46 3637.53,-170.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.68,-229.43 6303.7,-226 6293.73,-222.43 6293.68,-229.43"/>
</g>
<!-- Node25 -->
<g id="node25" class="node">
<title>Node25</title>
<g id="a_node25"><a xlink:href="_cl_depthwise_convolution_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3682,-140 3682,-170 3888,-170 3888,-140 3682,-140"/>
<text text-anchor="start" x="3690" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3785" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDepthwiseConvolutionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node25 -->
<g id="edge27" class="edge">
<title>Node1&#45;&gt;Node25</title>
<path fill="none" stroke="midnightblue" d="M6293.7,-226.54C5919.75,-226.44 4378.35,-223.12 3898,-176 3883.82,-174.61 3868.75,-172.44 3854.39,-170.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.89,-230.04 6303.89,-226.54 6293.9,-223.04 6293.89,-230.04"/>
</g>
<!-- Node26 -->
<g id="node26" class="node">
<title>Node26</title>
<g id="a_node26"><a xlink:href="_cl_dequantize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="3906.5,-140 3906.5,-170 4057.5,-170 4057.5,-140 3906.5,-140"/>
<text text-anchor="start" x="3914.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="3982" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDequantizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node26 -->
<g id="edge28" class="edge">
<title>Node1&#45;&gt;Node26</title>
<path fill="none" stroke="midnightblue" d="M6293.48,-225.72C5907.67,-221.93 4290.94,-204.48 4067,-176 4056.17,-174.62 4044.71,-172.44 4033.83,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.69,-229.22 6303.73,-225.82 6293.76,-222.22 6293.69,-229.22"/>
</g>
<!-- Node27 -->
<g id="node27" class="node">
<title>Node27</title>
<g id="a_node27"><a xlink:href="_cl_division_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4076,-140 4076,-170 4220,-170 4220,-140 4076,-140"/>
<text text-anchor="start" x="4084" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4148" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClDivisionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node27 -->
<g id="edge29" class="edge">
<title>Node1&#45;&gt;Node27</title>
<path fill="none" stroke="midnightblue" d="M6293.89,-225.63C5925.72,-221.59 4436.04,-203.66 4229,-176 4218.66,-174.62 4207.73,-172.43 4197.36,-170"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.89,-229.13 6303.93,-225.74 6293.97,-222.13 6293.89,-229.13"/>
</g>
<!-- Node28 -->
<g id="node28" class="node">
<title>Node28</title>
<g id="a_node28"><a xlink:href="_cl_elementwise_binary_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4238,-140 4238,-170 4428,-170 4428,-140 4238,-140"/>
<text text-anchor="start" x="4246" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4333" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClElementwiseBinaryWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node28 -->
<g id="edge30" class="edge">
<title>Node1&#45;&gt;Node28</title>
<path fill="none" stroke="midnightblue" d="M6293.81,-226.16C5973.08,-224.53 4805.34,-215.94 4437,-176 4424.02,-174.59 4410.24,-172.43 4397.11,-170.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.94,-229.66 6303.96,-226.21 6293.97,-222.66 6293.94,-229.66"/>
</g>
<!-- Node29 -->
<g id="node29" class="node">
<title>Node29</title>
<g id="a_node29"><a xlink:href="_cl_exp_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4446,-140 4446,-170 4590,-170 4590,-140 4446,-140"/>
<text text-anchor="start" x="4454" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4518" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClExpWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node29 -->
<g id="edge31" class="edge">
<title>Node1&#45;&gt;Node29</title>
<path fill="none" stroke="midnightblue" d="M6293.85,-226.49C5990.38,-226.1 4932.94,-221.44 4599,-176 4588.81,-174.61 4578.04,-172.46 4567.8,-170.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.89,-229.99 6303.89,-226.5 6293.9,-222.99 6293.89,-229.99"/>
</g>
<!-- Node30 -->
<g id="node30" class="node">
<title>Node30</title>
<g id="a_node30"><a xlink:href="_cl_fill_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4608,-140 4608,-170 4752,-170 4752,-140 4608,-140"/>
<text text-anchor="start" x="4616" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4680" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClFillWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node30 -->
<g id="edge32" class="edge">
<title>Node1&#45;&gt;Node30</title>
<path fill="none" stroke="midnightblue" d="M6293.37,-226.18C6007.63,-224.73 5062.46,-216.89 4762,-176 4751.69,-174.6 4740.79,-172.43 4730.43,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.64,-229.68 6303.66,-226.23 6293.68,-222.68 6293.64,-229.68"/>
</g>
<!-- Node31 -->
<g id="node31" class="node">
<title>Node31</title>
<g id="a_node31"><a xlink:href="_cl_floor_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4770.5,-140 4770.5,-170 4915.5,-170 4915.5,-140 4770.5,-140"/>
<text text-anchor="start" x="4778.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="4843" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClFloorFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node31 -->
<g id="edge33" class="edge">
<title>Node1&#45;&gt;Node31</title>
<path fill="none" stroke="midnightblue" d="M6293.28,-225.84C6026.74,-223.38 5192.2,-212.84 4925,-176 4914.69,-174.58 4903.8,-172.41 4893.43,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.63,-229.35 6303.66,-225.94 6293.69,-222.35 6293.63,-229.35"/>
</g>
<!-- Node32 -->
<g id="node32" class="node">
<title>Node32</title>
<g id="a_node32"><a xlink:href="_cl_fully_connected_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="4934,-140 4934,-170 5104,-170 5104,-140 4934,-140"/>
<text text-anchor="start" x="4942" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5019" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClFullyConnectedWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node32 -->
<g id="edge34" class="edge">
<title>Node1&#45;&gt;Node32</title>
<path fill="none" stroke="midnightblue" d="M6293.83,-225.04C6051.56,-220.43 5342.68,-204.81 5113,-176 5101.41,-174.55 5089.13,-172.39 5077.41,-170.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.92,-228.54 6303.98,-225.23 6294.05,-221.54 6293.92,-228.54"/>
</g>
<!-- Node33 -->
<g id="node33" class="node">
<title>Node33</title>
<g id="a_node33"><a xlink:href="_cl_gather_nd_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5122,-140 5122,-170 5266,-170 5266,-140 5122,-140"/>
<text text-anchor="start" x="5130" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5194" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClGatherNdWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node33 -->
<g id="edge35" class="edge">
<title>Node1&#45;&gt;Node33</title>
<path fill="none" stroke="midnightblue" d="M6293.44,-224.81C6072.54,-219.96 5471.43,-204.47 5275,-176 5264.97,-174.55 5254.36,-172.39 5244.25,-170.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.59,-228.32 6303.67,-225.04 6293.75,-221.32 6293.59,-228.32"/>
</g>
<!-- Node34 -->
<g id="node34" class="node">
<title>Node34</title>
<g id="a_node34"><a xlink:href="_cl_gather_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5284,-140 5284,-170 5428,-170 5428,-140 5284,-140"/>
<text text-anchor="start" x="5292" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5356" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClGatherWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node34 -->
<g id="edge36" class="edge">
<title>Node1&#45;&gt;Node34</title>
<path fill="none" stroke="midnightblue" d="M6293.97,-227.26C6130.13,-227.64 5751.15,-222.8 5437,-176 5427.11,-174.53 5416.67,-172.4 5406.69,-170.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.98,-230.76 6303.97,-227.23 6293.96,-223.76 6293.98,-230.76"/>
</g>
<!-- Node35 -->
<g id="node35" class="node">
<title>Node35</title>
<g id="a_node35"><a xlink:href="_cl_instance_normalization_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5446,-140 5446,-170 5652,-170 5652,-140 5446,-140"/>
<text text-anchor="start" x="5454" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5549" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClInstanceNormalizationWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node35 -->
<g id="edge37" class="edge">
<title>Node1&#45;&gt;Node35</title>
<path fill="none" stroke="midnightblue" d="M6293.82,-223.53C6160.56,-218.09 5889.23,-204.36 5661,-176 5648.06,-174.39 5634.35,-172.28 5621.13,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.82,-227.04 6303.95,-223.94 6294.1,-220.04 6293.82,-227.04"/>
</g>
<!-- Node36 -->
<g id="node36" class="node">
<title>Node36</title>
<g id="a_node36"><a xlink:href="_cl_l2_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5670,-140 5670,-170 5870,-170 5870,-140 5670,-140"/>
<text text-anchor="start" x="5678" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5770" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClL2NormalizationFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node36 -->
<g id="edge38" class="edge">
<title>Node1&#45;&gt;Node36</title>
<path fill="none" stroke="midnightblue" d="M6293.72,-220.11C6195.13,-211.99 6025.06,-196.54 5880,-176 5867.89,-174.29 5855.08,-172.2 5842.65,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.66,-223.62 6303.91,-220.94 6294.23,-216.64 6293.66,-223.62"/>
</g>
<!-- Node37 -->
<g id="node37" class="node">
<title>Node37</title>
<g id="a_node37"><a xlink:href="_cl_logical_and_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="5888.5,-140 5888.5,-170 6037.5,-170 6037.5,-140 5888.5,-140"/>
<text text-anchor="start" x="5896.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="5963" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLogicalAndWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node37 -->
<g id="edge39" class="edge">
<title>Node1&#45;&gt;Node37</title>
<path fill="none" stroke="midnightblue" d="M6293.79,-215.77C6227.04,-206.61 6130.61,-192.34 6047,-176 6038.03,-174.25 6028.56,-172.19 6019.34,-170.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.44,-219.26 6303.83,-217.14 6294.39,-212.32 6293.44,-219.26"/>
</g>
<!-- Node38 -->
<g id="node38" class="node">
<title>Node38</title>
<g id="a_node38"><a xlink:href="_cl_logical_not_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6055.5,-140 6055.5,-170 6202.5,-170 6202.5,-140 6055.5,-140"/>
<text text-anchor="start" x="6063.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6129" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLogicalNotWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node38 -->
<g id="edge40" class="edge">
<title>Node1&#45;&gt;Node38</title>
<path fill="none" stroke="midnightblue" d="M6317.29,-209.74C6274.95,-197.66 6218.45,-181.53 6178.42,-170.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6316.33,-213.11 6326.91,-212.49 6318.25,-206.38 6316.33,-213.11"/>
</g>
<!-- Node39 -->
<g id="node39" class="node">
<title>Node39</title>
<g id="a_node39"><a xlink:href="_cl_logical_or_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6221,-140 6221,-170 6365,-170 6365,-140 6221,-140"/>
<text text-anchor="start" x="6229" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6293" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLogicalOrWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node39 -->
<g id="edge41" class="edge">
<title>Node1&#45;&gt;Node39</title>
<path fill="none" stroke="midnightblue" d="M6351.23,-205.46C6337.74,-194 6321.42,-180.14 6309.49,-170"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6349.32,-208.43 6359.2,-212.23 6353.85,-203.09 6349.32,-208.43"/>
</g>
<!-- Node40 -->
<g id="node40" class="node">
<title>Node40</title>
<g id="a_node40"><a xlink:href="_cl_log_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6383.5,-140 6383.5,-170 6536.5,-170 6536.5,-140 6383.5,-140"/>
<text text-anchor="start" x="6391.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6460" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLogSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node40 -->
<g id="edge42" class="edge">
<title>Node1&#45;&gt;Node40</title>
<path fill="none" stroke="midnightblue" d="M6400.68,-205.79C6414.41,-194.27 6431.13,-180.23 6443.31,-170"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6398.41,-203.12 6393,-212.23 6402.91,-208.49 6398.41,-203.12"/>
</g>
<!-- Node41 -->
<g id="node41" class="node">
<title>Node41</title>
<g id="a_node41"><a xlink:href="_cl_log_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6555,-140 6555,-170 6699,-170 6699,-140 6555,-140"/>
<text text-anchor="start" x="6563" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6627" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLogWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node41 -->
<g id="edge43" class="edge">
<title>Node1&#45;&gt;Node41</title>
<path fill="none" stroke="midnightblue" d="M6435.67,-209.74C6478.68,-197.66 6536.1,-181.53 6576.78,-170.11"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6434.57,-206.41 6425.89,-212.49 6436.46,-213.15 6434.57,-206.41"/>
</g>
<!-- Node42 -->
<g id="node42" class="node">
<title>Node42</title>
<g id="a_node42"><a xlink:href="_cl_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6717,-140 6717,-170 6861,-170 6861,-140 6717,-140"/>
<text text-anchor="start" x="6725" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6789" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClLstmFloatWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node42 -->
<g id="edge44" class="edge">
<title>Node1&#45;&gt;Node42</title>
<path fill="none" stroke="midnightblue" d="M6458.35,-216.1C6525.76,-207.08 6623.43,-192.84 6708,-176 6716.81,-174.25 6726.1,-172.17 6735.13,-170.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6457.67,-212.66 6448.22,-217.45 6458.59,-219.6 6457.67,-212.66"/>
</g>
<!-- Node43 -->
<g id="node43" class="node">
<title>Node43</title>
<g id="a_node43"><a xlink:href="_cl_maximum_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="6879.5,-140 6879.5,-170 7024.5,-170 7024.5,-140 6879.5,-140"/>
<text text-anchor="start" x="6887.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="6952" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMaximumWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node43 -->
<g id="edge45" class="edge">
<title>Node1&#45;&gt;Node43</title>
<path fill="none" stroke="midnightblue" d="M6458.18,-221.57C6556.6,-214.86 6726.2,-200.77 6870,-176 6879.39,-174.38 6889.29,-172.3 6898.85,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6457.75,-218.09 6448,-222.25 6458.22,-225.07 6457.75,-218.09"/>
</g>
<!-- Node44 -->
<g id="node44" class="node">
<title>Node44</title>
<g id="a_node44"><a xlink:href="_cl_mean_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7043,-140 7043,-170 7187,-170 7187,-140 7043,-140"/>
<text text-anchor="start" x="7051" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="7115" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMeanWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node44 -->
<g id="edge46" class="edge">
<title>Node1&#45;&gt;Node44</title>
<path fill="none" stroke="midnightblue" d="M6458.28,-224.55C6583.36,-220.61 6828.52,-209.02 7034,-176 7043.58,-174.46 7053.7,-172.36 7063.41,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6457.91,-221.06 6448.02,-224.87 6458.12,-228.06 6457.91,-221.06"/>
</g>
<!-- Node45 -->
<g id="node45" class="node">
<title>Node45</title>
<g id="a_node45"><a xlink:href="_cl_minimum_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7205,-140 7205,-170 7349,-170 7349,-140 7205,-140"/>
<text text-anchor="start" x="7213" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="7277" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMinimumWorkload.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="M6458.41,-226.33C6606.79,-224.93 6928.37,-216.94 7196,-176 7205.88,-174.49 7216.32,-172.34 7226.3,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458,-222.83 6448.03,-226.42 6458.06,-229.83 6458,-222.83"/>
</g>
<!-- Node46 -->
<g id="node46" class="node">
<title>Node46</title>
<g id="a_node46"><a xlink:href="_cl_multiplication_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7367,-140 7367,-170 7529,-170 7529,-140 7367,-140"/>
<text text-anchor="start" x="7375" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="7448" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClMultiplicationWorkload.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="M6458.23,-226.9C6627.47,-226.71 7026.66,-221.01 7358,-176 7368.94,-174.51 7380.53,-172.38 7391.61,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.15,-223.4 6448.15,-226.91 6458.15,-230.4 6458.15,-223.4"/>
</g>
<!-- Node47 -->
<g id="node47" class="node">
<title>Node47</title>
<g id="a_node47"><a xlink:href="_cl_neg_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7547,-140 7547,-170 7691,-170 7691,-140 7547,-140"/>
<text text-anchor="start" x="7555" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="7619" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClNegWorkload.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="M6458.28,-225.05C6687.34,-220.67 7329.22,-206.01 7538,-176 7548.04,-174.56 7558.64,-172.41 7568.75,-170.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6457.95,-221.55 6448.02,-225.24 6458.08,-228.55 6457.95,-221.55"/>
</g>
<!-- Node48 -->
<g id="node48" class="node">
<title>Node48</title>
<g id="a_node48"><a xlink:href="_cl_normalization_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7709.5,-140 7709.5,-170 7898.5,-170 7898.5,-140 7709.5,-140"/>
<text text-anchor="start" x="7717.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="7804" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClNormalizationFloatWorkload.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="M6458.21,-225C6708.31,-220.18 7457.69,-203.76 7700,-176 7712.79,-174.54 7726.36,-172.38 7739.33,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.03,-221.5 6448.1,-225.19 6458.16,-228.5 6458.03,-221.5"/>
</g>
<!-- Node49 -->
<g id="node49" class="node">
<title>Node49</title>
<g id="a_node49"><a xlink:href="_cl_pad_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="7917,-140 7917,-170 8061,-170 8061,-140 7917,-140"/>
<text text-anchor="start" x="7925" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="7989" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPadWorkload.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="M6458.6,-226.05C6734.73,-224.2 7624.32,-215.26 7908,-176 7918.19,-174.59 7928.95,-172.42 7939.2,-170.03"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.23,-222.55 6448.25,-226.12 6458.28,-229.55 6458.23,-222.55"/>
</g>
<!-- Node50 -->
<g id="node50" class="node">
<title>Node50</title>
<g id="a_node50"><a xlink:href="_cl_permute_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8079,-140 8079,-170 8223,-170 8223,-140 8079,-140"/>
<text text-anchor="start" x="8087" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="8151" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPermuteWorkload.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="M6458.22,-226.36C6752.57,-225.49 7753.09,-219.35 8070,-176 8080.19,-174.61 8090.96,-172.45 8101.2,-170.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.04,-222.86 6448.05,-226.39 6458.06,-229.86 6458.04,-222.86"/>
</g>
<!-- Node51 -->
<g id="node51" class="node">
<title>Node51</title>
<g id="a_node51"><a xlink:href="_cl_pooling2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8241,-140 8241,-170 8385,-170 8385,-140 8241,-140"/>
<text text-anchor="start" x="8249" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="8313" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPooling2dWorkload.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="M6458.34,-226.61C6770.62,-226.66 7881.91,-223.42 8232,-176 8242.19,-174.62 8252.96,-172.47 8263.2,-170.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.01,-223.11 6448.01,-226.61 6458.01,-230.11 6458.01,-223.11"/>
</g>
<!-- Node52 -->
<g id="node52" class="node">
<title>Node52</title>
<g id="a_node52"><a xlink:href="_cl_pooling3d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8403,-140 8403,-170 8547,-170 8547,-140 8403,-140"/>
<text text-anchor="start" x="8411" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="8475" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPooling3dWorkload.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="M6458.54,-226.82C6788.14,-227.73 8010.67,-227.5 8394,-176 8404.19,-174.63 8414.96,-172.48 8425.2,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.13,-223.32 6448.12,-226.79 6458.11,-230.32 6458.13,-223.32"/>
</g>
<!-- Node53 -->
<g id="node53" class="node">
<title>Node53</title>
<g id="a_node53"><a xlink:href="_cl_prelu_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8565,-140 8565,-170 8709,-170 8709,-140 8565,-140"/>
<text text-anchor="start" x="8573" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="8637" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClPreluWorkload.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="M6458.14,-225.66C6829.85,-221.73 8345.54,-204.07 8556,-176 8566.34,-174.62 8577.27,-172.44 8587.64,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6457.96,-222.16 6448,-225.77 6458.04,-229.16 6457.96,-222.16"/>
</g>
<!-- Node54 -->
<g id="node54" class="node">
<title>Node54</title>
<g id="a_node54"><a xlink:href="_cl_q_lstm_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8727,-140 8727,-170 8871,-170 8871,-140 8727,-140"/>
<text text-anchor="start" x="8735" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="8799" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClQLstmWorkload.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="M6458.13,-225.8C6846.65,-222.36 8490.72,-206.13 8718,-176 8728.34,-174.63 8739.27,-172.45 8749.64,-170.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.06,-222.3 6448.09,-225.89 6458.12,-229.3 6458.06,-222.3"/>
</g>
<!-- Node55 -->
<g id="node55" class="node">
<title>Node55</title>
<g id="a_node55"><a xlink:href="_cl_quantized_lstm_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="8889.5,-140 8889.5,-170 9058.5,-170 9058.5,-140 8889.5,-140"/>
<text text-anchor="start" x="8897.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="8974" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClQuantizedLstmWorkload.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="M6458.42,-225.77C6863.7,-222.04 8635.43,-204.23 8880,-176 8891.93,-174.62 8904.59,-172.44 8916.62,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.22,-222.27 6448.25,-225.86 6458.28,-229.27 6458.22,-222.27"/>
</g>
<!-- Node56 -->
<g id="node56" class="node">
<title>Node56</title>
<g id="a_node56"><a xlink:href="_cl_quantize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9077,-140 9077,-170 9221,-170 9221,-140 9077,-140"/>
<text text-anchor="start" x="9085" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="9149" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClQuantizeWorkload.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="M6458.02,-226.05C6880.78,-223.6 8804.22,-210.6 9068,-176 9078.34,-174.64 9089.27,-172.47 9099.64,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458,-222.55 6448.02,-226.11 6458.04,-229.55 6458,-222.55"/>
</g>
<!-- Node57 -->
<g id="node57" class="node">
<title>Node57</title>
<g id="a_node57"><a xlink:href="_cl_rank_workload_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="399,-140 399,-170 543,-170 543,-140 399,-140"/>
<text text-anchor="start" x="407" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="471" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClRankWorkload.hpp</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="M6293.76,-226.33C5607.43,-224.89 849.82,-213.53 552,-176 541.51,-174.68 530.41,-172.48 519.91,-170.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6293.8,-229.83 6303.8,-226.36 6293.81,-222.83 6293.8,-229.83"/>
</g>
<!-- Node58 -->
<g id="node58" class="node">
<title>Node58</title>
<g id="a_node58"><a xlink:href="_cl_reduce_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9239,-140 9239,-170 9383,-170 9383,-140 9239,-140"/>
<text text-anchor="start" x="9247" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="9311" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReduceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node58 -->
<g id="edge61" class="edge">
<title>Node1&#45;&gt;Node58</title>
<path fill="none" stroke="midnightblue" d="M6458.29,-226.14C6896.8,-224.11 8949.35,-212.66 9230,-176 9240.34,-174.65 9251.27,-172.48 9261.64,-170.05"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.22,-222.65 6448.23,-226.19 6458.25,-229.65 6458.22,-222.65"/>
</g>
<!-- Node59 -->
<g id="node59" class="node">
<title>Node59</title>
<g id="a_node59"><a xlink:href="_cl_reshape_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9401,-140 9401,-170 9545,-170 9545,-140 9401,-140"/>
<text text-anchor="start" x="9409" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="9473" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReshapeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node59 -->
<g id="edge62" class="edge">
<title>Node1&#45;&gt;Node59</title>
<path fill="none" stroke="midnightblue" d="M6458.15,-226.23C6911.13,-224.59 9094.37,-214.73 9392,-176 9402.34,-174.65 9413.27,-172.48 9423.65,-170.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.08,-222.73 6448.09,-226.27 6458.1,-229.73 6458.08,-222.73"/>
</g>
<!-- Node60 -->
<g id="node60" class="node">
<title>Node60</title>
<g id="a_node60"><a xlink:href="_cl_resize_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9563,-140 9563,-170 9707,-170 9707,-140 9563,-140"/>
<text text-anchor="start" x="9571" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="9635" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClResizeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node60 -->
<g id="edge63" class="edge">
<title>Node1&#45;&gt;Node60</title>
<path fill="none" stroke="midnightblue" d="M6458.38,-226.3C6926.27,-225.05 9239.45,-216.8 9554,-176 9564.34,-174.66 9575.27,-172.49 9585.65,-170.06"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.32,-222.8 6448.33,-226.33 6458.34,-229.8 6458.32,-222.8"/>
</g>
<!-- Node61 -->
<g id="node61" class="node">
<title>Node61</title>
<g id="a_node61"><a xlink:href="_cl_reverse_v2_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9725,-140 9725,-170 9873,-170 9873,-140 9725,-140"/>
<text text-anchor="start" x="9733" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="9799" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClReverseV2Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node61 -->
<g id="edge64" class="edge">
<title>Node1&#45;&gt;Node61</title>
<path fill="none" stroke="midnightblue" d="M6458.28,-226.35C6939.96,-225.3 9384.31,-217.94 9716,-176 9726.59,-174.66 9737.79,-172.49 9748.41,-170.07"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.27,-222.85 6448.28,-226.37 6458.29,-229.85 6458.27,-222.85"/>
</g>
<!-- Node62 -->
<g id="node62" class="node">
<title>Node62</title>
<g id="a_node62"><a xlink:href="_cl_rsqrt_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="9891,-140 9891,-170 10035,-170 10035,-140 9891,-140"/>
<text text-anchor="start" x="9899" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="9963" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClRsqrtWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node62 -->
<g id="edge65" class="edge">
<title>Node1&#45;&gt;Node62</title>
<path fill="none" stroke="midnightblue" d="M6458.34,-226.44C6954.19,-225.91 9533,-221 9882,-176 9892.34,-174.67 9903.28,-172.5 9913.65,-170.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.05,-222.94 6448.05,-226.45 6458.06,-229.94 6458.05,-222.94"/>
</g>
<!-- Node63 -->
<g id="node63" class="node">
<title>Node63</title>
<g id="a_node63"><a xlink:href="_cl_sin_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10053,-140 10053,-170 10197,-170 10197,-140 10053,-140"/>
<text text-anchor="start" x="10061" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="10125" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSinWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node63 -->
<g id="edge66" class="edge">
<title>Node1&#45;&gt;Node63</title>
<path fill="none" stroke="midnightblue" d="M6458.46,-226.49C6967.97,-226.3 9677.98,-223.08 10044,-176 10054.34,-174.67 10065.28,-172.51 10075.65,-170.08"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.25,-222.99 6448.25,-226.5 6458.25,-229.99 6458.25,-222.99"/>
</g>
<!-- Node64 -->
<g id="node64" class="node">
<title>Node64</title>
<g id="a_node64"><a xlink:href="_cl_slice_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10215,-140 10215,-170 10359,-170 10359,-140 10215,-140"/>
<text text-anchor="start" x="10223" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="10287" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSliceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node64 -->
<g id="edge67" class="edge">
<title>Node1&#45;&gt;Node64</title>
<path fill="none" stroke="midnightblue" d="M6458.33,-226.55C6980.58,-226.68 9822.89,-225.16 10206,-176 10216.34,-174.67 10227.28,-172.51 10237.65,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.24,-223.05 6448.24,-226.54 6458.24,-230.05 6458.24,-223.05"/>
</g>
<!-- Node65 -->
<g id="node65" class="node">
<title>Node65</title>
<g id="a_node65"><a xlink:href="_cl_softmax_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10377,-140 10377,-170 10521,-170 10521,-140 10377,-140"/>
<text text-anchor="start" x="10385" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="10449" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSoftmaxWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node65 -->
<g id="edge68" class="edge">
<title>Node1&#45;&gt;Node65</title>
<path fill="none" stroke="midnightblue" d="M6458.35,-226.59C6993.47,-227.05 9967.82,-227.24 10368,-176 10378.34,-174.68 10389.28,-172.51 10399.65,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.02,-223.09 6448.02,-226.58 6458.02,-230.09 6458.02,-223.09"/>
</g>
<!-- Node66 -->
<g id="node66" class="node">
<title>Node66</title>
<g id="a_node66"><a xlink:href="_cl_space_to_depth_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10539,-140 10539,-170 10703,-170 10703,-140 10539,-140"/>
<text text-anchor="start" x="10547" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="10621" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSpaceToDepthWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node66 -->
<g id="edge69" class="edge">
<title>Node1&#45;&gt;Node66</title>
<path fill="none" stroke="midnightblue" d="M6458.18,-226.51C7005.32,-226.45 10112.04,-223.96 10530,-176 10541.57,-174.67 10553.83,-172.51 10565.48,-170.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.01,-223.01 6448.01,-226.51 6458.01,-230.01 6458.01,-223.01"/>
</g>
<!-- Node67 -->
<g id="node67" class="node">
<title>Node67</title>
<g id="a_node67"><a xlink:href="_cl_splitter_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10721,-140 10721,-170 10865,-170 10865,-140 10721,-140"/>
<text text-anchor="start" x="10729" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="10793" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSplitterWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node67 -->
<g id="edge70" class="edge">
<title>Node1&#45;&gt;Node67</title>
<path fill="none" stroke="midnightblue" d="M6458.22,-226.68C7019.32,-227.78 10275.48,-231.68 10712,-176 10722.35,-174.68 10733.28,-172.52 10743.65,-170.1"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.19,-223.18 6448.19,-226.66 6458.18,-230.18 6458.19,-223.18"/>
</g>
<!-- Node68 -->
<g id="node68" class="node">
<title>Node68</title>
<g id="a_node68"><a xlink:href="_cl_sqrt_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="10883,-140 10883,-170 11027,-170 11027,-140 10883,-140"/>
<text text-anchor="start" x="10891" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="10955" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSqrtWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node68 -->
<g id="edge71" class="edge">
<title>Node1&#45;&gt;Node68</title>
<path fill="none" stroke="midnightblue" d="M6458.26,-226.12C7050.46,-223.29 10646.56,-204.96 10874,-176 10884.49,-174.66 10895.58,-172.46 10906.08,-170"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.08,-222.62 6448.1,-226.16 6458.12,-229.62 6458.08,-222.62"/>
</g>
<!-- Node69 -->
<g id="node69" class="node">
<title>Node69</title>
<g id="a_node69"><a xlink:href="_cl_stack_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11045,-140 11045,-170 11189,-170 11189,-140 11045,-140"/>
<text text-anchor="start" x="11053" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="11117" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClStackWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node69 -->
<g id="edge72" class="edge">
<title>Node1&#45;&gt;Node69</title>
<path fill="none" stroke="midnightblue" d="M6458.8,-226.15C7064.89,-223.5 10800.05,-206 11036,-176 11046.49,-174.67 11057.58,-172.47 11068.08,-170"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.4,-222.65 6448.41,-226.19 6458.43,-229.65 6458.4,-222.65"/>
</g>
<!-- Node70 -->
<g id="node70" class="node">
<title>Node70</title>
<g id="a_node70"><a xlink:href="_cl_strided_slice_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11207.5,-140 11207.5,-170 11360.5,-170 11360.5,-140 11207.5,-140"/>
<text text-anchor="start" x="11215.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="11284" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClStridedSliceWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node70 -->
<g id="edge73" class="edge">
<title>Node1&#45;&gt;Node70</title>
<path fill="none" stroke="midnightblue" d="M6458.26,-226.15C7074.64,-223.46 10953.2,-205.39 11198,-176 11209.11,-174.67 11220.88,-172.47 11232.02,-170"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.12,-222.65 6448.13,-226.19 6458.15,-229.65 6458.12,-222.65"/>
</g>
<!-- Node71 -->
<g id="node71" class="node">
<title>Node71</title>
<g id="a_node71"><a xlink:href="_cl_subtraction_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11378.5,-140 11378.5,-170 11529.5,-170 11529.5,-140 11378.5,-140"/>
<text text-anchor="start" x="11386.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="11454" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSubtractionWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node71 -->
<g id="edge74" class="edge">
<title>Node1&#45;&gt;Node71</title>
<path fill="none" stroke="midnightblue" d="M6458.69,-226.19C7088.97,-223.77 11116.21,-207.1 11370,-176 11380.86,-174.67 11392.36,-172.47 11403.25,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.32,-222.69 6448.34,-226.23 6458.35,-229.69 6458.32,-222.69"/>
</g>
<!-- Node72 -->
<g id="node72" class="node">
<title>Node72</title>
<g id="a_node72"><a xlink:href="_cl_tile_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11548,-140 11548,-170 11692,-170 11692,-140 11548,-140"/>
<text text-anchor="start" x="11556" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="11620" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClTileWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node72 -->
<g id="edge75" class="edge">
<title>Node1&#45;&gt;Node72</title>
<path fill="none" stroke="midnightblue" d="M6458.46,-226.24C7100.09,-224.14 11276.34,-209.25 11539,-176 11549.49,-174.67 11560.58,-172.48 11571.08,-170.01"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.36,-222.74 6448.38,-226.27 6458.39,-229.74 6458.36,-222.74"/>
</g>
<!-- Node73 -->
<g id="node73" class="node">
<title>Node73</title>
<g id="a_node73"><a xlink:href="_cl_transpose_convolution2d_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11710.5,-140 11710.5,-170 11925.5,-170 11925.5,-140 11710.5,-140"/>
<text text-anchor="start" x="11718.5" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="11818" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClTransposeConvolution2dWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node73 -->
<g id="edge76" class="edge">
<title>Node1&#45;&gt;Node73</title>
<path fill="none" stroke="midnightblue" d="M6458.64,-226.52C7091.33,-226.53 11157.76,-224.69 11701,-176 11715.88,-174.67 11731.72,-172.48 11746.77,-170.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.25,-223.02 6448.25,-226.51 6458.25,-230.02 6458.25,-223.02"/>
</g>
<!-- Node74 -->
<g id="node74" class="node">
<title>Node74</title>
<g id="a_node74"><a xlink:href="_cl_transpose_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="11944,-140 11944,-170 12088,-170 12088,-140 11944,-140"/>
<text text-anchor="start" x="11952" y="-158" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="12016" y="-147" font-family="Helvetica,sans-Serif" font-size="10.00">/ClTransposeWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node74 -->
<g id="edge77" class="edge">
<title>Node1&#45;&gt;Node74</title>
<path fill="none" stroke="midnightblue" d="M6458.39,-226.3C7127.35,-224.6 11651.29,-211.82 11935,-176 11945.49,-174.68 11956.58,-172.48 11967.09,-170.02"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.35,-222.8 6448.36,-226.32 6458.36,-229.8 6458.35,-222.8"/>
</g>
<!-- Node75 -->
<g id="node75" class="node">
<title>Node75</title>
<g id="a_node75"><a xlink:href="_cl_unidirectional_sequence_lstm_float_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="12106,-134.5 12106,-175.5 12300,-175.5 12300,-134.5 12106,-134.5"/>
<text text-anchor="start" x="12114" y="-163.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="start" x="12114" y="-152.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClUnidirectionalSequenceLstmFloat</text>
<text text-anchor="middle" x="12203" y="-141.5" font-family="Helvetica,sans-Serif" font-size="10.00">Workload.cpp</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node75 -->
<g id="edge78" class="edge">
<title>Node1&#45;&gt;Node75</title>
<path fill="none" stroke="midnightblue" d="M6458.49,-226.66C7117.1,-227.81 11511.98,-233.31 12097,-176 12099.89,-175.72 12102.82,-175.39 12105.77,-175.04"/>
<polygon fill="midnightblue" stroke="midnightblue" points="6458.16,-223.16 6448.15,-226.64 6458.14,-230.16 6458.16,-223.16"/>
</g>
<!-- Node3 -->
<g id="node3" class="node">
<title>Node3</title>
<g id="a_node3"><a xlink:href="_cl_layer_support_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="194,-73 194,-92 382,-92 382,-73 194,-73"/>
<text text-anchor="middle" x="288" y="-80" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/ClLayerSupport.cpp</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="M571.9,-137.97C565.17,-136.62 558.47,-135.28 552,-134 475.55,-118.89 386.5,-102 333.82,-92.09"/>
<polygon fill="midnightblue" stroke="midnightblue" points="571.25,-141.41 581.75,-139.96 572.64,-134.55 571.25,-141.41"/>
</g>
<!-- Node4 -->
<g id="node4" class="node">
<title>Node4</title>
<g id="a_node4"><a xlink:href="_cl_batch_to_space_nd_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="562,-67.5 562,-97.5 738,-97.5 738,-67.5 562,-67.5"/>
<text text-anchor="start" x="570" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="650" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClBatchToSpaceNdWorkload.cpp</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="M650,-129.73C650,-119.07 650,-106.91 650,-97.75"/>
<polygon fill="midnightblue" stroke="midnightblue" points="646.5,-129.73 650,-139.73 653.5,-129.73 646.5,-129.73"/>
</g>
<!-- Node5 -->
<g id="node5" class="node">
<title>Node5</title>
<g id="a_node5"><a xlink:href="_cl_workloads_8hpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="400,-67.5 400,-97.5 544,-97.5 544,-67.5 400,-67.5"/>
<text text-anchor="start" x="408" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="472" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClWorkloads.hpp</text>
</a>
</g>
</g>
<!-- Node2&#45;&gt;Node5 -->
<g id="edge4" class="edge">
<title>Node2&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M604.94,-136.15C574.74,-124.19 535.53,-108.66 507.53,-97.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="603.82,-139.47 614.41,-139.9 606.4,-132.97 603.82,-139.47"/>
</g>
<!-- Node5&#45;&gt;Node6 -->
<g id="edge5" class="edge">
<title>Node5&#45;&gt;Node6</title>
<path fill="none" stroke="midnightblue" d="M513.23,-63.27C536.64,-52.92 565.51,-40.15 587.17,-30.58"/>
<polygon fill="midnightblue" stroke="midnightblue" points="511.63,-60.15 503.9,-67.4 514.46,-66.55 511.63,-60.15"/>
</g>
<!-- Node7&#45;&gt;Node3 -->
<g id="edge7" class="edge">
<title>Node7&#45;&gt;Node3</title>
<path fill="none" stroke="midnightblue" d="M289.31,-129.59C288.94,-116.71 288.52,-101.7 288.25,-92.39"/>
<polygon fill="midnightblue" stroke="midnightblue" points="285.81,-129.84 289.6,-139.73 292.81,-129.64 285.81,-129.84"/>
</g>
<!-- Node7&#45;&gt;Node5 -->
<g id="edge9" class="edge">
<title>Node7&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M336.07,-136.15C366.95,-124.19 407.04,-108.66 435.67,-97.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="334.45,-133.03 326.39,-139.9 336.98,-139.55 334.45,-133.03"/>
</g>
<!-- Node8 -->
<g id="node8" class="node">
<title>Node8</title>
<g id="a_node8"><a xlink:href="_cl_space_to_batch_nd_workload_8cpp.html" target="_top" xlink:title=" ">
<polygon fill="white" stroke="black" points="0,-67.5 0,-97.5 176,-97.5 176,-67.5 0,-67.5"/>
<text text-anchor="start" x="8" y="-85.5" font-family="Helvetica,sans-Serif" font-size="10.00">src/backends/cl/workloads</text>
<text text-anchor="middle" x="88" y="-74.5" font-family="Helvetica,sans-Serif" font-size="10.00">/ClSpaceToBatchNdWorkload.cpp</text>
</a>
</g>
</g>
<!-- Node7&#45;&gt;Node8 -->
<g id="edge8" class="edge">
<title>Node7&#45;&gt;Node8</title>
<path fill="none" stroke="midnightblue" d="M239.76,-136.46C205.37,-124.46 160.37,-108.76 128.32,-97.57"/>
<polygon fill="midnightblue" stroke="midnightblue" points="239.01,-139.91 249.61,-139.9 241.32,-133.3 239.01,-139.91"/>
</g>
<!-- Node57&#45;&gt;Node5 -->
<g id="edge60" class="edge">
<title>Node57&#45;&gt;Node5</title>
<path fill="none" stroke="midnightblue" d="M471.34,-129.73C471.5,-119.07 471.67,-106.91 471.8,-97.75"/>
<polygon fill="midnightblue" stroke="midnightblue" points="467.84,-129.68 471.2,-139.73 474.84,-129.78 467.84,-129.68"/>
</g>
</g>
</svg>