Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc303 GreedyScheduler greedysched(devices_, cost_model_, graph_, &slacks); in ComputeSchedule() local
304 return greedysched.ComputeSchedule(start_times); in ComputeSchedule()