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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 182 class LogWeight : public FloatWeight {
184 typedef LogWeight ReverseWeight;
186 LogWeight() : FloatWeight() {}
188 LogWeight(float f) : FloatWeight(f) {}
190 LogWeight(const LogWeight &w) : FloatWeight(w) {}
192 static const LogWeight Zero() { return LogWeight(kPosInfinity); }
194 static const LogWeight One() { return LogWeight(0.0F);
    [all...]
fst-decl.h 27 class LogWeight;
random-weight.h 66 typedef LogWeight Weight;
arc.h 56 typedef LogWeight Weight;
vector-fst.h 411 // LogWeight version.
413 LogWeight WeightFromString<LogWeight>::operator()(const string &s) {
416 return LogWeight(f);

Completed in 450 milliseconds