Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_execute_node.h29 class RemoteExecuteNode : public tensorflow::EagerNode {
31 RemoteExecuteNode( in RemoteExecuteNode() function
47 RemoteExecuteNode(tensorflow::uint64 id, in RemoteExecuteNode() function
54 ~RemoteExecuteNode() { in ~RemoteExecuteNode()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc549 new eager::RemoteExecuteNode(id, std::move(request), eager_client); in GetRemoteTensorDestructor()
746 auto* node = new eager::RemoteExecuteNode( in EagerRemoteExecute()