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

/external/openfst/src/include/fst/
H A Dinvert.h77 class InvertFst : public ArcMapFst<A, A, InvertMapper<A> > { class in namespace:fst
84 explicit InvertFst(const Fst<A> &fst) : ArcMapFst<A, A, C>(fst, C()) { function in class:fst::InvertFst
90 InvertFst(const InvertFst<A> &fst, bool safe = false) function in class:fst::InvertFst
93 // Get a copy of this InvertFst. See Fst<>::Copy() for further doc.
94 virtual InvertFst<A> *Copy(bool safe = false) const {
95 return new InvertFst(*this, safe);
100 // Specialization for InvertFst.
102 class StateIterator< InvertFst<A> >
105 explicit StateIterator(const InvertFst<
[all...]

Completed in 91 milliseconds