File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -18,35 +18,3 @@ Total euclidean time: 11.486 sec<br />
1818Total HNSW time: 0.417 sec<br />
1919Total cosine similarity time: 11.966 sec<br />
2020Total cosine similarity with normalization time: 5.251 sec<br />
21-
22-
23- # FILE STRUCTURE
24-
25- Approximate Nearest Neighbours/<br />
26- │<br />
27- ├── CPU/<br />
28- │ ├── computations.h<br />
29- │ <br />
30- │<br />
31- ├── GPU/<br />
32- │ ├── header1.h<br />
33- │ └── header2.h<br />
34- │<br />
35- ├── hnsw_implementation/<br />
36- │ ├── hnsw_py.cpp<br />
37- │ ├── hnsw.cpp<br />
38- │ └── hnsw.h<br />
39- │<br />
40- ├── sample_inputs/<br />
41- │ ├── compile_generator.sh<br />
42- │ └── input_generator.cc<br />
43- │<br />
44- ├── sample_outputs/<br />
45- │ <br />
46- ├── compile.sh<br />
47- │<br />
48- ├── main.cpp<br />
49- │<br />
50- ├── run.sh<br />
51- │<br />
52- └── README.md<br />
You can’t perform that action at this time.
0 commit comments