Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/utils/
Dcommon_utils.cc43 absl::node_hash_map<std::string, int> vocab_index_map; in ReadIStreamLineSplits() local
45 ReadIStreamLineByLine(istream, [&vocab_index_map](const std::string& str) { in ReadIStreamLineSplits()
47 vocab_index_map[v[0]] = std::stoi(v[1]); in ReadIStreamLineSplits()
49 return vocab_index_map; in ReadIStreamLineSplits()
80 absl::node_hash_map<std::string, int> vocab_index_map; in LoadVocabAndIndexFromFile() local
89 absl::node_hash_map<std::string, int> vocab_index_map; in LoadVocabAndIndexFromBuffer() local