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

  /external/openfst/src/test/
weight_test.cc 57 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/
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 281 milliseconds