Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc184 Microseconds latest_stime = alap_times[node->id()] - makespan; in ComputeSlack() local
185 (*slacks)[node->id()] = (latest_stime - asap_times[node->id()]).value(); in ComputeSlack()