Daily `arc lint --take CLANGFORMAT`

Reviewed By: 0x1eaf

Differential Revision: D43344501

fbshipit-source-id: 0adb4b573057a751057821af645b7802e29c06cd
pull/2712/head
generatedunixname89002005325676 2023-02-16 03:06:35 -08:00 committed by Facebook GitHub Bot
parent 0519c048c2
commit fb88ea3976
2 changed files with 0 additions and 2 deletions

View File

@ -275,5 +275,4 @@ void IndexShardsTemplate<IndexT>::search(
template struct IndexShardsTemplate<Index>;
template struct IndexShardsTemplate<IndexBinary>;
} // namespace faiss

View File

@ -117,7 +117,6 @@ class GpuIndexIVF : public GpuIndex, public IndexIVFInterface {
const IVFSearchParameters* params = nullptr,
IndexIVFStats* stats = nullptr) const override;
protected:
/// From either the current set nprobe or the SearchParameters if available,
/// return the nprobe that we should use for the current search