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

  /external/openfst/src/test/
algo_test.cc 49 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> >
weight_test.cc 48 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/
random-weight.h 92 class StringWeightGenerator {
96 StringWeightGenerator(int seed = time(0), bool allow_zero = true)
149 : public ProductWeightGenerator<StringWeightGenerator<L, S>, G> {
152 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG;
  /external/openfst/src/include/fst/
random-weight.h 147 class StringWeightGenerator {
151 StringWeightGenerator(int seed = time(0), bool allow_zero = true)
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 3399 milliseconds