Searched refs:GetNodeWithHighestPriority (Results 1 – 2 of 2) sorted by relevance
82 const Node* GetNodeWithHighestPriority(const std::vector<const Node*>& nodes);
268 e.node = GetNodeWithHighestPriority(sim->ready_nodes); in ComputeSchedule()280 const Node* GreedyScheduler::GetNodeWithHighestPriority( in GetNodeWithHighestPriority() function in tensorflow::GreedyScheduler