Searched defs:fst_pairs (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dreplace-util.h66 ReplaceUtil(const vector<MutableFstPair> &fst_pairs,
70 ReplaceUtil(const vector<FstPair> &fst_pairs,
129 void GetFstPairs(vector<FstPair> *fst_pairs);
193 const vector<MutableFstPair> &fst_pairs,
202 for (Label i = 0; i < fst_pairs.size(); ++i) {
203 Label label = fst_pairs[i].first;
204 MutableFst<Arc> *fst = fst_pairs[i].second;
217 const vector<FstPair> &fst_pairs,
225 for (Label i = 0; i < fst_pairs.size(); ++i) {
226 Label label = fst_pairs[
192 ReplaceUtil( const vector<MutableFstPair> &fst_pairs, Label root_label, bool epsilon_on_replace) argument
216 ReplaceUtil( const vector<FstPair> &fst_pairs, Label root_label, bool epsilon_on_replace) argument
457 vector<FstPair> fst_pairs; local
522 GetFstPairs(vector<FstPair> *fst_pairs) argument
[all...]

Completed in 63 milliseconds