Searched defs:StateWeightCompare (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dqueue.h276 class StateWeightCompare { class in namespace:fst
282 StateWeightCompare(const vector<Weight>& weights, const L &less) function in class:fst::StateWeightCompare
299 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
301 typedef StateWeightCompare<S, NaturalLess<W> > C;
546 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;

Completed in 73 milliseconds