Home
last modified time | relevance | path

Searched defs:GallicArc (Results 1 – 2 of 2) 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() argument
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
/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() function
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