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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreplace.h32 // By default ReplaceFst will copy the input label of the 'replace arc'.
158 LOG(FATAL) << "ReplaceFst::AddFst input symbols of Fst " << i-1
162 LOG(FATAL) << "ReplaceFst::AddFst output symbols of Fst " << i-1
511 // \class ReplaceFst
515 // ReplaceFst supports dynamic replacement of arcs in one Fst with
516 // another Fst. This replacement is recursive. ReplaceFst can be used
522 // Fst. Currently the ReplaceFst uses the output symbols of the arcs
534 class ReplaceFst : public Fst<A> { class in namespace:fst
536 friend class ArcIterator< ReplaceFst<A> >;
537 friend class CacheStateIterator< ReplaceFst<
546 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, function in class:fst::ReplaceFst
550 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, function in class:fst::ReplaceFst
554 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 22 milliseconds