Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dreplace-util.h132 void GetMutableFstPairs(vector<MutableFstPair> *mutable_fst_pairs);
536 vector<MutableFstPair> *mutable_fst_pairs) { in GetMutableFstPairs() argument
538 mutable_fst_pairs->clear(); in GetMutableFstPairs()
544 mutable_fst_pairs->push_back(make_pair(label, fst->Copy())); in GetMutableFstPairs()