faiss
faiss copied to clipboard
minor refactors to move logic near to the places where it's required.
Summary: Minor refactors:
- move
nminus1calculation in IVF to debug block (removes redundant calculation whenverboseis not set) -
decode_listnoin IVFPQ only when encoding isby_residual - use ternary (
?) to avoid if/else block.
Differential Revision: D61283444
This pull request was exported from Phabricator. Differential Revision: D61283444
This pull request was exported from Phabricator. Differential Revision: D61283444
Closing as stale