HomeSort by relevance Sort by last modified time
    Searched refs:MinMaxWeightTpl (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
float-weight.h 444 class MinMaxWeightTpl : public FloatWeightTpl<T> {
448 typedef MinMaxWeightTpl<T> ReverseWeight;
450 MinMaxWeightTpl() : FloatWeightTpl<T>() {}
452 MinMaxWeightTpl(T f) : FloatWeightTpl<T>(f) {}
454 MinMaxWeightTpl(const MinMaxWeightTpl<T> &w) : FloatWeightTpl<T>(w) {}
456 static const MinMaxWeightTpl<T> Zero() {
457 return MinMaxWeightTpl<T>(FloatLimits<T>::kPosInfinity);
460 static const MinMaxWeightTpl<T> One() {
461 return MinMaxWeightTpl<T>(FloatLimits<T>::kNegInfinity)
    [all...]
fst-decl.h 35 template <class W> class MinMaxWeightTpl;
40 typedef MinMaxWeightTpl<float> MinMaxWeight;
random-weight.h 109 // This function object returns MinMaxWeightTpl<T>'s that are random integers
115 typedef MinMaxWeightTpl<T> Weight;
  /external/openfst/src/test/
weight_test.cc 44 using fst::MinMaxWeightTpl;
88 WeightTester<MinMaxWeightTpl<T>, MinMaxWeightGenerator_<T> >

Completed in 26 milliseconds