Home | History | Annotate | Download | only in lib

Lines Matching refs:Final

137     if (ifst.Final(s) != Weight::Zero()) {
138 Weight w = Times(sd, ifst.Final(s));
156 ofst->SetFinal(s_p, ifst.Final(f_parent));
256 // the distance to the final state in 'rfst' 'ofst' is built as the
286 StateId final = ofst->AddState();
287 ofst->SetFinal(final, Weight::One());
288 while (pairs.size() <= final)
290 pairs[final] = Pair(rfst.Start(), Weight::One());
291 heap.push_back(final);
321 Weight finalw = rfst.Final(p.first).Reverse();