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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
float-weight.h 116 class TropicalWeight : public FloatWeight {
118 typedef TropicalWeight ReverseWeight;
120 TropicalWeight() : FloatWeight() {}
122 TropicalWeight(float f) : FloatWeight(f) {}
124 TropicalWeight(const TropicalWeight &w) : FloatWeight(w) {}
126 static const TropicalWeight Zero() { return TropicalWeight(kPosInfinity); }
128 static const TropicalWeight One() { return TropicalWeight(0.0F);
    [all...]
fst-decl.h 28 class TropicalWeight;
random-weight.h 39 typedef TropicalWeight Weight;
arc.h 32 typedef TropicalWeight Weight;
vector-fst.h 403 // TropicalWeight version.
405 TropicalWeight WeightFromString<TropicalWeight>::operator()(const string &s) {
408 return TropicalWeight(f);

Completed in 72 milliseconds