Searched refs:Log64Weight (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dsigned-log-weight.h274 struct WeightConvert<SignedLogWeight, Log64Weight> {
275 Log64Weight operator()(SignedLogWeight w) const {
276 if (!SignedLogConvertCheck<SignedLogWeight, Log64Weight>(w))
277 return Log64Weight::NoWeight();
283 struct WeightConvert<SignedLog64Weight, Log64Weight> {
284 Log64Weight operator()(SignedLog64Weight w) const {
285 if (!SignedLogConvertCheck<SignedLog64Weight, Log64Weight>(w))
286 return Log64Weight::NoWeight();
311 struct WeightConvert<Log64Weight, SignedLogWeight> {
312 SignedLogWeight operator()(Log64Weight
[all...]
H A Dfloat-weight.h365 typedef LogWeightTpl<double> Log64Weight; typedef in namespace:fst
573 struct WeightConvert<Log64Weight, TropicalWeight> {
574 TropicalWeight operator()(Log64Weight w) const { return w.Value(); }
584 struct WeightConvert<Log64Weight, LogWeight> {
585 LogWeight operator()(Log64Weight w) const { return w.Value(); }
590 struct WeightConvert<TropicalWeight, Log64Weight> {
591 Log64Weight operator()(TropicalWeight w) const { return w.Value(); }
595 struct WeightConvert<LogWeight, Log64Weight> {
596 Log64Weight operator()(LogWeight w) const { return w.Value(); }
H A Daccumulator.h123 WeightConvert<Weight, Log64Weight> to_log_weight_;
124 WeightConvert<Log64Weight, Weight> to_weight_;
145 // being Log64Weight::Zero();
326 WeightConvert<Weight, Log64Weight> to_log_weight_;
327 WeightConvert<Log64Weight, Weight> to_weight_;
581 WeightConvert<Weight, Log64Weight> to_log_weight_;
582 WeightConvert<Log64Weight, Weight> to_weight_;
H A Darc.h69 typedef ArcTpl<Log64Weight> Log64Arc;
H A Drandgen.h100 WeightConvert<Weight, Log64Weight> to_log_weight_;
135 WeightConvert<Weight, Log64Weight> to_log_weight_;
499 WeightConvert<Log64Weight, Weight> to_weight_;

Completed in 151 milliseconds