Searched refs:StringWeightGenerator (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/test/
H A Dalgo_test.cc49 using fst::StringWeightGenerator;
104 StringWeightGenerator<int> left_string_generator(seed, false);
105 AlgoTester<StringArc<>, StringWeightGenerator<int> >
111 StringWeightGenerator<int, STRING_RIGHT> right_string_generator(seed, false);
113 StringWeightGenerator<int, STRING_RIGHT> >
H A Dweight_test.cc48 using fst::StringWeightGenerator;
120 StringWeightGenerator<int> left_string_generator(seed);
121 WeightTester<StringWeight<int>, StringWeightGenerator<int> >
125 StringWeightGenerator<int, STRING_RIGHT> right_string_generator(seed);
127 StringWeightGenerator<int, STRING_RIGHT> >
/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 645 milliseconds