OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProductWeightGenerator
(Results
1 - 3
of
3
) 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/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 118 milliseconds