FST
openfst-1.8.4
OpenFst Library
|
#include <randgen.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
![]() | |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
FastLogProbArcSelector () | |
FastLogProbArcSelector (uint64_t seed) | |
size_t | operator() (const Fst< Arc > &fst, StateId s, CacheLogAccumulator< Arc > *accumulator) const |
![]() | |
LogProbArcSelector () | |
LogProbArcSelector (uint64_t seed) | |
size_t | operator() (const Fst< Arc > &fst, StateId s) const |
uint64_t | Seed () const |
Additional Inherited Members | |
![]() | |
Log64Weight | ToLogWeight (const Weight &weight) const |
std::mt19937_64 & | MutableRand () const |
using fst::FastLogProbArcSelector< Arc >::StateId = typename Arc::StateId |
using fst::FastLogProbArcSelector< Arc >::Weight = typename Arc::Weight |
|
inline |
|
inlineexplicit |
|
inline |