Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h72 virtual AsyncRemoteExecuteNode* AsAsyncRemoteExecuteNode() { return nullptr; } in AsAsyncRemoteExecuteNode() function
96 AsyncRemoteExecuteNode* AsAsyncRemoteExecuteNode() final { return this; } in AsAsyncRemoteExecuteNode() function
Deager_executor.cc357 item->node->AsAsyncRemoteExecuteNode(); in RunItem()