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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h364 class DecodeFst : public MapFst<A, A, EncodeMapper<A> > { class in namespace:fst
369 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) function in class:fst::DecodeFst
374 DecodeFst(const EncodeFst<A> &fst) function in class:fst::DecodeFst
377 virtual DecodeFst<A> *Copy() const { return new DecodeFst(*this); }
401 // Specialization for DecodeFst.
403 class StateIterator< DecodeFst<A> >
406 explicit StateIterator(const DecodeFst<A> &fst)
411 // Specialization for DecodeFst.
413 class ArcIterator< DecodeFst<
[all...]
/external/openfst/src/include/fst/
H A Dencode.h526 class DecodeFst : public ArcMapFst<A, A, EncodeMapper<A> > { class in namespace:fst
533 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) function in class:fst::DecodeFst
542 DecodeFst(const DecodeFst<A> &fst, bool safe = false) function in class:fst::DecodeFst
545 // Get a copy of this DecodeFst. See Fst<>::Copy() for further doc.
546 virtual DecodeFst<A> *Copy(bool safe = false) const {
547 return new DecodeFst(*this, safe);
572 // Specialization for DecodeFst.
574 class StateIterator< DecodeFst<A> >
577 explicit StateIterator(const DecodeFst<
[all...]
/external/openfst/src/test/
H A Dalgo_test.h424 DecodeFst<Arc> D(Encoded, encoder);

Completed in 331 milliseconds