Searched refs:ComputeSchedule (Results 1 – 5 of 5) sorted by relevance
78 Microseconds ComputeSchedule(std::vector<Microseconds>* start_times);102 Microseconds ComputeSchedule(std::vector<Microseconds>* start_times);
211 Microseconds GreedyScheduler::ComputeSchedule( in ComputeSchedule() function in tensorflow::GreedyScheduler298 Microseconds PriorityScheduler::ComputeSchedule( in ComputeSchedule() function in tensorflow::PriorityScheduler304 return greedysched.ComputeSchedule(start_times); in ComputeSchedule()310 Microseconds makespan = ComputeSchedule(&start_times); in AssignPriorities()
37 static Schedule* ComputeSchedule(Zone* temp_zone, Graph* graph, Flags flags);
1479 Schedule* schedule = Scheduler::ComputeSchedule(temp_zone, data->graph(), in Run()1643 Schedule* schedule = Scheduler::ComputeSchedule( in Run()1925 schedule = Scheduler::ComputeSchedule(temp_zone, data->graph(), in Run()
42 Schedule* Scheduler::ComputeSchedule(Zone* zone, Graph* graph, Flags flags) { in ComputeSchedule() function in v8::internal::compiler::Scheduler