Searched defs:StringWeightGenerator (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h92 class StringWeightGenerator { class in namespace:fst
96 StringWeightGenerator(int seed = time(0), bool allow_zero = true) function in class:fst::StringWeightGenerator
149 : public ProductWeightGenerator<StringWeightGenerator<L, S>, G> {
152 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG;
/external/openfst/src/include/fst/
H A Drandom-weight.h147 class StringWeightGenerator { class in namespace:fst
151 StringWeightGenerator(int seed = time(0), bool allow_zero = true) function in class:fst::StringWeightGenerator
177 const int StringWeightGenerator<L, S>::kAlphabetSize;
179 const int StringWeightGenerator<L, S>::kMaxStringLength;
248 : public ProductWeightGenerator<StringWeightGenerator<L, S>, G> {
251 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG;

Completed in 3922 milliseconds