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

  /external/openfst/src/test/
algo_test.cc 54 using fst::GallicWeightGenerator;
120 typedef GallicWeightGenerator<int, TropicalWeightGenerator>
weight_test.cc 51 using fst::GallicWeightGenerator;
132 typedef GallicWeightGenerator<int, TropicalWeightGenerator>
  /external/openfst/src/include/fst/
random-weight.h 247 class GallicWeightGenerator
255 GallicWeightGenerator(int seed = time(0), bool allow_zero = true)
258 GallicWeightGenerator(const PG &pg) : PG(pg) {}

Completed in 308 milliseconds