Searched refs:TropicalWeightGenerator_ (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Drandom-weight.h48 class TropicalWeightGenerator_ { class in namespace:fst
52 TropicalWeightGenerator_(int seed = time(0), bool allow_zero = true) function in class:fst::TropicalWeightGenerator_
72 template <class T> const int TropicalWeightGenerator_<T>::kNumRandomWeights;
74 typedef TropicalWeightGenerator_<float> TropicalWeightGenerator;
/external/openfst/src/test/
H A Dweight_test.cc35 using fst::TropicalWeightGenerator_;
77 TropicalWeightGenerator_<T> tropical_generator(seed);
78 WeightTester<TropicalWeightTpl<T>, TropicalWeightGenerator_<T> >

Completed in 552 milliseconds