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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rational.h 68 rfst_.AddState();
69 rfst_.AddState();
90 rfst_.AddState();
91 rfst_.AddState();
92 rfst_.AddState();
113 rfst_.AddState();
118 rfst_.AddState();
119 rfst_.AddState();
140 afst.AddState();
141 afst.AddState();
    [all...]
reverse.h 45 StateId ostart = ofst->AddState();
54 ofst->AddState();
71 ofst->AddState();
randgen.h 128 ofst->SetStart(ofst->AddState());
146 Arc oarc(iarc.ilabel, iarc.olabel, Weight::One(), ofst->AddState());
union.h 54 StateId s1 = fst1->AddState();
75 StateId nstart1 = fst1->AddState();
prune.h 88 dead.push_back(fst->AddState());
192 copy[state] = ofst->AddState();
215 copy[arc.nextstate] = ofst->AddState();
shortest-path.h 154 s_p = ofst->AddState();
285 ofst->SetStart(ofst->AddState());
286 StateId final = ofst->AddState();
313 StateId next = ofst->AddState();
324 StateId next = ofst->AddState();
closure.h 55 StateId nstart = fst->AddState();
vector-fst.h 61 StateId AddState() {
66 StateId AddState(State *state) {
226 StateId AddState() {
227 StateId s = BaseImpl::AddState();
333 BaseImpl::AddState();
360 impl->BaseImpl::AddState();
588 virtual StateId AddState() {
590 return impl_->AddState();
map.h 93 superfinal = fst->AddState();
118 superfinal = fst->AddState();
171 ofst->AddState();
176 superfinal = ofst->AddState();
200 superfinal = ofst->AddState();
769 state_ = fst_->AddState();
804 n = i == w1.Size() - 1 ? state_ : fst_->AddState();
cache.h 63 using VectorFstBaseImpl<S>::AddState;
130 AddState(0);
135 AddState(0);
concat.h 56 StateId s1 = fst1->AddState();
mutable-fst.h 45 virtual StateId AddState() = 0; // Add a state, return its ID
reweight.h 111 typename Arc::StateId state = fst->AddState();
replace.h 178 depfst.AddState();
  /external/srec/tools/make_cfst/
make_cfst.cpp 125 stateSt = myCfst.AddState(); // 1st state will be state 0 (returned by AddState)
126 stateEn = myCfst.AddState();
181 minifst[modelId].stateSt = (stateN = myCfst.AddState());
182 minifst[modelId].stateEn = (stateNp1 = myCfst.AddState()); /* n plus 1 */
189 minifst[modelId].lcontext_state[lphonId] = myCfst.AddState();
196 minifst[modelId].rcontext_state[rphonId] = myCfst.AddState();
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 649 stateSt = l_fst.AddState();
650 stateEn = l_fst.AddState();
694 statePp1 = l_fst.AddState();
697 statePp1 = l_fst.AddState();
721 statePp1 = l_fst.AddState();
742 statePp1 = l_fst.AddState();
748 statePp1 = l_fst.AddState();
801 stateSt = prefix_fst.AddState();
802 stateEn = prefix_fst.AddState();
807 stateSt = suffix_fst.AddState();
    [all...]
fst-io.h 235 fst_.AddState();
275 fst_.AddState();
  /external/v8/src/
log.cc 53 void AddState(StateTag state);
199 if (window_) window_->AddState(sample->state);
244 void SlidingStateWindow::AddState(StateTag state) {
    [all...]

Completed in 868 milliseconds