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

/external/openfst/src/include/fst/
H A Drandom-weight.h289 class SignedLogWeightGenerator_ { class in namespace:fst
293 SignedLogWeightGenerator_(int seed = time(0), bool allow_zero = true) function in class:fst::SignedLogWeightGenerator_
317 template <class T> const int SignedLogWeightGenerator_<T>::kNumRandomWeights;
319 typedef SignedLogWeightGenerator_<float> SignedLogWeightGenerator;
/external/openfst/src/test/
H A Dweight_test.cc63 using fst::SignedLogWeightGenerator_;
92 SignedLogWeightGenerator_<T> signedlog_generator(seed);
93 WeightTester<SignedLogWeightTpl<T>, SignedLogWeightGenerator_<T> >

Completed in 83 milliseconds