Home | History | Annotate | Download | only in script

Lines Matching defs:Weight

25 #include <fst/script/weight-class.h>
66 vector<typename Arc::Weight> *distance,
69 typedef typename Arc::Weight Weight;
71 typename Arc::Weight weight_thresh =
72 *(opts.weight_threshold.GetWeight<Weight>());
100 NaturalShortestFirstQueue<StateId, Weight> queue(*distance);
102 Weight> > ropts(
138 vector<typename Arc::Weight> distance;
160 typename Arc::Weight w = *(args->arg3.GetWeight<typename Arc::Weight>());
174 vector<typename Arc::Weight> weights;