HomeSort by relevance Sort by last modified time
    Searched full:root_label_ (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/include/fst/
replace-util.h 176 Label root_label_; // root non-terminal member in class:fst::ReplaceUtil
195 : root_label_(root_label),
210 root_fst_ = nonterminal_hash_[root_label_];
212 FSTERROR() << "ReplaceUtil: no root FST for label: " << root_label_;
219 : root_label_(root_label),
234 FSTERROR() << "ReplaceUtil: no root FST for label: " << root_label_;
254 root_label_ = nonterminal_array_[root_fst_];
428 if (labels[i] != root_label_) // can't replace root

Completed in 36 milliseconds