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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h546 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
548 : impl_(new ReplaceFstImpl<A>(fst_array, ReplaceFstOptions(root))) {}
550 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, argument
552 : impl_(new ReplaceFstImpl<A>(fst_array, opts)) {}

Completed in 11 milliseconds