Lines Matching refs:script
20 #include <fst/script/arg-packs.h>
21 #include <fst/script/fst-class.h>
22 #include <fst/script/weight-class.h>
27 namespace script {
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>())));
118 const WeightClass &w = fst::script::WeightClass::Zero());
120 } // namespace script