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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h182 class LogWeight : public FloatWeight { class in namespace:fst
184 typedef LogWeight ReverseWeight;
186 LogWeight() : FloatWeight() {} function in class:fst::LogWeight
188 LogWeight(float f) : FloatWeight(f) {} function in class:fst::LogWeight
190 LogWeight(const LogWeight &w) : FloatWeight(w) {} function in class:fst::LogWeight
192 static const LogWeight Zero() { return LogWeight(kPosInfinity); }
194 static const LogWeight One() { return LogWeight(0.
[all...]

Completed in 60 milliseconds