Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/
Dquant_utils.cc168 …WeightQuantBias(const float *raw_datas, size_t elem_count, const std::vector<float> &dequant_datas, in CalWeightQuantBias()
237 …antBiasPerLayer(const float *raw_datas, size_t elem_count, const std::vector<float> &dequant_datas, in CalWeightQuantBiasPerLayer()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dweight_decoder.h145 DT *dequant_datas = static_cast<DT *>(malloc(input_tensor_element_num * sizeof(DT))); in DequantPerLayerData() local
185 DT *dequant_datas = static_cast<DT *>(malloc(input_tensor_element_num * sizeof(DT))); in DequantPerChannelData() local