Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.h82 const Node* GetNodeWithHighestPriority(const std::vector<const Node*>& nodes);
Dscheduler.cc268 e.node = GetNodeWithHighestPriority(sim->ready_nodes); in ComputeSchedule()
280 const Node* GreedyScheduler::GetNodeWithHighestPriority( in GetNodeWithHighestPriority() function in tensorflow::GreedyScheduler