Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_mgr_test.cc84 TF_ASSERT_OK(remote_mgr.SerializeRemoteTensorHandle( in TEST_F()
93 TEST_F(RemoteMgrTest, SerializeRemoteTensorHandle) { in TEST_F() argument
101 TF_ASSERT_OK(remote_mgr.SerializeRemoteTensorHandle( in TEST_F()
166 TF_ASSERT_OK(remote_mgr.SerializeRemoteTensorHandle( in TEST_F()
H A Dremote_mgr.h68 Status SerializeRemoteTensorHandle(
H A Dremote_copy_node.cc155 status = ctx_->RemoteMgr()->SerializeRemoteTensorHandle( in StartSend()
351 TF_RETURN_IF_ERROR(ctx->RemoteMgr()->SerializeRemoteTensorHandle( in SerializePackedHandle()
H A Dremote_mgr.cc151 Status RemoteMgr::SerializeRemoteTensorHandle( in SerializeRemoteTensorHandle() function in tensorflow::eager::RemoteMgr
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dexecute_node.cc116 return ctx->RemoteMgr()->SerializeRemoteTensorHandle( in Init()
H A Dexecute.cc1610 TF_RETURN_IF_ERROR(ctx.RemoteMgr()->SerializeRemoteTensorHandle( in EagerRemoteExecute()