Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Drun_handler_util.cc32 float last_cumulative_weight = 0.0; in ComputeInterOpSchedulingRanges() local
38 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()