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

  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 462 void Relax(SearchState s, SearchState t, Arc arc, Weight w, Label paren_id);
623 Relax(cpstate, s, cparc, cpw, paren_id);
647 Relax(s, s, arc, w, kNoLabel);
654 void PdtShortestPath<Arc, Queue>::Relax(
expand.h 455 void Relax(StateId s, const A &arc, Weight w);
631 void PrunedExpand<A>::Relax(StateId s, const A &arc, Weight fd) {
639 VLOG(2) << "Relax: " << s << ", d[s] = " << Distance(s) << ", to "
681 Relax(s, arc, fd);
    [all...]

Completed in 27 milliseconds