Home | History | Annotate | Download | only in lib

Lines Matching defs:Relabel

0 // relabel.h
17 // Functions and classes to relabel an Fst (either on input or output)
39 // \param relabel_flags whether to relabel input or output
42 void Relabel(
69 // relabel input
70 // only relabel if relabel pair defined
75 // relabel output
96 // \param relabel_flags whether to relabel input or output
99 void Relabel(MutableFst<A> *fst,
128 // call relabel using vector of relabel pairs.
129 Relabel(fst, ipairs, opairs);
143 // a delayed version of the relabel. Arcs are relabeled on the fly
172 SetType("relabel");
197 SetType("relabel");
278 // relabel input
285 // relabel output