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

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 81 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],
rational.h 71 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());
map.h 94 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(s, B::Weight::Zero())
    [all...]
concat.h 58 fst1->SetFinal(s1, fst2.Final(s2));
72 fst1->SetFinal(s1, Weight::Zero());
reverse.h 56 ofst->SetFinal(os, RevWeight::One());
rmfinalepsilon.h 89 fst->SetFinal(s, w);
statesort.h 73 fst->SetFinal(s2, final1);
closure.h 57 fst->SetFinal(nstart, Weight::One());
prune.h 110 fst->SetFinal(state, Weight::Zero());
194 ofst->SetFinal(copy[state], ifst.Final(state));
mutable-fst.h 42 virtual void SetFinal(StateId, Weight) = 0; // Set a state's final weight
randgen.h 141 ofst->SetFinal(opts.dest, Weight::One());
union.h 56 fst1->SetFinal(s1, fst2.Final(s2));
vector-fst.h 59 void SetFinal(StateId s, Weight w) { states_[s]->final = w; }
213 void SetFinal(StateId s, Weight w) {
217 BaseImpl::SetFinal(s, w);
334 BaseImpl::SetFinal(s, fst.Final(s));
579 virtual void SetFinal(StateId s, Weight w) {
581 impl_->SetFinal(s, w);
replace.h 200 depfst.SetFinal(root_ - 1, Weight::One());
248 SetFinal(s, fst->Final(fst_state));
250 SetFinal(s, Weight::Zero());
factor-weight.h 197 SetFinal(s, w);
199 SetFinal(s, Weight::Zero());
shortest-path.h 156 ofst->SetFinal(s_p, ifst.Final(f_parent));
287 ofst->SetFinal(final, Weight::One());
synchronize.h 111 SetFinal(s, w);
113 SetFinal(s, Weight::Zero());
rmepsilon.h 250 fst->SetFinal(state, rmeps_state.Final());
389 SetFinal(s, rmeps_state_.Final());
arcsort.h 118 SetFinal(s, fst_->Final(s));
cache.h 49 // SetFinal(), AddArc(), and SetArcs() to cache. Note you must set the
164 void SetFinal(StateId s, Weight w) {
relabel.h 241 SetFinal(s, fst_->Final(s));
determinize.h 160 SetFinal(s, final);
  /external/srec/tools/grxmlcompile/
fst-io.h 243 fst_.SetFinal(s, Weight::One());
246 fst_.SetFinal(s, StrToWeight(col[1], true));
grxmlcompile.cpp 652 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
    [all...]
  /external/srec/tools/make_cfst/
make_cfst.cpp 128 myCfst.SetFinal(stateEn, 0.0); // 1st arg is state ID, 2nd arg weight

Completed in 781 milliseconds

1 2