-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
151 lines (102 loc) · 4.49 KB
/
hie.yaml
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
cradle:
stack:
- path: "./src"
component: "tensor-right:lib"
- path: "./rules/add/Main.hs"
component: "tensor-right:exe:rules-add"
- path: "./rules/add/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-add"
- path: "./rules/broadcast/Main.hs"
component: "tensor-right:exe:rules-broadcast"
- path: "./rules/broadcast/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-broadcast"
- path: "./rules/clamp/Main.hs"
component: "tensor-right:exe:rules-clamp"
- path: "./rules/clamp/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-clamp"
- path: "./rules/compare/Main.hs"
component: "tensor-right:exe:rules-compare"
- path: "./rules/compare/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-compare"
- path: "./rules/concat/Main.hs"
component: "tensor-right:exe:rules-concat"
- path: "./rules/concat/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-concat"
- path: "./rules/conv/Main.hs"
component: "tensor-right:exe:rules-conv"
- path: "./rules/conv/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-conv"
- path: "./rules/debug/Main.hs"
component: "tensor-right:exe:rules-debug"
- path: "./rules/debug/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-debug"
- path: "./rules/divmod/Main.hs"
component: "tensor-right:exe:rules-divmod"
- path: "./rules/divmod/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-divmod"
- path: "./rules/dot/Main.hs"
component: "tensor-right:exe:rules-dot"
- path: "./rules/dot/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-dot"
- path: "./rules/dyslice/Main.hs"
component: "tensor-right:exe:rules-dyslice"
- path: "./rules/dyslice/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-dyslice"
- path: "./rules/dyupslice/Main.hs"
component: "tensor-right:exe:rules-dyupslice"
- path: "./rules/dyupslice/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-dyupslice"
- path: "./rules/generalize/Main.hs"
component: "tensor-right:exe:rules-generalize"
- path: "./rules/generalize/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-generalize"
- path: "./rules/iota/Main.hs"
component: "tensor-right:exe:rules-iota"
- path: "./rules/iota/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-iota"
- path: "./rules/logical/Main.hs"
component: "tensor-right:exe:rules-logical"
- path: "./rules/logical/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-logical"
- path: "./rules/max/Main.hs"
component: "tensor-right:exe:rules-max"
- path: "./rules/max/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-max"
- path: "./rules/mul/Main.hs"
component: "tensor-right:exe:rules-mul"
- path: "./rules/mul/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-mul"
- path: "./rules/not/Main.hs"
component: "tensor-right:exe:rules-not"
- path: "./rules/not/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-not"
- path: "./rules/pad/Main.hs"
component: "tensor-right:exe:rules-pad"
- path: "./rules/pad/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-pad"
- path: "./rules/reduce/Main.hs"
component: "tensor-right:exe:rules-reduce"
- path: "./rules/reduce/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-reduce"
- path: "./rules/relabel/Main.hs"
component: "tensor-right:exe:rules-relabel"
- path: "./rules/relabel/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-relabel"
- path: "./rules/reverse/Main.hs"
component: "tensor-right:exe:rules-reverse"
- path: "./rules/reverse/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-reverse"
- path: "./rules/select/Main.hs"
component: "tensor-right:exe:rules-select"
- path: "./rules/select/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-select"
- path: "./rules/slice/Main.hs"
component: "tensor-right:exe:rules-slice"
- path: "./rules/slice/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-slice"
- path: "./rules/sub/Main.hs"
component: "tensor-right:exe:rules-sub"
- path: "./rules/sub/Paths_tensor_right.hs"
component: "tensor-right:exe:rules-sub"
- path: "./test"
component: "tensor-right:test:spec"