Searched refs:context_words_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h221 inst->context_.push_back(context_words_[context_index_.Rank1(node)]);
269 const Label *context_words_, *future_words_; member in class:fst::NGramFstImpl
535 context_words_ = reinterpret_cast<const Label*>(data_ + offset);
536 offset += (num_states_ + 1) * sizeof(*context_words_);
559 root_children_ = context_words_ + context_index_.Rank1(root_first_child_);
579 children = context_words_ + context_index_.Rank1(first_child);
614 children = context_words_ + context_index_.Rank1(first_child);

Completed in 264 milliseconds