Searched refs:SetLookAheadWeight (Results 1 – 1 of 1) sorted by relevance
166 void SetLookAheadWeight(const Weight &w) { weight_ = w; } in SetLookAheadWeight() function262 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;345 SetLookAheadWeight(Weight::Zero()); in LookAheadFst()354 SetLookAheadWeight(Plus(LookAheadWeight(), in LookAheadFst()364 SetLookAheadWeight(Plus(LookAheadWeight(), matcher_.Value().weight)); in LookAheadFst()389 SetLookAheadWeight(Plus(LookAheadWeight(), arc.weight)); in LookAheadFst()397 SetLookAheadWeight(Plus(LookAheadWeight(), in LookAheadFst()408 SetLookAheadWeight(Weight::One()); // Avoids double counting. in LookAheadFst()435 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;587 SetLookAheadWeight(Weight::One()); in LookAheadFst()[all …]