Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Darc.h54 struct LogArc { struct
59 LogArc(Label i, Label o, Weight w, StateId s) in LogArc() argument
62 LogArc() {} in LogArc() function
64 static const string &Type() { // Arc type name in Type()
69 Label ilabel; // Transition input label
70 Label olabel; // Transition output label
71 Weight weight; // Transition weight
72 StateId nextstate; // Transition destination state
Dfst-decl.h30 class LogArc; variable