Searched defs:ProductWeightGenerator (Results 1 - 2 of 2) sorted by last modified time

/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/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 3179 milliseconds