We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arc lint --take CLANGFORMAT
1 parent 9dc75d0 commit 1d6db93Copy full SHA for 1d6db93
faiss/impl/AdditiveQuantizer.h
@@ -50,12 +50,10 @@ struct AdditiveQuantizer : Quantizer {
50
uint64_t encode_norm(float norm) const;
51
52
/// encode norm by non-uniform scalar quantization
53
- uint32_t encode_qcint(
54
- float x) const;
+ uint32_t encode_qcint(float x) const;
55
56
/// decode norm by non-uniform scalar quantization
57
- float decode_qcint(uint32_t c)
58
- const;
+ float decode_qcint(uint32_t c) const;
59
60
/// Encodes how search is performed and how vectors are encoded
61
enum Search_type_t {
0 commit comments