Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dreplace-util.h74 ReplaceUtil(const vector<const Fst<Arc> *> &fst_array,
239 const vector<const Fst<Arc> *> &fst_array, in ReplaceUtil() argument
244 nonterminal_array_(fst_array.size()), in ReplaceUtil()
249 for (Label i = 1; i < fst_array.size(); ++i) in ReplaceUtil()
250 fst_array_.push_back(fst_array[i]->Copy()); in ReplaceUtil()
Dreplace.h970 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, in ReplaceFst() argument
972 : ImplToFst<Impl>(new Impl(fst_array, ReplaceFstOptions<A, T>(root))) {} in ReplaceFst()
974 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, in ReplaceFst() argument
976 : ImplToFst<Impl>(new Impl(fst_array, opts)) {} in ReplaceFst()
1271 const vector<const Fst<A>*>& fst_array = impl_->fst_array_; in InitMatchers() local
1272 matcher_.resize(fst_array.size(), 0); in InitMatchers()
1273 for (size_t i = 0; i < fst_array.size(); ++i) { in InitMatchers()
1274 if (fst_array[i]) { in InitMatchers()
1276 new LocalMatcher(*fst_array[i], match_type_, kMultiEpsList); in InitMatchers()