Searched defs:MinMaxWeightTpl (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dfloat-weight.h444 class MinMaxWeightTpl : public FloatWeightTpl<T> { class in namespace:fst
448 typedef MinMaxWeightTpl<T> ReverseWeight;
450 MinMaxWeightTpl() : FloatWeightTpl<T>() {} function in class:fst::MinMaxWeightTpl
452 MinMaxWeightTpl(T f) : FloatWeightTpl<T>(f) {} function in class:fst::MinMaxWeightTpl
454 MinMaxWeightTpl(const MinMaxWeightTpl<T> &w) : FloatWeightTpl<T>(w) {} function in class:fst::MinMaxWeightTpl
456 static const MinMaxWeightTpl<T> Zero() {
457 return MinMaxWeightTpl<T>(FloatLimits<T>::kPosInfinity);
460 static const MinMaxWeightTpl<T> One() {
461 return MinMaxWeightTpl<
[all...]

Completed in 170 milliseconds