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

  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 178 void SetDistance(SearchState s, Weight w) {
183 void SetDistance(const ParenSpec &paren, Weight w) {
535 sp_data_.SetDistance(q, Weight::One());
603 sp_data_.SetDistance(paren, w);
661 sp_data_.SetDistance(d, Plus(dist, w));
expand.h 449 void SetDistance(StateId s, Weight w);
578 void PrunedExpand<A>::SetDistance(StateId s, Weight w) {
634 SetDistance(arc.nextstate, nd);
707 SetDistance(s, Weight::One());
800 SetDistance(arc.nextstate, nd);
    [all...]

Completed in 47 milliseconds