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

/external/openfst/src/include/fst/
H A Dreplace-util.h181 vector<Label> nonterminal_array_; // Fst ID to non-terminal member in class:fst::ReplaceUtil
201 nonterminal_array_.push_back(kNoLabel);
206 nonterminal_array_.push_back(label);
224 nonterminal_array_.push_back(kNoLabel);
229 nonterminal_array_.push_back(label);
244 nonterminal_array_(fst_array.size()),
253 nonterminal_array_[it->second] = it->first;
254 root_label_ = nonterminal_array_[root_fst_];
439 Label label = nonterminal_array_[arc.nextstate];
462 Label label = nonterminal_array_[ar
[all...]

Completed in 70 milliseconds