Searched defs:MinMaxWeightTpl (Results 1 - 1 of 1) sorted by relevance
/external/openfst/src/include/fst/ | ||
H A D | float-weight.h | 447 class MinMaxWeightTpl : public FloatWeightTpl<T> { class in namespace:fst 451 typedef MinMaxWeightTpl<T> ReverseWeight; 453 MinMaxWeightTpl() : FloatWeightTpl<T>() {} function in class:fst::MinMaxWeightTpl 455 MinMaxWeightTpl(T f) : FloatWeightTpl<T>(f) {} function in class:fst::MinMaxWeightTpl 457 MinMaxWeightTpl(const MinMaxWeightTpl<T> &w) : FloatWeightTpl<T>(w) {} function in class:fst::MinMaxWeightTpl 459 static const MinMaxWeightTpl<T> Zero() { 460 return MinMaxWeightTpl<T>(FloatLimits<T>::PosInfinity()); 463 static const MinMaxWeightTpl<T> One() { 464 return MinMaxWeightTpl< [all...] |
Completed in 86 milliseconds