Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1339 TaggedNodeReadyQueue* inline_ready);
1344 TaggedNodeReadyQueue* inline_ready);
1615 TaggedNodeReadyQueue inline_ready; in Process() local
1661 inline_ready.push_back(tagged_node); in Process()
1662 while (!inline_ready.empty()) { in Process()
1663 tagged_node = inline_ready.front(); in Process()
1664 inline_ready.pop_front(); in Process()
1725 completed = NodeDone(s, item.node, ready, stats, &inline_ready); in Process()
1870 completed = NodeDone(s, item.node, ready, stats, &inline_ready); in Process()
2206 TaggedNodeReadyQueue* inline_ready) { in NodeDone() argument
[all …]