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

  /external/openfst/src/include/fst/
random-weight.h 46 // chosen from [0, kNumRandomWeights).
58 int n = rand() % (kNumRandomWeights + allow_zero_);
59 if (allow_zero_ && n == kNumRandomWeights)
67 static const int kNumRandomWeights = 5;
72 template <class T> const int TropicalWeightGenerator_<T>::kNumRandomWeights;
78 // chosen from [0, kNumRandomWeights).
90 int n = rand() % (kNumRandomWeights + allow_zero_);
91 if (allow_zero_ && n == kNumRandomWeights)
99 static const int kNumRandomWeights = 5;
104 template <class T> const int LogWeightGenerator_<T>::kNumRandomWeights;
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 36 // chosen from [0, kNumRandomWeights).
47 int n = rand() % (kNumRandomWeights + allow_zero_);
48 if (allow_zero_ && n == kNumRandomWeights)
56 static const int kNumRandomWeights = 5;
63 // chosen from [0, kNumRandomWeights).
74 int n = rand() % (kNumRandomWeights + allow_zero_);
75 if (allow_zero_ && n == kNumRandomWeights)
83 static const int kNumRandomWeights = 5;

Completed in 557 milliseconds