Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dfloat-weight.h319 LogWeightTpl() : FloatWeightTpl<T>() {} in LogWeightTpl() function
321 LogWeightTpl(T f) : FloatWeightTpl<T>(f) {} in LogWeightTpl() function
323 LogWeightTpl(const LogWeightTpl<T> &w) : FloatWeightTpl<T>(w) {} in LogWeightTpl() function
Dfst-decl.h34 template <class W> class LogWeightTpl; variable