Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Ddata_distribution.cc83 …bution::HandleBinForKL(int quant_bint_nums, int bin_index, std::vector<float> *quantized_histogram, in HandleBinForKL()
163 std::vector<float> quantized_histogram(INT8_MAX + 1, 0); in ComputeThreshold() local