Searched refs:index_token_map_ (Results 1 – 2 of 2) sorted by relevance
51 buildIndexTokenMap(token_index_map_, &index_token_map_);60 buildIndexTokenMap(token_index_map_, &index_token_map_);102 auto it = index_token_map_.find(vocab_id); in LookupWord()103 if (it == index_token_map_.end()) { in LookupWord()
51 absl::node_hash_map<int, absl::string_view> index_token_map_; variable