Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ threshold
Method
threshold
src/ailego/algorithm/binary_quantizer.h:53–55 ·
view source on GitHub ↗
Get quantization threshold
Source
from the content-addressed store, hash-verified
51
52
//! Get quantization threshold
53
float threshold(void) const {
54
return threshold_;
55
}
56
57
private:
58
//! Disable them
Callers
15
topk_to_single_result
Method · 0.45
topk_to_group_result
Method · 0.45
set_topk
Method · 0.45
reset_results
Method · 0.45
topk_to_result
Method · 0.45
topk_to_single_result
Method · 0.45
topk_to_group_result
Method · 0.45
topk_to_single_result
Method · 0.45
topk_to_group_result
Method · 0.45
topk_to_result
Method · 0.45
topk_to_group_result
Method · 0.45
reset_results
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected