Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc330 AsyncEagerNode* async_node = item->node->AsAsync(); in RunItem() local
331 if (async_node == nullptr) { in RunItem()
343 async_node->RunAsync([this, async_ref](const Status& status) { in RunItem()