Searched refs:OrderedExpand (Results 1 – 1 of 1) sorted by relevance
/external/openfst/src/include/fst/ |
D | compose.h | 273 OrderedExpand(s, fst1_, s1, fst2_, s2, matcher1_, false); in Expand() 275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true); in Expand() 292 void OrderedExpand(StateId s, const Fst<Arc> &, StateId sa, in OrderedExpand() function
|