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

/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h178 void SetDistance(SearchState s, Weight w) { function in class:fst::PdtShortestPathData
183 void SetDistance(const ParenSpec &paren, Weight w) { function in class:fst::PdtShortestPathData
535 sp_data_.SetDistance(q, Weight::One());
604 sp_data_.SetDistance(paren, w);
666 sp_data_.SetDistance(d, Plus(dist, w));
H A Dexpand.h449 void SetDistance(StateId s, Weight w);
578 void PrunedExpand<A>::SetDistance(StateId s, Weight w) { function in class:fst::PrunedExpand
634 SetDistance(arc.nextstate, nd);
707 SetDistance(s, Weight::One());
800 SetDistance(arc.nextstate, nd);

Completed in 74 milliseconds