Lines Matching full:weight
77 typedef typename Arc::Weight Weight;126 Arc prev_arc(kNoLabel, kNoLabel, Weight::One(), 0);170 if (arc.weight != Weight::One() && arc.weight != Weight::Zero()) {194 Weight final = fst.Final(s);196 if (final != Weight::Zero()) { // final state197 if (final != Weight::One()) {