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

/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h266 size_t root_first_child_; member in class:fst::NGramFstImpl
551 root_first_child_ = context_index_.Select0(node_rank) + 1;
552 if (context_index_.Get(root_first_child_) == false) {
558 root_num_children_ = last_child - root_first_child_ + 1;
559 root_children_ = context_words_ + context_index_.Rank1(root_first_child_);
571 size_t node = root_first_child_ + loc - children;
605 size_t node = root_first_child_ + loc - children;

Completed in 72 milliseconds