randgen.h | 83 sum += exp(-to_log_weight_(arc.weight).Value()); 85 sum += exp(-to_log_weight_(fst.Final(s)).Value()); 93 p += exp(-to_log_weight_(arc.weight).Value()); 100 WeightConvert<Weight, Log64Weight> to_log_weight_; member in class:fst::LogProbArcSelector 126 double sum = to_log_weight_(accumulator->Sum(fst.Final(s), &aiter, 0, 135 WeightConvert<Weight, Log64Weight> to_log_weight_; member in class:fst::FastLogProbArcSelector
|