Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-filter.h373 const Weight &lweight = filter_.LookAheadArc() ? in FilterArc() local
378 arc2->weight = Divide(Times(arc2->weight, lweight), fweight); in FilterArc()
379 return FilterState(f1, FilterState2(lweight)); in FilterArc()