Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ bias
Method
bias
src/ailego/algorithm/integer_quantizer.h:91–93 ·
view source on GitHub ↗
Get quantization params bias
Source
from the content-addressed store, hash-verified
89
90
//! Get quantization params bias
91
float bias(void) const {
92
return bias_;
93
}
94
95
//! Get quantization params max
96
float max(void) const {
Callers
3
train
Method · 0.80
decode
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64