Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc81 TF_ASSERT_OK(remote_mgr.SerializeRemoteTensorHandle( in TEST_F()
90 TEST_F(RemoteMgrTest, SerializeRemoteTensorHandle) { in TEST_F() argument
98 TF_ASSERT_OK(remote_mgr.SerializeRemoteTensorHandle( in TEST_F()
Dremote_mgr.h69 Status SerializeRemoteTensorHandle(
Dremote_copy_node.cc151 status = ctx_->RemoteMgr()->SerializeRemoteTensorHandle( in StartSend()
342 TF_RETURN_IF_ERROR(ctx->RemoteMgr()->SerializeRemoteTensorHandle( in SerializePackedHandle()
Dremote_mgr.cc123 Status RemoteMgr::SerializeRemoteTensorHandle( in SerializeRemoteTensorHandle() function in tensorflow::eager::RemoteMgr
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.cc116 return ctx->RemoteMgr()->SerializeRemoteTensorHandle( in Init()
Dexecute.cc902 TF_RETURN_IF_ERROR(ctx.RemoteMgr()->SerializeRemoteTensorHandle( in EagerRemoteExecute()