Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h42 class AsyncRemoteExecuteNode; variable
72 virtual AsyncRemoteExecuteNode* AsAsyncRemoteExecuteNode() { return nullptr; } in AsAsyncRemoteExecuteNode()
94 class AsyncRemoteExecuteNode : public AsyncEagerNode {
96 AsyncRemoteExecuteNode* AsAsyncRemoteExecuteNode() final { return this; } in AsAsyncRemoteExecuteNode()
Deager_executor.cc356 AsyncRemoteExecuteNode* async_remote_node = in RunItem()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.h38 class RemoteExecuteNode : public AsyncRemoteExecuteNode {
47 : AsyncRemoteExecuteNode(), in RemoteExecuteNode()