HomeSort by relevance Sort by last modified time
    Searched defs:nextstate (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arc.h 36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
48 StateId nextstate; // Transition destination state member in struct:fst::StdArc
60 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
72 StateId nextstate; // Transition destination state member in struct:fst::LogArc
85 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
101 StateId nextstate; // Transition destination state member in class:fst::StringArc
117 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
121 weight(arc.olabel, arc.weight), nextstate(arc.nextstate) {}
135 StateId nextstate; // Transition destination stat member in struct:fst::GallicArc
160 StateId nextstate; \/\/ Transition destination state member in struct:fst::ReverseArc
    [all...]
rmepsilon.h 79 StateId nextstate; member in struct:fst::RmEpsilonState::Element
84 : ilabel(i), olabel(o), nextstate(s) {}
90 return static_cast<size_t>(e.nextstate);
91 return static_cast<size_t>(e.nextstate +
105 && (e1.nextstate == e2.nextstate);
156 while ((StateId)visited_.size() <= arc.nextstate)
158 if (!visited_[arc.nextstate])
159 eps_queue_.push(arc.nextstate);
161 Element element(arc.ilabel, arc.olabel, arc.nextstate);
    [all...]
replace.h 310 StateId nextstate = local
311 FindState(StateTuple(prefix_id, top.fst_id, top.nextstate));
312 AddArc(s, A(0, 0, fst->Final(fst_state), nextstate));
320 StateId nextstate = local
321 FindState(StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
322 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
331 tuple.fst_id, arc.nextstate);
343 StateId nextstate = local
345 StateTuple(tuple.prefix_id, tuple.fst_id, arc.nextstate));
346 AddArc(s, A(arc.ilabel, arc.olabel, arc.weight, nextstate));
390 StateId nextstate; member in struct:fst::ReplaceFstImpl::PrefixTuple
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp 916 int nextsuperstate, nextstate; local
936 nextstate = info->state[2*(counter+1) + 1] - begin_ind;
937 hmm->u.ehmm[superstate].transP[ state * transP_size + nextstate] += 1;
    [all...]
  /external/mksh/src/
edit.c 3903 nextstate(int ch) function
    [all...]

Completed in 272 milliseconds