Home
last modified time | relevance | path

Searched defs:quantized_histogram (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfull_quant_quantizer.cc183 …rgInfo::HandleBinForKL(int quant_bint_nums, int bin_index, std::vector<float> *quantized_histogram, in HandleBinForKL()
267 std::vector<float> quantized_histogram(INT8_MAX + 1, 0); in ComputeThreshold() local