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

/external/openfst/src/include/fst/
H A Daccumulator.h115 double f1 = to_log_weight_(w).Value();
116 double f2 = to_log_weight_(v).Value();
123 WeightConvert<Weight, Log64Weight> to_log_weight_; member in class:fst::LogAccumulator
295 double f1 = to_log_weight_(w).Value();
296 double f2 = to_log_weight_(v).Value();
304 double f2 = to_log_weight_(v).Value();
326 WeightConvert<Weight, Log64Weight> to_log_weight_; member in class:fst::FastLogAccumulator
550 double f1 = to_log_weight_(w).Value();
551 double f2 = to_log_weight_(v).Value();
559 double f2 = to_log_weight_(
581 WeightConvert<Weight, Log64Weight> to_log_weight_; member in class:fst::CacheLogAccumulator
[all...]
H A Drandgen.h83 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

Completed in 103 milliseconds