Daily `arc lint --take CLANGFORMAT`
Reviewed By: 0x1eaf Differential Revision: D43344501 fbshipit-source-id: 0adb4b573057a751057821af645b7802e29c06cdpull/2712/head
parent
0519c048c2
commit
fb88ea3976
|
@ -275,5 +275,4 @@ void IndexShardsTemplate<IndexT>::search(
|
|||
template struct IndexShardsTemplate<Index>;
|
||||
template struct IndexShardsTemplate<IndexBinary>;
|
||||
|
||||
|
||||
} // namespace faiss
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue