Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dweight_decoder.cc202 auto new_const_data = DequantData<int16_t, float>(input_tensor, channel_first); in DequantWeight() local
209 auto new_const_data = DequantData<int16_t, float16_t>(input_tensor, channel_first); in DequantWeight() local
219 auto new_const_data = DequantData<int8_t, float>(input_tensor, channel_first); in DequantWeight() local
226 auto new_const_data = DequantData<int8_t, float16_t>(input_tensor, channel_first); in DequantWeight() local