Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: h-friederich

Differential Revision: D48948669

fbshipit-source-id: b3029b6b61a74a19b28a33cf5e9297f5b81dbe39
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed Sep 4, 2023
1 parent 9dc75d0 commit 1d6db93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions faiss/impl/AdditiveQuantizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ struct AdditiveQuantizer : Quantizer {
uint64_t encode_norm(float norm) const;

/// encode norm by non-uniform scalar quantization
uint32_t encode_qcint(
float x) const;
uint32_t encode_qcint(float x) const;

/// decode norm by non-uniform scalar quantization
float decode_qcint(uint32_t c)
const;
float decode_qcint(uint32_t c) const;

/// Encodes how search is performed and how vectors are encoded
enum Search_type_t {
Expand Down

0 comments on commit 1d6db93

Please sign in to comment.