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

/external/openfst/src/include/fst/
H A Dcompact-fst.h43 // CompactFst default caching behaviour is to do no caching. Most
367 LOG(ERROR) << "CompactFst::Read: Alignment failed: " << opts.source;
375 LOG(ERROR) << "CompactFst::Read: Read failed: " << opts.source;
390 LOG(ERROR) << "CompactFst::Read: Alignment failed: " << opts.source;
396 LOG(ERROR) << "CompactFst::Read: Read failed: " << opts.source;
408 LOG(ERROR) << "CompactFst::Write: Alignment failed: " << opts.source;
415 LOG(ERROR) << "CompactFst::Write: Alignment failed: " << opts.source;
423 LOG(ERROR) << "CompactFst::Write: Write failed: " << opts.source;
429 template <class A, class C, class U> class CompactFst;
432 // Implementation class for CompactFst, whic
784 class CompactFst : public ImplToExpandedFst< CompactFstImpl<A, C, U> > { class in namespace:fst
796 CompactFst() : ImplToExpandedFst<Impl>(new Impl()) {} function in class:fst::CompactFst
798 explicit CompactFst(const Fst<A> &fst, const C &compactor = C(), function in class:fst::CompactFst
802 CompactFst(const Fst<A> &fst, C *compactor, function in class:fst::CompactFst
826 explicit CompactFst(const Iterator &begin, const Iterator &end, function in class:fst::CompactFst
832 CompactFst(const Iterator &begin, const Iterator &end, function in class:fst::CompactFst
837 CompactFst(const CompactFst<A, C, U> &fst, bool safe = false) argument
884 CompactFst(Impl *impl) : ImplToExpandedFst<Impl>(impl) {} function in class:fst::CompactFst
905 StateIterator(const CompactFst<A, C, U> &fst) argument
931 ArcIterator(const CompactFst<A, C, U> &fst, StateId s) argument
[all...]

Completed in 71 milliseconds