Home | History | Annotate | Download | only in lib

Lines Matching full:relabel

0 // relabel.h
17 // Functions and classes to relabel an Fst (either on input or output)
38 // \param relabel_flags whether to relabel input or output
41 void Relabel(
68 // relabel input
69 // only relabel if relabel pair defined
74 // relabel output
95 // \param relabel_flags whether to relabel input or output
98 void Relabel(MutableFst<A> *fst,
127 // call relabel using vector of relabel pairs.
128 Relabel(fst, ipairs, opairs);
142 // a delayed version of the relabel. Arcs are relabeled on the fly
171 SetType("relabel");
196 SetType("relabel");
277 // relabel input
284 // relabel output