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

/external/openfst/src/include/fst/
H A Dreplace-util.h74 ReplaceUtil(const vector<const Fst<Arc> *> &fst_array,
239 const vector<const Fst<Arc> *> &fst_array,
244 nonterminal_array_(fst_array.size()),
249 for (Label i = 1; i < fst_array.size(); ++i)
250 fst_array_.push_back(fst_array[i]->Copy());
238 ReplaceUtil( const vector<const Fst<Arc> *> &fst_array, const NonTerminalHash &nonterminal_hash, Label root_fst, bool epsilon_on_replace) argument
H A Dreplace.h970 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
972 : ImplToFst<Impl>(new Impl(fst_array, ReplaceFstOptions<A, T>(root))) {}
974 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
976 : ImplToFst<Impl>(new Impl(fst_array, opts)) {}
1271 const vector<const Fst<A>*>& fst_array = impl_->fst_array_; local
1272 matcher_.resize(fst_array.size(), 0);
1273 for (size_t i = 0; i < fst_array.size(); ++i) {
1274 if (fst_array[i]) {
1276 new LocalMatcher(*fst_array[i], match_type_, kMultiEpsList);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h545 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
547 : impl_(new ReplaceFstImpl<A>(fst_array, ReplaceFstOptions(root))) {}
549 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
551 : impl_(new ReplaceFstImpl<A>(fst_array, opts)) {}

Completed in 53 milliseconds