Searched refs:last_cumulative_weight (Results 1 – 1 of 1) sorted by relevance
32 float last_cumulative_weight = 0.0; in ComputeInterOpSchedulingRanges() local38 float weight = cumulative_weight - last_cumulative_weight; in ComputeInterOpSchedulingRanges()49 int start = last_cumulative_weight * demand_factor; in ComputeInterOpSchedulingRanges()54 last_cumulative_weight = cumulative_weight; in ComputeInterOpSchedulingRanges()