Home
last modified time | relevance | path

Searched refs:demand_factor (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Drun_handler_util.cc31 float demand_factor = static_cast<float>(num_threads) / total_weight; in ComputeInterOpSchedulingRanges() local
45 static_cast<int>(ceil(weight * demand_factor - 0.00001f))); in ComputeInterOpSchedulingRanges()
49 int start = last_cumulative_weight * demand_factor; in ComputeInterOpSchedulingRanges()