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

/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h269 const Label *context_words_, *future_words_; member in class:fst::NGramFstImpl
537 future_words_ = reinterpret_cast<const Label*>(data_ + offset);
538 offset += num_futures_ * sizeof(*future_words_);
816 const Label *start = fst_.GetImpl()->future_words_ + inst_.offset_;
882 arc_.olabel = eps ? 0 : impl_->future_words_[inst_.offset_ + state];
896 impl_->future_words_[inst_.offset_ + state]);

Completed in 54 milliseconds