Home | History | Annotate | Download | only in pdt

Lines Matching full:stateid

58   typedef typename Arc::StateId StateId;
79 vector<StateId> fst_start(ifst_array.size(), kNoLabel);
81 vector< vector<pair<StateId, Weight> > > fst_final(ifst_array.size());
86 for (StateId soff = 0; !non_term_queue.empty(); soff = ofst->NumStates()) {
94 StateId is = siter.Value();
95 StateId os = ofst->AddState();
137 typedef unordered_map<pair<size_t, StateId >, size_t,
138 ReplaceParenHash<StateId> > ParenMap;
150 StateId os = siter.Value();
162 pair<size_t, StateId> paren_key(nfst_id, arc.nextstate);
183 pair<StateId, Weight> &p = fst_final[nfst_id][i];