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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 321 Weight finalw = rfst.Final(p.first).Reverse(); local
322 if (finalw != Weight::Zero()) {
323 Weight w = Times(p.second, finalw);
326 ofst->AddArc(next, Arc(0, 0, finalw, state));
  /external/openfst/src/include/fst/
shortest-path.h 369 Weight finalw = ifst.Final(p.first).Reverse(); local
370 if (finalw != Weight::Zero()) {
371 Weight w = Times(p.second, finalw);
374 ofst->AddArc(next, Arc(0, 0, finalw, state));

Completed in 59 milliseconds