Home | History | Annotate | Download | only in script

Lines Matching refs:ifst

57   const Fst<Arc> &ifst = *(args->args.arg1.GetFst<Arc>());
68 script::StateMap(ifst, ArcSumMapper<Arc>(ifst))));
71 script::ArcMap(ifst, IdentityArcMapper<Arc>())));
74 script::ArcMap(ifst, InvertWeightMapper<Arc>())));
77 script::ArcMap(ifst, PlusMapper<Arc>(w))));
80 script::ArcMap(ifst, QuantizeMapper<Arc>(delta))));
83 script::ArcMap(ifst, RmWeightMapper<Arc>())));
86 script::ArcMap(ifst, SuperFinalMapper<Arc>())));
89 script::ArcMap(ifst, TimesMapper<Arc>(w))));
92 script::ArcMap(ifst, WeightConvertMapper<Arc, LogArc>())));
95 script::ArcMap(ifst, WeightConvertMapper<Arc, Log64Arc>())));
98 script::ArcMap(ifst, WeightConvertMapper<Arc, StdArc>())));