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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 125 class ProductWeightGenerator {
131 ProductWeightGenerator(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 186 class ProductWeightGenerator {
192 ProductWeightGenerator(int seed = time(0), bool allow_zero = true)
248 : public ProductWeightGenerator<StringWeightGenerator<L, S>, G> {
251 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG;

Completed in 385 milliseconds