HomeSort by relevance Sort by last modified time
    Searched refs:StateWeightCompare (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 244 class StateWeightCompare {
250 StateWeightCompare(const vector<Weight>* weights, const L &less)
267 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
269 typedef StateWeightCompare<S, NaturalLess<W> > C;
508 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;
  /external/openfst/src/include/fst/
queue.h 276 class StateWeightCompare {
282 StateWeightCompare(const vector<Weight>& weights, const L &less)
299 public ShortestFirstQueue<S, StateWeightCompare<S, NaturalLess<W> > > {
301 typedef StateWeightCompare<S, NaturalLess<W> > C;
546 typedef StateWeightCompare< StateId, NaturalLess<Weight> > Compare;

Completed in 103 milliseconds