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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 81 // \struct StateTuple
83 struct StateTuple {
86 StateTuple() {}
87 StateTuple(PrefixId p, StateId f, StateId s) :
230 StateId start = FindState(StateTuple(prefix, root_, fst_start));
242 const StateTuple& tuple = state_tuples_[s];
281 // Find/create an Fst state given a StateTuple. Only create a new
282 // state if StateTuple is not found in the state hash.
283 StateId FindState(const StateTuple& tuple) {
297 StateTuple tuple = state_tuples_[s]
    [all...]
compose.h 209 struct StateTuple {
210 StateTuple() {}
211 StateTuple(StateId s1, StateId s2, int f)
219 StateTuple empty_tuple(kNoStateId, kNoStateId, 0);
226 StateId &operator[](const StateTuple &tuple) {
231 // Comparison object for hashing StateTuple(s).
234 bool operator()(const StateTuple& x, const StateTuple& y) const {
244 // Hash function for StateTuple to Fst states.
247 size_t operator()(const StateTuple& x) const
    [all...]

Completed in 131 milliseconds