Home
last modified time | relevance | path

Searched defs:StdArc (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Darc.h30 struct StdArc { struct
35 StdArc(Label i, Label o, Weight w, StateId s) in StdArc() function
38 StdArc() {} in StdArc() argument
40 static const string &Type() { // Arc type name in Type()
45 Label ilabel; // Transition input label
46 Label olabel; // Transition output label
47 Weight weight; // Transition weight
48 StateId nextstate; // Transition destination state
Dfst-decl.h31 class StdArc; variable