Searched refs:PruneCompare (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dprune.h65 class PruneCompare { class in namespace:fst
70 PruneCompare(const vector<Weight> &idistance, function in class:fst::PruneCompare
129 PruneCompare<StateId, Weight> compare(idistance, *fdistance);
130 Heap< StateId, PruneCompare<StateId, Weight>, false> heap(compare);
250 PruneCompare<StateId, Weight> compare(idistance, *fdistance);
251 Heap< StateId, PruneCompare<StateId, Weight>, false> heap(compare);

Completed in 271 milliseconds