Searched defs:new_const_data (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/ |
| D | weight_decoder.cc | 32 auto new_const_data = DequantData<int16_t, float>(input_tensor, preferred_dim); in DequantWeight() local 40 auto new_const_data = DequantData<int16_t, float16_t>(input_tensor, preferred_dim); in DequantWeight() local 51 auto new_const_data = DequantData<int8_t, float>(input_tensor, preferred_dim); in DequantWeight() local 59 auto new_const_data = DequantData<int8_t, float16_t>(input_tensor, preferred_dim); in DequantWeight() local 70 auto new_const_data = DequantData<int32_t, float>(input_tensor, preferred_dim); in DequantWeight() local
|