forked from facebookresearch/faiss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read/write index with std::function wrapper (facebookresearch#427)
* add access function to IndexIVF; * - access for IndexIVF; - write_index/read_index with std::function<...>; * - fix test compile on mac; - adjust write/read with std::function; * replace std::function with IOReader/IOWriter; * remove IndexIVF::access // tmp * PFN_WRITE/READ => WRITE; * revert mac compile fix; * rename; * fix compile; * reset CMakeList; * format; remove unused function/header;
- Loading branch information
Showing
3 changed files
with
108 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters