OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinMaxWeightGenerator_
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
random-weight.h
113
class
MinMaxWeightGenerator_
{
117
MinMaxWeightGenerator_
(int seed = time(0), bool allow_zero = true)
139
template <class T> const int
MinMaxWeightGenerator_
<T>::kNumRandomWeights;
141
typedef
MinMaxWeightGenerator_
<float> MinMaxWeightGenerator;
/external/openfst/src/test/
weight_test.cc
45
using fst::
MinMaxWeightGenerator_
;
87
MinMaxWeightGenerator_
<T> minmax_generator(seed);
88
WeightTester<MinMaxWeightTpl<T>,
MinMaxWeightGenerator_
<T> >
Completed in 261 milliseconds