forked from microsoft/SPTAG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SPTAG.nuspec
86 lines (86 loc) · 8.27 KB
/
SPTAG.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>SPTAG.Library</id>
<version>1.2.12-mainOPQ-CoreLib-SPANN-c6a30481-vc140</version>
<title>SPTAG.Library</title>
<authors>cheqi,haidwa,mingqli</authors>
<owners>cheqi,haidwa,mingqli,zhah</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/microsoft/SPTAG</licenseUrl>
<projectUrl>https://github.com/microsoft/SPTAG</projectUrl>
<description>SPTAG (Space Partition Tree And Graph) is a library for large scale vector approximate nearest neighbor search scenario released by Microsoft Research (MSR) and Microsoft Bing.</description>
<releaseNotes>publish with commit microsoft/legacy-avx512/c6a30481</releaseNotes>
<copyright>Copyright © Microsoft</copyright>
</metadata>
<files>
<file src="AnnService\inc\Core\BKT\Index.h" target="build\native\inc\Core\BKT\Index.h" />
<file src="AnnService\inc\Core\BKT\ParameterDefinitionList.h" target="build\native\inc\Core\BKT\ParameterDefinitionList.h" />
<file src="AnnService\inc\Core\Common\cuda\Distance.hxx" target="build\native\inc\Core\Common\cuda\Distance.hxx" />
<file src="AnnService\inc\Core\Common\cuda\Kmeans.hxx" target="build\native\inc\Core\Common\cuda\Kmeans.hxx" />
<file src="AnnService\inc\Core\Common\cuda\KNN.hxx" target="build\native\inc\Core\Common\cuda\KNN.hxx" />
<file src="AnnService\inc\Core\Common\cuda\params.h" target="build\native\inc\Core\Common\cuda\params.h" />
<file src="AnnService\inc\Core\Common\cuda\Refine.hxx" target="build\native\inc\Core\Common\cuda\Refine.hxx" />
<file src="AnnService\inc\Core\Common\cuda\TailNeighbors.hxx" target="build\native\inc\Core\Common\cuda\TailNeighbors.hxx" />
<file src="AnnService\inc\Core\Common\cuda\ThreadHeap.hxx" target="build\native\inc\Core\Common\cuda\ThreadHeap.hxx" />
<file src="AnnService\inc\Core\Common\cuda\TPtree.hxx" target="build\native\inc\Core\Common\cuda\TPtree.hxx" />
<file src="AnnService\inc\Core\Common\BKTree.h" target="build\native\inc\Core\Common\BKTree.h" />
<file src="AnnService\inc\Core\Common\CommonUtils.h" target="build\native\inc\Core\Common\CommonUtils.h" />
<file src="AnnService\inc\Core\Common\Dataset.h" target="build\native\inc\Core\Common\Dataset.h" />
<file src="AnnService\inc\Core\Common\DistanceUtils.h" target="build\native\inc\Core\Common\DistanceUtils.h" />
<file src="AnnService\inc\Core\Common\SIMDUtils.h" target="build\native\inc\Core\Common\SIMDUtils.h" />
<file src="AnnService\inc\Core\Common\FineGrainedLock.h" target="build\native\inc\Core\Common\FineGrainedLock.h" />
<file src="AnnService\inc\Core\Common\Heap.h" target="build\native\inc\Core\Common\Heap.h" />
<file src="AnnService\inc\Core\Common\InstructionUtils.h" target="build\native\inc\Core\Common\InstructionUtils.h" />
<file src="AnnService\inc\Core\Common\IQuantizer.h" target="build\native\inc\Core\Common\IQuantizer.h" />
<file src="AnnService\inc\Core\Common\KDTree.h" target="build\native\inc\Core\Common\KDTree.h" />
<file src="AnnService\inc\Core\Common\KNearestNeighborhoodGraph.h" target="build\native\inc\Core\Common\KNearestNeighborhoodGraph.h" />
<file src="AnnService\inc\Core\Common\Labelset.h" target="build\native\inc\Core\Common\Labelset.h" />
<file src="AnnService\inc\Core\Common\NeighborhoodGraph.h" target="build\native\inc\Core\Common\NeighborhoodGraph.h" />
<file src="AnnService\inc\Core\Common\OPQQuantizer.h" target="build\native\inc\Core\Common\OPQQuantizer.h" />
<file src="AnnService\inc\Core\Common\PQQuantizer.h" target="build\native\inc\Core\Common\PQQuantizer.h" />
<file src="AnnService\inc\Core\Common\QueryResultSet.h" target="build\native\inc\Core\Common\QueryResultSet.h" />
<file src="AnnService\inc\Core\Common\RelativeNeighborhoodGraph.h" target="build\native\inc\Core\Common\RelativeNeighborhoodGraph.h" />
<file src="AnnService\inc\Core\Common\TruthSet.h" target="build\native\inc\Core\Common\TruthSet.h" />
<file src="AnnService\inc\Core\Common\WorkSpace.h" target="build\native\inc\Core\Common\WorkSpace.h" />
<file src="AnnService\inc\Core\Common\WorkSpacePool.h" target="build\native\inc\Core\Common\WorkSpacePool.h" />
<file src="AnnService\inc\Core\KDT\Index.h" target="build\native\inc\Core\KDT\Index.h" />
<file src="AnnService\inc\Core\KDT\ParameterDefinitionList.h" target="build\native\inc\Core\KDT\ParameterDefinitionList.h" />
<file src="AnnService\inc\Core\SPANN\ExtraFullGraphSearcher.h" target="build\native\inc\Core\SPANN\ExtraFullGraphSearcher.h" />
<file src="AnnService\inc\Core\SPANN\IExtraSearcher.h" target="build\native\inc\Core\SPANN\IExtraSearcher.h" />
<file src="AnnService\inc\Core\SPANN\Index.h" target="build\native\inc\Core\SPANN\Index.h" />
<file src="AnnService\inc\Core\SPANN\Compressor.h" target="build\native\inc\Core\SPANN\Compressor.h" />
<file src="AnnService\inc\Core\SPANN\Options.h" target="build\native\inc\Core\SPANN\Options.h" />
<file src="AnnService\inc\Core\SPANN\ParameterDefinitionList.h" target="build\native\inc\Core\SPANN\ParameterDefinitionList.h" />
<file src="AnnService\inc\Core\Common.h" target="build\native\inc\Core\Common.h" />
<file src="AnnService\inc\Core\CommonDataStructure.h" target="build\native\inc\Core\CommonDataStructure.h" />
<file src="AnnService\inc\Core\DefinitionList.h" target="build\native\inc\Core\DefinitionList.h" />
<file src="AnnService\inc\Core\MetadataSet.h" target="build\native\inc\Core\MetadataSet.h" />
<file src="AnnService\inc\Core\SearchQuery.h" target="build\native\inc\Core\SearchQuery.h" />
<file src="AnnService\inc\Core\SearchResult.h" target="build\native\inc\Core\SearchResult.h" />
<file src="AnnService\inc\Core\VectorIndex.h" target="build\native\inc\Core\VectorIndex.h" />
<file src="AnnService\inc\Core\VectorSet.h" target="build\native\inc\Core\VectorSet.h" />
<file src="AnnService\inc\Helper\VectorSetReaders\DefaultReader.h" target="build\native\inc\Helper\VectorSetReaders\DefaultReader.h" />
<file src="AnnService\inc\Helper\VectorSetReaders\MemoryReader.h" target="build\native\inc\Helper\VectorSetReaders\MemoryReader.h" />
<file src="AnnService\inc\Helper\VectorSetReaders\TxtReader.h" target="build\native\inc\Helper\VectorSetReaders\TxtReader.h" />
<file src="AnnService\inc\Helper\VectorSetReaders\XvecReader.h" target="build\native\inc\Helper\VectorSetReaders\XvecReader.h" />
<file src="AnnService\inc\Helper\ArgumentsParser.h" target="build\native\inc\Helper\ArgumentsParser.h" />
<file src="AnnService\inc\Helper\AsyncFileReader.h" target="build\native\inc\Helper\AsyncFileReader.h" />
<file src="AnnService\inc\Helper\Base64Encode.h" target="build\native\inc\Helper\Base64Encode.h" />
<file src="AnnService\inc\Helper\CommonHelper.h" target="build\native\inc\Helper\CommonHelper.h" />
<file src="AnnService\inc\Helper\Concurrent.h" target="build\native\inc\Helper\Concurrent.h" />
<file src="AnnService\inc\Helper\ConcurrentSet.h" target="build\native\inc\Helper\ConcurrentSet.h" />
<file src="AnnService\inc\Helper\DiskIO.h" target="build\native\inc\Helper\DiskIO.h" />
<file src="AnnService\inc\Helper\DynamicNeighbors.h" target="build\native\inc\Helper\DynamicNeighbors.h" />
<file src="AnnService\inc\Helper\LockFree.h" target="build\native\inc\Helper\LockFree.h" />
<file src="AnnService\inc\Helper\Logging.h" target="build\native\inc\Helper\Logging.h" />
<file src="AnnService\inc\Helper\SimpleIniReader.h" target="build\native\inc\Helper\SimpleIniReader.h" />
<file src="AnnService\inc\Helper\StringConvert.h" target="build\native\inc\Helper\StringConvert.h" />
<file src="AnnService\inc\Helper\ThreadPool.h" target="build\native\inc\Helper\ThreadPool.h" />
<file src="AnnService\inc\Helper\VectorSetReader.h" target="build\native\inc\Helper\VectorSetReader.h" />
<file src="x64\Debug\CoreLibrary.lib" target="lib\native\debug\x64\CoreLibrary.lib" />
<file src="x64\Debug\CoreLibrary.pdb" target="lib\native\debug\x64\CoreLibrary.pdb" />
<file src="x64\Release\CoreLibrary.lib" target="lib\native\retail\x64\CoreLibrary.lib" />
<file src="obj\x64_Release\CoreLibrary\CoreLibrary.pdb" target="lib\native\retail\x64\CoreLibrary.pdb" />
</files>
</package>