Searched refs:SetFinal (Results 1 - 25 of 26) sorted by relevance

12

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h81 fst->SetFinal(state,
84 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
104 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
106 fst->SetFinal(state, Times(Divide(Weight::One(), potential[state],
H A Dmap.h94 fst->SetFinal(superfinal, Weight::One());
109 fst->SetFinal(s, final_arc.weight);
119 fst->SetFinal(superfinal, Weight::One());
123 fst->SetFinal(s, Weight::Zero());
125 fst->SetFinal(s, final_arc.weight);
137 fst->SetFinal(s, Weight::Zero());
177 ofst->SetFinal(superfinal, B::Weight::One());
192 ofst->SetFinal(s, final_arc.weight);
201 ofst->SetFinal(superfinal, B::Weight::One());
205 ofst->SetFinal(
[all...]
H A Drational.h71 rfst_.SetFinal(1, Weight::One());
94 rfst_.SetFinal(2, Weight::One());
115 rfst_.SetFinal(0, Weight::One());
121 rfst_.SetFinal(1, Weight::One());
143 afst.SetFinal(1, Weight::One());
159 afst.SetFinal(1, Weight::One());
H A Dconcat.h58 fst1->SetFinal(s1, fst2.Final(s2));
72 fst1->SetFinal(s1, Weight::Zero());
H A Dreverse.h56 ofst->SetFinal(os, RevWeight::One());
H A Dstatesort.h73 fst->SetFinal(s2, final1);
H A Drmfinalepsilon.h89 fst->SetFinal(s, w);
H A Dprune.h110 fst->SetFinal(state, Weight::Zero());
194 ofst->SetFinal(copy[state], ifst.Final(state));
H A Dclosure.h57 fst->SetFinal(nstart, Weight::One());
H A Dmutable-fst.h42 virtual void SetFinal(StateId, Weight) = 0; // Set a state's final weight
H A Drandgen.h141 ofst->SetFinal(opts.dest, Weight::One());
H A Dunion.h56 fst1->SetFinal(s1, fst2.Final(s2));
H A Dvector-fst.h59 void SetFinal(StateId s, Weight w) { states_[s]->final = w; } function in class:fst::VectorFstBaseImpl
213 void SetFinal(StateId s, Weight w) { function in class:fst::VectorFstImpl
217 BaseImpl::SetFinal(s, w);
334 BaseImpl::SetFinal(s, fst.Final(s));
579 virtual void SetFinal(StateId s, Weight w) { function in class:fst::VectorFst
581 impl_->SetFinal(s, w);
H A Dreplace.h200 depfst.SetFinal(root_ - 1, Weight::One());
248 SetFinal(s, fst->Final(fst_state));
250 SetFinal(s, Weight::Zero());
H A Dshortest-path.h156 ofst->SetFinal(s_p, ifst.Final(f_parent));
287 ofst->SetFinal(final, Weight::One());
H A Dfactor-weight.h197 SetFinal(s, w);
199 SetFinal(s, Weight::Zero());
H A Drmepsilon.h250 fst->SetFinal(state, rmeps_state.Final());
389 SetFinal(s, rmeps_state_.Final());
H A Dsynchronize.h111 SetFinal(s, w);
113 SetFinal(s, Weight::Zero());
H A Darcsort.h118 SetFinal(s, fst_->Final(s));
H A Dcache.h49 // SetFinal(), AddArc(), and SetArcs() to cache. Note you must set the
164 void SetFinal(StateId s, Weight w) { function in class:fst::CacheBaseImpl
H A Drelabel.h241 SetFinal(s, fst_->Final(s));
H A Dcompose.h140 SetFinal(s, final);
/external/srec/tools/grxmlcompile/
H A Dfst-io.h243 fst_.SetFinal(s, Weight::One());
246 fst_.SetFinal(s, StrToWeight(col[1], true));
H A Dgrxmlcompile.cpp652 l_fst.SetFinal(stateEn, 0.0); // 1st arg is state ID, 2nd arg weight
804 prefix_fst.SetFinal(stateEn, 0.0); // 1st arg is state ID, 2nd arg weight
810 suffix_fst.SetFinal(stateEn, 0.0); // 1st arg is state ID, 2nd arg weight
816 eps_fst.SetFinal(stateEn, 0.0); // 1st arg is state ID, 2nd arg weight
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp128 myCfst.SetFinal(stateEn, 0.0); // 1st arg is state ID, 2nd arg weight

Completed in 49 milliseconds

12