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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 78 vector<Arc> arc_parent; local
99 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
103 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
120 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(),
128 arc_parent[arc.nextstate] = arc;
158 arc_parent[d].nextstate = d_p;
159 ofst->AddArc(s_p, arc_parent[d]);
  /external/openfst/src/include/fst/
shortest-path.h 96 vector<Arc> arc_parent; local
129 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
133 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
163 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(),
175 arc_parent[arc.nextstate] = arc;
195 arc_parent[d].nextstate = d_p;
196 ofst->AddArc(s_p, arc_parent[d]);

Completed in 68 milliseconds