Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
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, in ReplaceUtil() argument
202 for (Label i = 0; i < fst_pairs.size(); ++i) { in ReplaceUtil()
203 Label label = fst_pairs[i].first; in ReplaceUtil()
204 MutableFst<Arc> *fst = fst_pairs[i].second; in ReplaceUtil()
217 const vector<FstPair> &fst_pairs, in ReplaceUtil() argument
225 for (Label i = 0; i < fst_pairs.size(); ++i) { in ReplaceUtil()
226 Label label = fst_pairs[i].first; in ReplaceUtil()
[all …]