Home | History | Annotate | Download | only in script

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 {
64 script::StateMap(ifst, ArcSumMapper<Arc>(ifst)));
67 script::ArcMap(ifst, IdentityArcMapper<Arc>()));
70 script::ArcMap(ifst, InvertWeightMapper<Arc>()));
73 script::ArcMap(ifst, PlusMapper<Arc>(w)));
76 script::ArcMap(ifst, QuantizeMapper<Arc>(delta)));
79 script::ArcMap(ifst, RmWeightMapper<Arc>()));
82 script::ArcMap(ifst, SuperFinalMapper<Arc>()));
85 script::ArcMap(ifst, TimesMapper<Arc>(w)));
88 script::ArcMap(ifst, WeightConvertMapper<Arc, LogArc>()));
91 script::ArcMap(ifst, WeightConvertMapper<Arc, Log64Arc>()));
94 script::ArcMap(ifst, WeightConvertMapper<Arc, StdArc>()));
110 const WeightClass &w = fst::script::WeightClass::Zero());
112 } // namespace script