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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h84 // Abstract base for the implementation of delayed ComposeFst. The
115 LOG(FATAL) << "ComposeFst: output symbol table of 1st argument "
268 // (i.e. states of the ComposeFst). Main optimization: due to the
359 LOG(FATAL) << "ComposeFst: 1st argument not output label "
368 LOG(FATAL) << "ComposeFst: 2nd argument not input label "
380 << "ComposeFst: More than one special symbol used in composition";
406 LOG(FATAL) << "ComposeFst: 1st argument not output label sorted "
670 // - ComposeFst does not trim its output (since it is a delayed operation).
681 class ComposeFst : public Fst<A> { class in namespace:fst
683 friend class ArcIterator< ComposeFst<
692 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2) function in class:fst::ComposeFst
696 ComposeFst(const Fst<A> &fst1, function in class:fst::ComposeFst
701 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
401 FSTERROR() << "ComposeFst: 1st argument cannot match on output labels "
412 VLOG(2) << "ComposeFst(" << this << "): Initialized";
436 // - ComposeFst does not trim its output (since it is a delayed operation).
450 class ComposeFst : public ImplToFst< ComposeFstImplBase<A> > { class in namespace:fst
452 friend class ArcIterator< ComposeFst<
464 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, function in class:fst::ComposeFst
472 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, function in class:fst::ComposeFst
482 ComposeFst(const typename M1::FST &fst1, const typename M2::FST &fst2, function in class:fst::ComposeFst
487 ComposeFst(const ComposeFst<A> &fst, bool safe = false) { function in class:fst::ComposeFst
506 ComposeFst() {} function in class:fst::ComposeFst
[all...]

Completed in 356 milliseconds