Searched defs:CompactFst (Results 1 - 1 of 1) sorted by relevance
/external/openfst/src/include/fst/ |
H A D | compact-fst.h | 44 // CompactFst default caching behaviour is to do no caching. Most 373 LOG(ERROR) << "CompactFst::Read: Alignment failed: " << opts.source; 380 LOG(ERROR) << "CompactFst::Read: Read failed: " << opts.source; 393 LOG(ERROR) << "CompactFst::Read: Alignment failed: " << opts.source; 400 LOG(ERROR) << "CompactFst::Read: Read failed: " << opts.source; 414 LOG(ERROR) << "CompactFst::Write: Alignment failed: " << opts.source; 421 LOG(ERROR) << "CompactFst::Write: Alignment failed: " << opts.source; 429 LOG(ERROR) << "CompactFst::Write: Write failed: " << opts.source; 435 template <class A, class C, class U> class CompactFst; 438 // Implementation class for CompactFst, whic 795 class CompactFst : public ImplToExpandedFst< CompactFstImpl<A, C, U> > { class in namespace:fst 807 CompactFst() : ImplToExpandedFst<Impl>(new Impl()) {} function in class:fst::CompactFst 809 explicit CompactFst(const Fst<A> &fst, const C &compactor = C(), function in class:fst::CompactFst 813 CompactFst(const Fst<A> &fst, C *compactor, function in class:fst::CompactFst 837 explicit CompactFst(const Iterator &begin, const Iterator &end, function in class:fst::CompactFst 843 CompactFst(const Iterator &begin, const Iterator &end, function in class:fst::CompactFst 848 CompactFst(const CompactFst<A, C, U> &fst, bool safe = false) argument 899 CompactFst(Impl *impl) : ImplToExpandedFst<Impl>(impl) {} function in class:fst::CompactFst 909 GetImplIfCompactFst(const CompactFst<A, C, U> &compact_fst) argument 1036 StateIterator(const CompactFst<A, C, U> &fst) argument 1062 ArcIterator(const CompactFst<A, C, U> &fst, StateId s) argument [all...] |
Completed in 90 milliseconds