Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dfactor-weight.h41 const uint32 kFactorArcWeights = 0x00000002; variable
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()) { in FindState()
315 if (!(mode_ & kFactorArcWeights) || fit.Done()) { in Expand()