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

/external/openfst/src/include/fst/
H A Dfloat-weight.h447 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...]
H A Dfst-decl.h35 template <class W> class MinMaxWeightTpl;
40 typedef MinMaxWeightTpl<float> MinMaxWeight;
H A Drandom-weight.h109 // This function object returns MinMaxWeightTpl<T>'s that are random integers
115 typedef MinMaxWeightTpl<T> Weight;
/external/openfst/src/test/
H A Dweight_test.cc44 using fst::MinMaxWeightTpl;
88 WeightTester<MinMaxWeightTpl<T>, MinMaxWeightGenerator_<T> >

Completed in 288 milliseconds