Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dreweight.h81 typename Arc::Weight nextweight = potential[arc.nextstate]; in Reweight() local
82 if (nextweight == Weight::Zero()) in Reweight()
85 arc.weight = Divide(Times(arc.weight, nextweight), weight, in Reweight()
88 arc.weight = Divide(Times(weight, arc.weight), nextweight, in Reweight()