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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h365 class DecodeFst : public MapFst<A, A, EncodeMapper<A> > { class in namespace:fst
370 DecodeFst(const Fst<A> &fst, const EncodeMapper<A>& encoder) function in class:fst::DecodeFst
375 DecodeFst(const EncodeFst<A> &fst) function in class:fst::DecodeFst
378 virtual DecodeFst<A> *Copy() const { return new DecodeFst(*this); }
402 // Specialization for DecodeFst.
404 class StateIterator< DecodeFst<A> >
407 explicit StateIterator(const DecodeFst<A> &fst)
412 // Specialization for DecodeFst.
414 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 1028 milliseconds