OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignedLogWeightGenerator_
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
random-weight.h
289
class
SignedLogWeightGenerator_
{
293
SignedLogWeightGenerator_
(int seed = time(0), bool allow_zero = true)
317
template <class T> const int
SignedLogWeightGenerator_
<T>::kNumRandomWeights;
319
typedef
SignedLogWeightGenerator_
<float> SignedLogWeightGenerator;
/external/openfst/src/test/
weight_test.cc
63
using fst::
SignedLogWeightGenerator_
;
92
SignedLogWeightGenerator_
<T> signedlog_generator(seed);
93
WeightTester<SignedLogWeightTpl<T>,
SignedLogWeightGenerator_
<T> >
Completed in 525 milliseconds