Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc295 uint64 upperbound_id = 0; in NotifyWaiters() local
297 upperbound_id = unfinished_nodes_.begin()->first - 1; in NotifyWaiters()
299 upperbound_id = node_queue_.front()->id - 1; in NotifyWaiters()
301 upperbound_id = next_node_id_ - 1; in NotifyWaiters()
303 if (upperbound_id < id) { in NotifyWaiters()
306 DVLOG(3) << "Notify node done: [id " << id << " to " << upperbound_id in NotifyWaiters()
314 node_done_notifications_.upper_bound(upperbound_id)) in NotifyWaiters()