Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dmixed_bit_weight_quantizer.cc41 std::vector<float> dequant_datas(numel); in MeasureQuantizationError() local
/third_party/mindspore/mindspore/lite/src/
Dweight_decoder.h149 DT *dequant_datas = static_cast<DT *>(malloc(input_tensor->ElementsNum() * sizeof(DT))); variable