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

  /external/openfst/src/include/fst/extensions/pdt/
expand.h 459 bool ProcNonParen(StateId s, const A &arc, bool add_arc);
725 bool PrunedExpand<A>::ProcNonParen(StateId s, const A &arc, bool add_arc) {
726 VLOG(2) << "ProcNonParen: " << s << " to " << arc.nextstate
785 proc_arc |= ProcNonParen(s, meta_arc, false);
899 ProcNonParen(s, arc, true);
    [all...]
shortest-path.h 461 void ProcNonParen(SearchState s, const Arc &arc, Weight w);
586 ProcNonParen(s, arc, w);
650 void PdtShortestPath<Arc, Queue>::ProcNonParen(

Completed in 155 milliseconds