Searched defs:ReplaceFst (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h31 // By default ReplaceFst will copy the input label of the 'replace arc'.
157 LOG(FATAL) << "ReplaceFst::AddFst input symbols of Fst " << i-1
161 LOG(FATAL) << "ReplaceFst::AddFst output symbols of Fst " << i-1
510 // \class ReplaceFst
514 // ReplaceFst supports dynamic replacement of arcs in one Fst with
515 // another Fst. This replacement is recursive. ReplaceFst can be used
521 // Fst. Currently the ReplaceFst uses the output symbols of the arcs
533 class ReplaceFst : public Fst<A> { class in namespace:fst
535 friend class ArcIterator< ReplaceFst<A> >;
536 friend class CacheStateIterator< ReplaceFst<
545 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, function in class:fst::ReplaceFst
549 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, function in class:fst::ReplaceFst
553 ReplaceFst(const ReplaceFst<A>& fst) : function in class:fst::ReplaceFst
[all...]
/external/openfst/src/include/fst/
H A Dreplace.h265 // By default ReplaceFst will copy the input label of the 'replace arc'.
409 // ReplaceFst is known to be kILabelSorted when all sub-FSTs are
417 // Similarly, the resulting ReplaceFst is known to be
631 // Warning: ArcIterator<ReplaceFst<A> >::InitCache()
917 // \class ReplaceFst
921 // ReplaceFst supports dynamic replacement of arcs in one Fst with
922 // another Fst. This replacement is recursive. ReplaceFst can be used
928 // Fst. Currently the ReplaceFst uses the output symbols of the arcs
939 // The ReplaceFst class supports an optionally caching arc iterator:
940 // ArcIterator< ReplaceFst<
955 class ReplaceFst : public ImplToFst< ReplaceFstImpl<A, T> > { class in namespace:fst
970 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, function in class:fst::ReplaceFst
974 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, function in class:fst::ReplaceFst
979 ReplaceFst(const ReplaceFst<A, T>& fst, bool safe = false) argument
1022 StateIterator(const ReplaceFst<A, T> &fst) argument
1056 ArcIterator(const ReplaceFst<A, T> &fst, StateId s) argument
1241 ReplaceFstMatcher(const ReplaceFst<A, T> &fst, fst::MatchType match_type) argument
[all...]

Completed in 138 milliseconds