FST
openfst-1.8.4
OpenFst Library
|
#include <randgen.h>
Public Member Functions | |
RandGenFstOptions (const CacheOptions &opts, Sampler *sampler, int32_t npath=1, bool weighted=true, bool remove_total_weight=false) | |
Public Member Functions inherited from fst::CacheOptions | |
CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit) | |
Public Attributes | |
Sampler * | sampler |
int32_t | npath |
bool | weighted |
bool | remove_total_weight |
Public Attributes inherited from fst::CacheOptions | |
bool | gc |
size_t | gc_limit |
|
inline |
int32_t fst::RandGenFstOptions< Sampler >::npath |
bool fst::RandGenFstOptions< Sampler >::remove_total_weight |
Sampler* fst::RandGenFstOptions< Sampler >::sampler |
bool fst::RandGenFstOptions< Sampler >::weighted |