HomeSort by relevance Sort by last modified time
    Searched defs:LogWeight (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
fst-decl.h 39 typedef LogWeightTpl<float> LogWeight;
44 typedef ArcTpl<LogWeight> LogArc;
float-weight.h 363 typedef LogWeightTpl<float> LogWeight;
568 struct WeightConvert<LogWeight, TropicalWeight> {
569 TropicalWeight operator()(LogWeight w) const { return w.Value(); }
579 struct WeightConvert<TropicalWeight, LogWeight> {
580 LogWeight operator()(TropicalWeight w) const { return w.Value(); }
584 struct WeightConvert<Log64Weight, LogWeight> {
585 LogWeight operator()(Log64Weight w) const { return w.Value(); }
595 struct WeightConvert<LogWeight, Log64Weight> {
596 Log64Weight operator()(LogWeight w) const { return w.Value(); }

Completed in 5212 milliseconds