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

  /external/openfst/src/include/fst/
fst-decl.h 38 typedef TropicalWeightTpl<float> TropicalWeight;
43 typedef ArcTpl<TropicalWeight> StdArc;
float-weight.h 239 typedef TropicalWeightTpl<float> TropicalWeight;
568 struct WeightConvert<LogWeight, TropicalWeight> {
569 TropicalWeight operator()(LogWeight w) const { return w.Value(); }
573 struct WeightConvert<Log64Weight, TropicalWeight> {
574 TropicalWeight operator()(Log64Weight w) const { return w.Value(); }
579 struct WeightConvert<TropicalWeight, LogWeight> {
580 LogWeight operator()(TropicalWeight w) const { return w.Value(); }
590 struct WeightConvert<TropicalWeight, Log64Weight> {
591 Log64Weight operator()(TropicalWeight w) const { return w.Value(); }

Completed in 711 milliseconds