Home | History | Annotate | Download | only in fst

Lines Matching refs:Label

46   typedef int Label;
49 ArcTpl(Label i, Label o, const Weight& w, StateId s)
60 Label ilabel;
61 Label olabel;
78 typedef int Label;
82 StringArc(Label i, Label o, Weight w, StateId s)
96 Label ilabel; // Transition input label
97 Label olabel; // Transition output label
103 // Arc with label and state Id type the same as template arg and with
108 typedef typename A::Label Label;
110 typedef GallicWeight<Label, typename A::Weight, S> Weight;
114 GallicArc(Label i, Label o, Weight w, StateId s)
130 Label ilabel; // Transition input label
131 Label olabel; // Transition output label
140 typedef typename A::Label Label;
145 ReverseArc(Label i, Label o, Weight w, StateId s)
155 Label ilabel; // Transition input label
156 Label olabel; // Transition output label
165 typedef int Label;
169 LexicographicArc(Label i, Label o, Weight w, StateId s)
179 Label ilabel; // Transition input label
180 Label olabel; // Transition output label
189 typedef int Label;
193 ProductArc(Label i, Label o, Weight w, StateId s)
203 Label ilabel; // Transition input label
204 Label olabel; // Transition output label
210 // Arc with label and state Id type the same as first template arg and with
216 typedef typename A::Label Label;
222 PowerArc(Label i, Label o, Weight w, StateId s)
235 Label ilabel; // Transition input label
236 Label olabel; // Transition output label
242 // Arc with label and state Id type the same as first template arg and with
247 typedef typename A::Label Label;
253 SparsePowerArc(Label i, Label o, Weight w, StateId s)
267 Label ilabel; // Transition input label
268 Label olabel; // Transition output label
274 // Arc with label and state Id type the same as first template arg and with
280 typedef typename A::Label Label;
287 ExpectationArc(Label i, Label o, Weight w, StateId s)
298 Label ilabel; // Transition input label
299 Label olabel; // Transition output label