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

/external/openfst/src/include/fst/
H A Dreplace-util.h177 Label root_fst_; // root Fst ID member in class:fst::ReplaceUtil
210 root_fst_ = nonterminal_hash_[root_label_];
211 if (!root_fst_)
232 root_fst_ = nonterminal_hash_[root_label];
233 if (!root_fst_)
242 : root_fst_(root_fst),
254 root_label_ = nonterminal_array_[root_fst_];
276 depfst_.SetStart(root_fst_);
325 if (j == root_fst_) // can't replace root

Completed in 66 milliseconds