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

  /external/openfst/src/include/fst/
accumulator.h 118 return to_weight_(f2 - LogPosExp(f1 - f2));
120 return to_weight_(f1 - LogPosExp(f2 - f1));
124 WeightConvert<Log64Weight, Weight> to_weight_; member in class:fst::LogAccumulator
298 return to_weight_(f2 - LogPosExp(f1 - f2));
300 return to_weight_(f1 - LogPosExp(f2 - f1));
321 return to_weight_(f1);
323 return to_weight_(f1 - LogMinusExp(f2 - f1));
327 WeightConvert<Log64Weight, Weight> to_weight_; member in class:fst::FastLogAccumulator
553 return to_weight_(f2 - LogPosExp(f1 - f2));
555 return to_weight_(f1 - LogPosExp(f2 - f1))
582 WeightConvert<Log64Weight, Weight> to_weight_; member in class:fst::CacheLogAccumulator
    [all...]
randgen.h 463 Weight weight = weighted_ ? to_weight_(-log(prob)) : Weight::One();
473 to_weight_(-log(prob)) : to_weight_(-log(prob * npath_));
499 WeightConvert<Log64Weight, Weight> to_weight_; member in class:fst::RandGenFstImpl

Completed in 4244 milliseconds