Searched defs:Relabel (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/script/
H A Drelabel.h40 void Relabel(RelabelArgs1 *args) { function in namespace:fst::script
43 Relabel(ofst, args->arg2, args->arg3, args->arg4,
53 void Relabel(RelabelArgs2 *args) { function in namespace:fst::script
66 Relabel(ofst, converted_ipairs, converted_opairs);
73 void Relabel(args::Package<MutableFstClass*, const SymbolTable*, function in namespace:fst::script
76 Relabel(fst, args->arg2, args->arg3);
81 void Relabel(MutableFstClass *ofst,
88 void Relabel(MutableFstClass *ofst,
94 void Relabel(MutableFstClass *fst,
/external/openfst/src/script/
H A Drelabel.cc25 void Relabel(MutableFstClass *ofst, function in namespace:fst::script
32 Apply<Operation<RelabelArgs1> >("Relabel", ofst->ArcType(), &args);
36 void Relabel(MutableFstClass *ofst, function in namespace:fst::script
41 Apply<Operation<RelabelArgs2> >("Relabel", ofst->ArcType(), &args);
45 void Relabel(MutableFstClass *fst, function in namespace:fst::script
49 Apply<Operation<RelabelArgs3> >("Relabel", fst->ArcType(), &args);
53 REGISTER_FST_OPERATION(Relabel, StdArc, RelabelArgs1);
54 REGISTER_FST_OPERATION(Relabel, LogArc, RelabelArgs1);
55 REGISTER_FST_OPERATION(Relabel, Log64Arc, RelabelArgs1);
58 REGISTER_FST_OPERATION(Relabel, StdAr
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drelabel.h42 void Relabel( function in namespace:fst
99 void Relabel(MutableFst<A> *fst, function in namespace:fst
129 Relabel(fst, ipairs, opairs);
/external/openfst/src/include/fst/
H A Drelabel.h50 void Relabel( function in namespace:fst
121 void Relabel(MutableFst<A> *fst, function in namespace:fst
124 Relabel(fst,
130 void Relabel(MutableFst<A> *fst, function in namespace:fst
167 Relabel(fst, ipairs, opairs);
H A Dlabel-reachable.h118 // iff Reach(r) is true where r = Relabel(l). The relabeling is
122 // The whole FST can be relabeled instead with Relabel(&f,
200 Label Relabel(Label label) { function in class:fst::LabelReachable
211 void Relabel(MutableFst<Arc> *fst, bool relabel_input) { function in class:fst::LabelReachable
220 arc.ilabel = Relabel(arc.ilabel);
222 arc.olabel = Relabel(arc.olabel);
235 // Returns relabeling pairs (cf. relabel.h::Relabel()).
271 // Original labels must be transformed by the Relabel methods above.
299 // Arc iterator labels must be transformed by the Relabel methods
H A Dlookahead-matcher.h640 static void Relabel(MutableFst<A> *fst, const L &mfst, function in class:fst::LabelLookAheadRelabeler
646 reachable.Relabel(fst, relabel_input);
649 // Returns relabeling pairs (cf. relabel.h::Relabel()).
682 reachable.Relabel(mfst, true);
690 reachable.Relabel(mfst, false);

Completed in 98 milliseconds