faiss/c_api
Eduardo Pinho 2bfbead8f1 [C API] Update for compatibility with v1.5 (#858)
* [c_api] Update impl and interface for v1.5

- move IndexShards to dedicated module IndexShards_c.{h|cpp}
- remove getter/setters to unreachable fields
- reimplement faiss_IndexIVF_imbalance_factor (to use invlists)
- minor IndexIVF documentation tweaks
- Remove QueryResult, provide RangeQueryResult

* [c_api] Document FaissErrorCode

* [c_api] Update GPU impl and interface for v1.5

- Remove unavailable method setTempMemoryFraction

* [c_api] Relicense to MIT

In accordance to the rest of the project
2019-06-12 15:46:08 +02:00
..
gpu [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
AutoTune_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
AutoTune_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
AuxIndexStructures_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
AuxIndexStructures_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Clustering_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Clustering_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
INSTALL.md Add C API (#317) 2018-02-26 11:23:17 +01:00
IndexFlat_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexFlat_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexIVFFlat_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexIVFFlat_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexIVF_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexIVF_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexLSH_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexLSH_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexShards_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
IndexShards_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Index_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Index_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
Makefile [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
MetaIndexes_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
MetaIndexes_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
error_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
error_impl.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
error_impl.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
example_c.c [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
faiss_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
index_io_c.cpp [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
index_io_c.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00
macros_impl.h [C API] Update for compatibility with v1.5 (#858) 2019-06-12 15:46:08 +02:00