OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GallicWeightGenerator
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h
148
class
GallicWeightGenerator
156
GallicWeightGenerator
(int seed = time(0), bool allow_zero = true)
159
GallicWeightGenerator
(const PG &pg) : PG(pg) {}
/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 610 milliseconds