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

Method set_max

src/ailego/algorithm/integer_quantizer.h:66–68  ·  view source on GitHub ↗

Set quantization params max

Source from the content-addressed store, hash-verified

64
65 //! Set quantization params max
66 void set_max(float val) {
67 max_ = val;
68 }
69
70 //! Set quantization params min
71 void set_min(float val) {

Callers 2

trainMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64