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

1 2

  /external/openfst/src/include/fst/
reverse.h 54 StateId ostart = ofst->AddState();
63 ofst->AddState();
80 ofst->AddState();
rational.h 127 rfst_.AddState();
128 rfst_.AddState();
149 rfst_.AddState();
150 rfst_.AddState();
151 rfst_.AddState();
172 rfst_.AddState();
177 rfst_.AddState();
178 rfst_.AddState();
199 afst.AddState();
200 afst.AddState();
    [all...]
union.h 78 StateId s1 = fst1->AddState();
100 StateId nstart1 = fst1->AddState();
concat.h 78 StateId s1 = fst1->AddState();
144 StateId s2 = fst2->AddState();
158 fst2->SetStart(start1 == kNoStateId ? fst2->AddState() : start1 + numstates2);
mutable-fst.h 58 virtual StateId AddState() = 0; // Add a state, return its ID
278 virtual StateId AddState() {
280 return GetImpl()->AddState();
closure.h 63 StateId nstart = fst->AddState();
edit-fst.h 185 StateId AddState(StateId curr_num_states) {
186 StateId internal_state_id = edits_.AddState();
291 StateId new_internal_id = edits_.AddState();
525 StateId AddState() {
528 return data_->AddState(NumStates());
617 // AddState().
shortest-path.h 191 s_p = ofst->AddState();
325 ofst->SetStart(ofst->AddState());
326 StateId final = ofst->AddState();
361 StateId next = ofst->AddState();
372 StateId next = ofst->AddState();
prune.h 134 dead.push_back(fst->AddState());
261 copy[s] = ofst->AddState();
300 copy[arc.nextstate] = ofst->AddState();
reweight.h 130 typename Arc::StateId state = fst->AddState();
  /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();
  /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/regex-re2/re2/
nfa.cc 66 struct AddState {
71 AddState()
73 explicit AddState(int id)
75 AddState(int id, const char* cap_j, int j)
119 AddState* astack_; // pre-allocated for AddToThreadq
139 astack_ = new AddState[nastack_];
197 AddState* stk = astack_;
198 stk[nstk++] = AddState(id0);
202 const AddState& a = stk[--nstk];
242 stk[nstk++] = AddState(ip->out1())
    [all...]
  /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...]
  /external/openfst/src/include/fst/script/
compile-impl.h 82 fst_.AddState();
122 fst_.AddState();

Completed in 195 milliseconds

1 2