HomeSort by relevance Sort by last modified time
    Searched refs:kFactorFinalWeights (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
factor-weight.h 40 const uint32 kFactorFinalWeights = 0x00000001;
52 uint32 m = kFactorArcWeights | kFactorFinalWeights,
58 float d, uint32 m = kFactorArcWeights | kFactorFinalWeights,
62 FactorWeightOptions(uint32 m = kFactorArcWeights | kFactorFinalWeights,
238 if (!(mode_ & kFactorFinalWeights) || f.Done())
329 if ((mode_ & kFactorFinalWeights) &&
377 // be factored when 'mode_' is '0' or 'kFactorFinalWeights'
determinize.h 895 kFactorFinalWeights,
    [all...]

Completed in 55 milliseconds