Home | History | Annotate | Download | only in fst

Lines Matching refs:distance

29 #include <fst/shortest-distance.h>
46 // If non-zero, passes in pre-computed shortest distance to final states.
47 const vector<Weight> *distance;
57 distance(d),
117 if (!opts.distance) {
121 const vector<Weight> *fdistance = opts.distance ? opts.distance : &tmp;
242 if (!opts.distance)
244 const vector<Weight> *fdistance = opts.distance ? opts.distance : &tmp;