Home | History | Annotate | Download | only in test

Lines Matching defs:Weight

34   typedef ProductWeight<TropicalWeight, LogWeight> Weight;
37 CustomArc(Label i, Label o, Weight w, StateId s) :
38 ilabel(i), olabel(o), weight(w), nextstate(s) {}
48 Weight weight; // Transition weight
60 typedef typename A::Weight Weight;
61 typedef pair<Label, Weight> Element;
64 return make_pair(arc.ilabel, arc.weight);