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

  /external/openfst/src/include/fst/
random-weight.h 48 class TropicalWeightGenerator_ {
52 TropicalWeightGenerator_(int seed = time(0), bool allow_zero = true)
72 template <class T> const int TropicalWeightGenerator_<T>::kNumRandomWeights;
74 typedef TropicalWeightGenerator_<float> TropicalWeightGenerator;
  /external/openfst/src/test/
weight_test.cc 35 using fst::TropicalWeightGenerator_;
77 TropicalWeightGenerator_<T> tropical_generator(seed);
78 WeightTester<TropicalWeightTpl<T>, TropicalWeightGenerator_<T> >

Completed in 171 milliseconds