Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Darc.h107 struct GallicArc { struct
113 GallicArc() {} in GallicArc() argument
115 GallicArc(Label i, Label o, Weight w, StateId s) in GallicArc() argument
118 GallicArc(const A &arc) in GallicArc() argument
122 static const string &Type() { // Arc type name in Type()
131 Label ilabel; // Transition input label
132 Label olabel; // Transition output label
133 Weight weight; // Transition weight
134 StateId nextstate; // Transition destination state