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.cc317 TaggedNodeReadyQueue* inline_ready);
325 void ScheduleReady(TaggedNodeSeq* ready, TaggedNodeReadyQueue* inline_ready);
682 TaggedNodeReadyQueue inline_ready; in Process() local
743 inline_ready.push_back(tagged_node); in Process()
744 while (!inline_ready.empty()) { in Process()
745 tagged_node = inline_ready.front(); in Process()
746 inline_ready.pop_front(); in Process()
795 completed = NodeDone(s, &ready, stats, &inline_ready); in Process()
844 completed = NodeDone(s, &ready, stats, &inline_ready); in Process()
1065 TaggedNodeReadyQueue* inline_ready) { in NodeDone() argument
[all …]