Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dqueue.h803 class PruneQueue : public QueueBase<typename Q::StateId> {
808 PruneQueue(const vector<Weight> &distance, Q *queue, L comp, in PruneQueue() function
817 ~PruneQueue() { delete queue_; } in ~PruneQueue()
864 DISALLOW_COPY_AND_ASSIGN(PruneQueue);
873 public PruneQueue<Q, NaturalLess<W>, C> {
880 PruneQueue<Q, NaturalLess<W>, C>(distance, queue, less_, in NaturalPruneQueue()
/external/openfst/
DNEWS39 * Added AStarQueue, PruneQueue and NaturalPruneQueue disciplines (1.2.6)