Home | History | Annotate | Download | only in fst

Lines Matching refs:weight

56 //   // Specifies state's final weight in result
57 // B::Weight Final(B::StateId s) const;
92 typedef typename A::Weight Weight;
132 typedef typename A::Weight Weight;
205 typedef typename B::Weight Weight;
245 Weight Final(StateId s) {
334 typedef typename B::Weight Weight;
406 typedef typename A::Weight Weight;
419 Weight Final(StateId s) const { return fst_.Final(s); }
447 typedef typename A::Weight Weight;
457 Weight Final(StateId s) const { return fst_.Final(s); }
473 arcs_[narcs - 1].weight = Plus(arcs_[narcs - 1].weight,
474 arcs_[i].weight);
531 typedef typename A::Weight Weight;
541 Weight Final(StateId s) const { return fst_.Final(s); }
587 x.weight == y.weight);