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

  /external/openfst/src/test/
algo_test.cc 40 using fst::TropicalWeightGenerator;
83 TropicalWeightGenerator tropical_generator(seed, false);
84 AlgoTester<StdArc, TropicalWeightGenerator>
120 typedef GallicWeightGenerator<int, TropicalWeightGenerator>
132 typedef LexicographicWeightGenerator<TropicalWeightGenerator,
133 TropicalWeightGenerator> TropicalLexicographicWeightGenerator;
143 typedef PowerWeightGenerator<TropicalWeightGenerator, 3>
weight_test.cc 33 using fst::TropicalWeightGenerator;
132 typedef GallicWeightGenerator<int, TropicalWeightGenerator>
141 typedef ProductWeightGenerator<TropicalWeightGenerator,
142 TropicalWeightGenerator> TropicalProductWeightGenerator;
150 typedef PowerWeightGenerator<TropicalWeightGenerator, 3>
160 typedef ProductWeightGenerator<TropicalWeightGenerator,
172 TropicalWeightGenerator> FirstNestedProductWeightGenerator;
246 typedef LexicographicWeightGenerator<TropicalWeightGenerator,
247 TropicalWeightGenerator> TropicalLexicographicWeightGenerator;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 37 class TropicalWeightGenerator {
41 TropicalWeightGenerator(int seed = time(0), bool allow_zero = true)
  /external/openfst/src/include/fst/
random-weight.h 74 typedef TropicalWeightGenerator_<float> TropicalWeightGenerator;

Completed in 917 milliseconds