Searched refs:encode_str (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/ |
D | huffman_encode.cc | 177 std::vector<std::string> encode_str = {"", "", ""}; in DoHuffmanCompress() local 181 encode_str[0] += std::to_string(iter->first) + " "; in DoHuffmanCompress() 182 encode_str[1] += iter->second + " "; in DoHuffmanCompress() 207 encode_str[2] += out_c; in DoHuffmanCompress() 211 huffman_encoded_str_ = encode_str[0] + "#" + encode_str[1] + "#" + encode_str[2]; in DoHuffmanCompress()
|
/third_party/mindspore/mindspore/lite/src/ |
D | weight_decoder.cc | 255 std::string encode_str(data, src_tensor.data()->size()); in DecodeHuffmanCode() local 265 ret = HuffmanDecode::DoHuffmanDecode(encode_str, dst_data, dst_tensor->Size()); in DecodeHuffmanCode()
|
/third_party/harfbuzz/src/ |
D | hb-subset-cff-common.hh | 714 if (unlikely (!encode_str (parsed_charstrings[i], fd, buffArray[i]))) in encode_charstrings() 731 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs() 913 bool encode_str (const parsed_cs_str_t &str, const unsigned int fd, str_buff_t &buff) const in encode_str() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-cff-common.hh | 760 if (unlikely (!encode_str (parsed_charstrings[i], fd, buffArray[i]))) in encode_charstrings() 777 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs() 959 bool encode_str (const parsed_cs_str_t &str, const unsigned int fd, str_buff_t &buff) const in encode_str() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-subset-cff-common.hh | 717 if (unlikely (!encode_str (parsed_charstrings[i], fd, buffArray[i]))) in encode_charstrings() 734 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs() 916 bool encode_str (const parsed_cs_str_t &str, const unsigned int fd, str_buff_t &buff) const in encode_str() function
|