Searched refs:demand_factor (Results 1 – 1 of 1) sorted by relevance
31 float demand_factor = static_cast<float>(num_threads) / total_weight; in ComputeInterOpSchedulingRanges() local45 static_cast<int>(ceil(weight * demand_factor - 0.00001f))); in ComputeInterOpSchedulingRanges()49 int start = last_cumulative_weight * demand_factor; in ComputeInterOpSchedulingRanges()