MCPcopy Create free account
hub / github.com/alibaba/zvec / set_non_bias

Method set_non_bias

src/ailego/algorithm/integer_quantizer.h:76–78  ·  view source on GitHub ↗

Set quantization params non bias

Source from the content-addressed store, hash-verified

74
75 //! Set quantization params non bias
76 void set_non_bias(bool val) {
77 non_bias_ = val;
78 }
79
80 //! Get histogram bins in train
81 size_t histogram_bins(void) const {

Callers 2

initMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64