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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h83 // Abstract base for the implementation of delayed ComposeFst. The
114 LOG(FATAL) << "ComposeFst: output symbol table of 1st argument "
265 // (i.e. states of the ComposeFst). Main optimization: due to the
356 LOG(FATAL) << "ComposeFst: 1st argument not output label "
365 LOG(FATAL) << "ComposeFst: 2nd argument not input label "
377 << "ComposeFst: More than one special symbol used in composition";
403 LOG(FATAL) << "ComposeFst: 1st argument not output label sorted "
667 // - ComposeFst does not trim its output (since it is a delayed operation).
678 class ComposeFst : public Fst<A> { class in namespace:fst
680 friend class ArcIterator< ComposeFst<
689 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2) function in class:fst::ComposeFst
693 ComposeFst(const Fst<A> &fst1, function in class:fst::ComposeFst
698 ComposeFst(const ComposeFst<A> &fst) : Fst<A>(fst), impl_(fst.impl_) { function in class:fst::ComposeFst
[all...]
/external/openfst/src/include/fst/
H A Dcompose.h43 // objects; in that case, ComposeFst takes their ownership. This
72 // objects; in that case, ComposeFst takes their ownership. This
126 VLOG(2) << "ComposeFst(" << this << "): Begin";
130 FSTERROR() << "ComposeFst: output symbol table of 1st argument "
236 VLOG(2) << "ComposeFst(" << this
402 VLOG(2) << "ComposeFst(" << this << "): Match type: "
415 VLOG(2) << "ComposeFst(" << this << "): Initialized";
425 FSTERROR() << "ComposeFst: only one argument can require matching.";
429 FSTERROR() << "ComposeFst: 1st argument requires matching but cannot.";
435 FSTERROR() << "ComposeFst
502 class ComposeFst : public ImplToFst< ComposeFstImplBase<A> > { class in namespace:fst
516 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, function in class:fst::ComposeFst
524 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, function in class:fst::ComposeFst
534 ComposeFst(const typename M1::FST &fst1, const typename M2::FST &fst2, function in class:fst::ComposeFst
539 ComposeFst(const ComposeFst<A> &fst, bool safe = false) { function in class:fst::ComposeFst
558 ComposeFst() {} function in class:fst::ComposeFst
[all...]

Completed in 93 milliseconds