HomeSort by relevance Sort by last modified time
    Searched defs:ComposeFst (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 84 // 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> {
683 friend class ArcIterator< ComposeFst<A> >
    [all...]
  /external/openfst/src/include/fst/
compose.h 43 // 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> > {
452 friend class ArcIterator< ComposeFst<A> >
    [all...]

Completed in 534 milliseconds