Searched refs:vocab_trie_ (Results 1 – 2 of 2) sorted by relevance
56 vocab_trie_(std::move(vocab_trie)), in VocabLevelTable()63 if (vocab_trie_->lookup(agent)) { in Lookup()
51 const std::unique_ptr<marisa::Trie> vocab_trie_; variable