Home
last modified time | relevance | path

Searched refs:Log64Weight (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
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 w) const {
[all …]
Dfloat-weight.h365 typedef LogWeightTpl<double> Log64Weight; typedef
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(); }
Daccumulator.h123 WeightConvert<Weight, Log64Weight> to_log_weight_;
124 WeightConvert<Log64Weight, Weight> to_weight_;
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_;
Drandgen.h100 WeightConvert<Weight, Log64Weight> to_log_weight_;
135 WeightConvert<Weight, Log64Weight> to_log_weight_;
499 WeightConvert<Log64Weight, Weight> to_weight_;
Darc.h69 typedef ArcTpl<Log64Weight> Log64Arc;
/external/openfst/
DNEWS40 * Added Log64Weight and Log64Arc to FST library throughout, including