Searched refs:kFactorFinalWeights (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dfactor-weight.h40 const uint32 kFactorFinalWeights = 0x00000001; member in namespace:fst
52 uint32 m = kFactorArcWeights | kFactorFinalWeights,
58 float d, uint32 m = kFactorArcWeights | kFactorFinalWeights,
62 FactorWeightOptions(uint32 m = kFactorArcWeights | kFactorFinalWeights, argument
238 if (!(mode_ & kFactorFinalWeights) || f.Done())
329 if ((mode_ & kFactorFinalWeights) &&
377 // be factored when 'mode_' is '0' or 'kFactorFinalWeights'
51 FactorWeightOptions(const CacheOptions &opts, float d, uint32 m = kFactorArcWeights | kFactorFinalWeights, Label il = 0, Label ol = 0) argument
57 FactorWeightOptions( float d, uint32 m = kFactorArcWeights | kFactorFinalWeights, Label il = 0, Label ol = 0) argument
H A Ddeterminize.h895 kFactorFinalWeights, local

Completed in 63 milliseconds