Skip to content

Commit 1d6db93

Browse files
generatedunixname89002005325676facebook-github-bot
generatedunixname89002005325676
authored andcommitted
Daily arc lint --take CLANGFORMAT
Reviewed By: h-friederich Differential Revision: D48948669 fbshipit-source-id: b3029b6b61a74a19b28a33cf5e9297f5b81dbe39
1 parent 9dc75d0 commit 1d6db93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

faiss/impl/AdditiveQuantizer.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ struct AdditiveQuantizer : Quantizer {
5050
uint64_t encode_norm(float norm) const;
5151

5252
/// encode norm by non-uniform scalar quantization
53-
uint32_t encode_qcint(
54-
float x) const;
53+
uint32_t encode_qcint(float x) const;
5554

5655
/// decode norm by non-uniform scalar quantization
57-
float decode_qcint(uint32_t c)
58-
const;
56+
float decode_qcint(uint32_t c) const;
5957

6058
/// Encodes how search is performed and how vectors are encoded
6159
enum Search_type_t {

0 commit comments

Comments
 (0)