Searched refs:SubWeights (Results 1 – 1 of 1) sorted by relevance
666 const SmallVector<uint32_t> SubWeights; member684 for (auto [Idx, SubWeight] : enumerate(Info.SubWeights)) in updateBranchWeights()722 SmallVector<uint32_t> SubWeights; in initBranchWeights() local726 SubWeights.push_back(0); in initBranchWeights()733 SubWeights.push_back((uint32_t)(ExitWeights * W)); in initBranchWeights()736 WeightInfos.insert({Term, {std::move(Weights), std::move(SubWeights)}}); in initBranchWeights()