FST
openfst-1.8.4
OpenFst Library
|
#include <float-weight.h>
Public Types | |
using | Weight = RealWeightTpl< T > |
using | Generate = FloatWeightGenerate< Weight > |
Public Member Functions | |
WeightGenerate (uint64_t seed=std::random_device()(), bool allow_zero=true, size_t num_random_weights=kNumRandomWeights) | |
Weight | operator() () const |
![]() | |
FloatWeightGenerate (uint64_t seed=std::random_device()(), bool allow_zero=true, const size_t num_random_weights=kNumRandomWeights) | |
RealWeightTpl< T > | operator() () const |
Definition at line 1132 of file float-weight.h.
using fst::WeightGenerate< RealWeightTpl< T > >::Generate = FloatWeightGenerate<Weight> |
Definition at line 1136 of file float-weight.h.
using fst::WeightGenerate< RealWeightTpl< T > >::Weight = RealWeightTpl<T> |
Definition at line 1135 of file float-weight.h.
|
inlineexplicit |
Definition at line 1138 of file float-weight.h.
|
inline |
Definition at line 1143 of file float-weight.h.