Alexander Andreev
7cce100c92
C_API: Improve PreTransformIndex ( #1945 )
...
Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/1945
Reviewed By: beauby
Differential Revision: D29257935
Pulled By: mdouze
fbshipit-source-id: 1cf355389251646cdea5d1dff8e416506f92ea2a
2021-06-23 07:06:20 -07:00
Lucas Hosseini
e86bf8cae1
Enable clang-format + autofix.
...
Summary: Format whole codebase with clang-format.
Reviewed By: mdouze
Differential Revision: D22891341
fbshipit-source-id: 673032b2444d61026d1e2c3fa2c5659f178cf58b
2021-02-25 04:46:10 -08:00
glutamatt
ddd9c52f31
C API : ClusteringIterationStats integration ( #1140 )
...
Thanks for the fix @glutamatt and thanks for the review @Enet4 !
* C API : ClusteringIterationStats integration
* Update c_api/Clustering_c.h
Co-Authored-By: Eduardo Pinho <enet4mikeenet@gmail.com>
* Update c_api/Clustering_c.cpp
Co-Authored-By: Eduardo Pinho <enet4mikeenet@gmail.com>
* Update c_api/Clustering_c.cpp
Co-Authored-By: Eduardo Pinho <enet4mikeenet@gmail.com>
* Update c_api/Clustering_c.cpp
Co-Authored-By: Eduardo Pinho <enet4mikeenet@gmail.com>
* Add getter implementation
Co-authored-by: Eduardo Pinho <enet4mikeenet@gmail.com>
2020-03-12 23:22:39 +01:00
glutamatt
d278355b9c
Fix typo in Clustering_c.h ( #1084 )
2020-01-14 15:41:07 +01:00
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
Eduardo Pinho
de0541c365
Add C API ( #317 )
...
* Add C API
* Add installation instructions for the C API
2018-02-26 11:23:17 +01:00