-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (146 loc) · 8.1 KB
/
index.html
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
<!doctype html>
<html>
<head>
<title>stdml</title>
</head>
<body>
<section>
<h2>stdml - The Standard Template Library (STL) for machine learning</h2>
</section>
<section>
<h3>[early draft]</h3>
</section>
<section>
<h3>Core</h3>
<ul>
<li>
<a href="https://github.com/lgarithm/stdtensor">stdtensor</a>
<ul>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/algorithm" target="_blank"><ttl/algorithm></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/cuda_tensor" target="_blank"><ttl/cuda_tensor></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/device" target="_blank"><ttl/device></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/flat_shape" target="_blank"><ttl/flat_shape></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/range" target="_blank"><ttl/range></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/shape" target="_blank"><ttl/shape></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/tensor" target="_blank"><ttl/tensor></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/type" target="_blank"><ttl/type></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/experimental/copy" target="_blank"><ttl/experimental/copy></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/experimental/flat_tensor" target="_blank"><ttl/experimental/flat_tensor></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/experimental/operators" target="_blank"><ttl/experimental/operators></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/experimental/raw_tensor" target="_blank"><ttl/experimental/raw_tensor></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/experimental/zip" target="_blank"><ttl/experimental/zip></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/mixed_tensor_buffer" target="_blank"><ttl/mixed_tensor_buffer></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtensor/tree/master/include/ttl/tensor_buffer" target="_blank"><ttl/tensor_buffer></a>
</li>
</ul>
</li>
<li>
<a href="https://github.com/lgarithm/stdnn-ops">stdnn-ops</a>
<ul>
<li>
<a href="https://github.com/lgarithm/stdnn-ops/tree/master/include/ttl/nn/ops" target="_blank"><ttl/nn/ops></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdnn-ops/tree/master/include/ttl/nn/layers" target="_blank"><ttl/nn/layers></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdnn-ops/tree/master/include/ttl/nn/models" target="_blank"><ttl/nn/models></a>
</li>
</ul>
</li>
<li>
<a href="https://github.com/lgarithm/stdnn-ops-cuda">stdnn-ops-cuda</a>
</li>
<li>
<a href="https://github.com/lgarithm/nn-graph-experimental">nn-graph-experimental</a>
<ul>
<li>
<a href="https://github.com/lgarithm/nn-graph-experimental/tree/draft/include/ttl/nn/computation_graph" target="_blank"><ttl/nn/computation_graph></a>
</li>
<li>
<a href="https://github.com/lgarithm/nn-graph-experimental/tree/draft/include/ttl/nn/graph/builder" target="_blank"><ttl/nn/graph/builder></a>
</li>
<li>
<a href="https://github.com/lgarithm/nn-graph-experimental/tree/draft/include/ttl/nn/graph/layers" target="_blank"><ttl/nn/graph/layers></a>
</li>
</ul>
</li>
</ul>
<h3>Learning</h3>
<ul>
<li>
<span>stdml-experimental</span>
<ul>
<li>
<a href="https://github.com/lgarithm/stdml-experimental/tree/draft/include/stdml/control" target="_blank"><stdml/control></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdml-experimental/tree/draft/include/stdml/dataset" target="_blank"><stdml/dataset></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdml-experimental/tree/draft/include/stdml/evaluate" target="_blank"><stdml/evaluate></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdml-experimental/tree/draft/include/stdml/models" target="_blank"><stdml/models></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdml-experimental/tree/draft/include/stdml/train" target="_blank"><stdml/train></a>
</li>
</ul>
</li>
</ul>
<h3>Utilities</h3>
<ul>
<li>
<a href="https://github.com/lgarithm/stdtracer">stdtracer</a>
<ul>
<li>
<a href="https://github.com/lgarithm/stdtracer/tree/master/include/tracer/cuda" target="_blank"><tracer/cuda></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtracer/tree/master/include/tracer/simple" target="_blank"><tracer/simple></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtracer/tree/master/include/tracer/stack" target="_blank"><tracer/stack></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtracer/tree/master/include/tracer/thread" target="_blank"><tracer/thread></a>
</li>
<li>
<a href="https://github.com/lgarithm/stdtracer/tree/master/include/tracer/disable" target="_blank"><tracer/disable></a>
</li>
</ul>
</li>
</ul>
</section>
</body>
</html>