HomeSort by relevance Sort by last modified time
    Searched defs:StateId (Results 76 - 76 of 76) sorted by null

1 2 34

  /external/openfst/src/include/fst/
replace.h 55 // typedef typename A::StateId StateId;
56 // typedef ReplaceStateTuple<StateId, PrefixId> StateTuple;
67 // StateId FindState(const StateTuple &tuple);
70 // const StateTuple &Tuple(StateId id) const;
78 typedef S StateId;
84 ReplaceStateTuple(PrefixId p, StateId f, StateId s)
88 StateId fst_id; // current fst being walked
89 StateId fst_state; // current state in fst being walked, not to b
    [all...]

Completed in 68 milliseconds

1 2 34