FST
openfst-1.8.4
OpenFst Library
|
#include <pair-weight.h>
Public Types | |
using | Weight = PairWeight< W1, W2 > |
using | Generate1 = WeightGenerate< W1 > |
using | Generate2 = WeightGenerate< W2 > |
Public Member Functions | |
WeightGenerate (uint64_t seed=std::random_device()(), bool allow_zero=true) | |
Weight | operator() () const |
Definition at line 154 of file pair-weight.h.
using fst::WeightGenerate< PairWeight< W1, W2 > >::Generate1 = WeightGenerate<W1> |
Definition at line 157 of file pair-weight.h.
using fst::WeightGenerate< PairWeight< W1, W2 > >::Generate2 = WeightGenerate<W2> |
Definition at line 158 of file pair-weight.h.
using fst::WeightGenerate< PairWeight< W1, W2 > >::Weight = PairWeight<W1, W2> |
Definition at line 156 of file pair-weight.h.
|
inlineexplicit |
Definition at line 160 of file pair-weight.h.
|
inline |
Definition at line 164 of file pair-weight.h.