Home | History | Annotate | Download | only in lib

Lines Matching refs:distance

35 #include "fst/lib/shortest-distance.h"
63 vector<Weight> *distance,
65 : fst_(fst), distance_(distance), sd_state_(fst_, distance, opts, true) {
116 // Distance from state being expanded in epsilon-closure.
118 // Shortest distance algorithm computation state.
198 // The vector 'distance' will be used to hold the shortest distances
203 vector<typename Arc::Weight> *distance,
244 rmeps_state(*fst, distance, opts);
293 vector<Weight> distance;
294 AutoQueue<StateId> state_queue(*fst, &distance, EpsilonArcFilter<Arc>());
298 RmEpsilon(fst, &distance, opts);