Home
last modified time | relevance | path

Searched refs:StateWeightCompare (Results 1 – 1 of 1) sorted by relevance

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