MCPcopy 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

trainMethod · 0.80
decodeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64