Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-filter.h376 const Weight &fweight = f2.GetWeight(); in FilterArc() local
378 arc2->weight = Divide(Times(arc2->weight, lweight), fweight); in FilterArc()
388 const Weight &fweight = f2.GetWeight(); in FilterFinal() local
389 *weight1 = Divide(*weight1, fweight); in FilterFinal()