Home
last modified time | relevance | path

Searched refs:nstart1 (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dunion.h100 StateId nstart1 = fst1->AddState(); in Union() local
101 fst1->SetStart(nstart1); in Union()
102 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start1)); in Union()
103 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1)); in Union()