Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Darc.h108 struct GallicArc { struct
114 GallicArc() {} in GallicArc() argument
116 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc() function
119 GallicArc(const A &arc) in GallicArc() function
123 static const string &Type() { // Arc type name in Type()
132 Label ilabel; // Transition input label
133 Label olabel; // Transition output label
134 Weight weight; // Transition weight
135 StateId nextstate; // Transition destination state