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

/external/openfst/src/include/fst/
H A Dfactor-weight.h41 const uint32 kFactorArcWeights = 0x00000002; member in namespace:fst
52 uint32 m = kFactorArcWeights | kFactorFinalWeights,
58 float d, uint32 m = kFactorArcWeights | kFactorFinalWeights,
62 FactorWeightOptions(uint32 m = kFactorArcWeights | kFactorFinalWeights,
283 if (!(mode_ & kFactorArcWeights) && e.weight == Weight::One()) {
315 if (!(mode_ & kFactorArcWeights) || fit.Done()) {

Completed in 76 milliseconds