FST
openfst-1.8.2.post1
OpenFst Library
|
#include <factor-weight.h>
Public Types | |
using | Label = typename Arc::Label |
Public Member Functions | |
FactorWeightOptions (const CacheOptions &opts, float delta=kDelta, uint8_t mode=kFactorArcWeights|kFactorFinalWeights, Label final_ilabel=0, Label final_olabel=0, bool increment_final_ilabel=false, bool increment_final_olabel=false) | |
FactorWeightOptions (float delta=kDelta, uint8_t mode=kFactorArcWeights|kFactorFinalWeights, Label final_ilabel=0, Label final_olabel=0, bool increment_final_ilabel=false, bool increment_final_olabel=false) | |
![]() | |
CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit) | |
Public Attributes | |
float | delta |
uint8_t | mode |
Label | final_ilabel |
Label | final_olabel |
bool | increment_final_ilabel |
bool | increment_final_olabel |
![]() | |
bool | gc |
size_t | gc_limit |
Definition at line 42 of file factor-weight.h.
using fst::FactorWeightOptions< Arc >::Label = typename Arc::Label |
Definition at line 43 of file factor-weight.h.
|
inlineexplicit |
Definition at line 52 of file factor-weight.h.
|
inlineexplicit |
Definition at line 66 of file factor-weight.h.
float fst::FactorWeightOptions< Arc >::delta |
Definition at line 45 of file factor-weight.h.
Label fst::FactorWeightOptions< Arc >::final_ilabel |
Definition at line 47 of file factor-weight.h.
Label fst::FactorWeightOptions< Arc >::final_olabel |
Definition at line 48 of file factor-weight.h.
bool fst::FactorWeightOptions< Arc >::increment_final_ilabel |
Definition at line 49 of file factor-weight.h.
bool fst::FactorWeightOptions< Arc >::increment_final_olabel |
Definition at line 50 of file factor-weight.h.
uint8_t fst::FactorWeightOptions< Arc >::mode |
Definition at line 46 of file factor-weight.h.