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

/external/openfst/src/test/
H A Dalgo_test.cc40 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>
H A Dweight_test.cc33 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/
H A Drandom-weight.h37 class TropicalWeightGenerator { class in namespace:fst
41 TropicalWeightGenerator(int seed = time(0), bool allow_zero = true) function in class:fst::TropicalWeightGenerator
/external/openfst/src/include/fst/
H A Drandom-weight.h74 typedef TropicalWeightGenerator_<float> TropicalWeightGenerator; typedef in namespace:fst

Completed in 93 milliseconds