Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfloat-weight.h186 LogWeight() : FloatWeight() {} in LogWeight() function
188 LogWeight(float f) : FloatWeight(f) {} in LogWeight() function
190 LogWeight(const LogWeight &w) : FloatWeight(w) {} in LogWeight() function
Dfst-decl.h27 class LogWeight; variable