Searched refs:ProductWeightGenerator (Results 1 - 3 of 3) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h125 class ProductWeightGenerator { class in namespace:fst
131 ProductWeightGenerator(int seed = time(0), bool allow_zero = true) function in class:fst::ProductWeightGenerator
149 : public ProductWeightGenerator<StringWeightGenerator<L, S>, G> {
152 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG;
/external/openfst/src/test/
H A Dweight_test.cc57 using fst::ProductWeightGenerator;
141 typedef ProductWeightGenerator<TropicalWeightGenerator,
160 typedef ProductWeightGenerator<TropicalWeightGenerator,
171 typedef ProductWeightGenerator<TropicalProductWeightGenerator,
211 typedef ProductWeightGenerator<LogWeightGenerator, LogWeightGenerator,
220 typedef ProductWeightGenerator<
/external/openfst/src/include/fst/
H A Drandom-weight.h186 class ProductWeightGenerator { class in namespace:fst
192 ProductWeightGenerator(int seed = time(0), bool allow_zero = true) function in class:fst::ProductWeightGenerator
248 : public ProductWeightGenerator<StringWeightGenerator<L, S>, G> {
251 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG;

Completed in 221 milliseconds