Home
last modified time | relevance | path

Searched defs:TropicalWeight (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfloat-weight.h120 TropicalWeight() : FloatWeight() {} in TropicalWeight() function
122 TropicalWeight(float f) : FloatWeight(f) {} in TropicalWeight() function
124 TropicalWeight(const TropicalWeight &w) : FloatWeight(w) {} in TropicalWeight() function
Dfst-decl.h28 class TropicalWeight; variable
/external/openfst/src/include/fst/
Dfst-decl.h38 typedef TropicalWeightTpl<float> TropicalWeight; typedef
Dfloat-weight.h236 typedef TropicalWeightTpl<float> TropicalWeight; typedef