Searched refs:MinMaxWeightTpl (Results 1 – 4 of 4) sorted by relevance
447 class MinMaxWeightTpl : public FloatWeightTpl<T> {451 typedef MinMaxWeightTpl<T> ReverseWeight;453 MinMaxWeightTpl() : FloatWeightTpl<T>() {} in MinMaxWeightTpl() function455 MinMaxWeightTpl(T f) : FloatWeightTpl<T>(f) {} in MinMaxWeightTpl() function457 MinMaxWeightTpl(const MinMaxWeightTpl<T> &w) : FloatWeightTpl<T>(w) {} in MinMaxWeightTpl() function459 static const MinMaxWeightTpl<T> Zero() { in Zero()460 return MinMaxWeightTpl<T>(FloatLimits<T>::PosInfinity()); in Zero()463 static const MinMaxWeightTpl<T> One() { in One()464 return MinMaxWeightTpl<T>(FloatLimits<T>::NegInfinity()); in One()467 static const MinMaxWeightTpl<T> NoWeight() { in NoWeight()[all …]
35 template <class W> class MinMaxWeightTpl; variable40 typedef MinMaxWeightTpl<float> MinMaxWeight;
115 typedef MinMaxWeightTpl<T> Weight;
44 using fst::MinMaxWeightTpl;88 WeightTester<MinMaxWeightTpl<T>, MinMaxWeightGenerator_<T> > in TestTemplatedWeights()