Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/zvec
/ set_min
Method
set_min
src/ailego/algorithm/integer_quantizer.h:71–73 ·
view source on GitHub ↗
Set quantization params min
Source
from the content-addressed store, hash-verified
69
70
//! Set quantization params min
71
void set_min(float val) {
72
min_ = val;
73
}
74
75
//! Set quantization params non bias
76
void set_non_bias(bool val) {
Callers
2
train
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64