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

Method threshold

src/ailego/algorithm/binary_quantizer.h:53–55  ·  view source on GitHub ↗

Get quantization threshold

Source from the content-addressed store, hash-verified

51
52 //! Get quantization threshold
53 float threshold(void) const {
54 return threshold_;
55 }
56
57 private:
58 //! Disable them

Callers 15

topk_to_single_resultMethod · 0.45
topk_to_group_resultMethod · 0.45
set_topkMethod · 0.45
reset_resultsMethod · 0.45
topk_to_resultMethod · 0.45
topk_to_single_resultMethod · 0.45
topk_to_group_resultMethod · 0.45
topk_to_single_resultMethod · 0.45
topk_to_group_resultMethod · 0.45
topk_to_resultMethod · 0.45
topk_to_group_resultMethod · 0.45
reset_resultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected