faiss icon indicating copy to clipboard operation
faiss copied to clipboard

minor refactors to move logic near to the places where it's required.

Open pankajsingh88 opened this issue 1 year ago • 2 comments

Summary: Minor refactors:

  • move nminus1 calculation in IVF to debug block (removes redundant calculation when verbose is not set)
  • decode_listno in IVFPQ only when encoding is by_residual
  • use ternary (?) to avoid if/else block.

Differential Revision: D61283444

pankajsingh88 avatar Aug 14 '24 18:08 pankajsingh88

This pull request was exported from Phabricator. Differential Revision: D61283444

facebook-github-bot avatar Aug 14 '24 18:08 facebook-github-bot

This pull request was exported from Phabricator. Differential Revision: D61283444

facebook-github-bot avatar Aug 14 '24 18:08 facebook-github-bot

Closing as stale

asadoughi avatar Oct 02 '24 21:10 asadoughi