Searched refs:vocab_index_map (Results 1 – 1 of 1) sorted by relevance
43 absl::node_hash_map<std::string, int> vocab_index_map; in ReadIStreamLineSplits() local45 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() local89 absl::node_hash_map<std::string, int> vocab_index_map; in LoadVocabAndIndexFromBuffer() local