MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / Lut

Method Lut

include/rabitqlib/index/lut.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25 public:
26 explicit Lut() = default;
27 explicit Lut(const T* rotated_query, size_t padded_dim, bool use_hacc = false)
28 : table_length_(padded_dim << 2)
29 , lut_(table_length_ * (static_cast<int>(use_hacc) + 1)) {

Callers

nothing calls this directly

Calls 5

pack_lutFunction · 0.85
data_rangeFunction · 0.85
scalar_quantizeFunction · 0.85
transfer_lut_haccFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected