Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc182 Microseconds makespan = alap_times[srcNode->id()]; in ComputeSlack() local
184 Microseconds latest_stime = alap_times[node->id()] - makespan; in ComputeSlack()
310 Microseconds makespan = ComputeSchedule(&start_times); in AssignPriorities() local
315 return makespan; in AssignPriorities()
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc905 int64 makespan = start_times.back().second; in AddControlEdges() local
906 int64 resolution = (makespan / num_epochs) + 1; in AddControlEdges()