Searched defs:fst_id (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/pdt/
H A Dreplace.h89 size_t fst_id = label2id[label]; local
91 const Fst<Arc> *ifst = ifst_array[fst_id].second;
97 fst_start[fst_id] = os;
104 fst_final[fst_id].push_back(make_pair(os, ifst->Final(is)));
/external/openfst/src/include/fst/
H A Dreplace.h82 : prefix_id(-1), fst_id(kNoStateId), fst_state(kNoStateId) {}
85 : prefix_id(p), fst_id(f), fst_state(s) {}
88 StateId fst_id; // current fst being walked member in struct:fst::ReplaceStateTuple
99 x.fst_id == y.fst_id &&
125 cumulative_size_array_->at(tuple.fst_id - 1) +
151 return t.prefix_id + t.fst_id * kPrime0 + t.fst_state * kPrime1;
501 const Fst<A>* fst = fst_array_[tuple.fst_id];
523 const Fst<A>* fst = fst_array_[tuple.fst_id];
560 const Fst<A>* fst = fst_array_[tuple.fst_id];
795 Label fst_id; member in struct:fst::ReplaceFstImpl::PrefixTuple
810 Push(StateId fst_id, StateId nextstate) argument
884 PushPrefix(StackPrefix prefix, Label fst_id, StateId nextstate) argument
[all...]

Completed in 79 milliseconds