Home
last modified time | relevance | path

Searched refs:DequantWeight (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/lite/src/
Dweight_decoder.cc191 int WeightDecoder::DequantWeight(lite::Tensor *input_tensor, bool channel_first, TypeId dst_data_ty… in DequantWeight() function in mindspore::lite::WeightDecoder
352 auto ret = WeightDecoder::DequantWeight(tensor, channel_first, dst_data_type); in DequantTensor()
Dweight_decoder.h230 …static int DequantWeight(lite::Tensor *input_tensor, bool channel_first, TypeId dst_data_type = kN…