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

/external/openfst/src/include/fst/
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(); }

Completed in 140 milliseconds