Searched refs:StateWeightCompare (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | queue.h | 244 class StateWeightCompare { 250 StateWeightCompare(const vector<Weight>* weights, const L &less) in StateWeightCompare() function 267 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > { 269 typedef StateWeightCompare<S, NaturalLess<W> > C; 508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare; in AutoQueue()
|
/external/openfst/src/include/fst/ |
D | queue.h | 276 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()
|