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

  /external/openfst/src/include/fst/
compose.h 263 // Arranges it so that the first arg to OrderedExpand is the Fst
273 OrderedExpand(s, fst1_, s1, fst2_, s2, matcher1_, false);
275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true);
292 void OrderedExpand(StateId s, const Fst<Arc> &, StateId sa,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 450 // Arranges it so that the first arg to OrderedExpand is the Fst
458 OrderedExpand(s, ComposeFstImplBase<A>::fst2_, s2,
461 OrderedExpand(s, ComposeFstImplBase<A>::fst1_, s1,
475 void OrderedExpand(StateId s, const Fst<A> *fsta, StateId sa,
    [all...]

Completed in 631 milliseconds