You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain Faiss algorithms maintain internal statistics during the search or other functions. It helps if these statistics can be visible in outside world. For example, one could add extra pointer-based fields SearchParameters-derived classes that would be populated in a corresponding ::search() methods.
Summary
Certain Faiss algorithms maintain internal statistics during the search or other functions. It helps if these statistics can be visible in outside world. For example, one could add extra pointer-based fields
SearchParameters
-derived classes that would be populated in a corresponding::search()
methods.Such as
Faiss version:
master branch
Installed from:
Faiss compilation options:
The text was updated successfully, but these errors were encountered: