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

/external/openfst/src/include/fst/
H A Dfloat-weight.h362 typedef LogWeightTpl<double> Log64Weight; typedef in namespace:fst
570 struct WeightConvert<Log64Weight, TropicalWeight> {
571 TropicalWeight operator()(Log64Weight w) const { return w.Value(); }
581 struct WeightConvert<Log64Weight, LogWeight> {
582 LogWeight operator()(Log64Weight w) const { return w.Value(); }
587 struct WeightConvert<TropicalWeight, Log64Weight> {
588 Log64Weight operator()(TropicalWeight w) const { return w.Value(); }
592 struct WeightConvert<LogWeight, Log64Weight> {
593 Log64Weight operator()(LogWeight w) const { return w.Value(); }

Completed in 91 milliseconds