Searched refs:SubWeights (Results 1 – 1 of 1) sorted by relevance
600 const SmallVector<uint32_t> SubWeights; member620 for (auto [Idx, SubWeight] : enumerate(Info.SubWeights)) in updateBranchWeights()653 SmallVector<uint32_t> SubWeights; in initBranchWeights() local657 SubWeights.push_back(0); in initBranchWeights()664 SubWeights.push_back((uint32_t)(ExitWeights * W)); in initBranchWeights()667 WeightInfos.insert({Term, {std::move(Weights), std::move(SubWeights)}}); in initBranchWeights()