Home
last modified time | relevance | path

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

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