Home
last modified time | relevance | path

Searched refs:CreateUnshapedRemoteHandle (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h104 static Status CreateUnshapedRemoteHandle(int64 op_id, int32 output_num,
109 static Status CreateUnshapedRemoteHandle(
Dtensor_handle.cc233 Status TensorHandle::CreateUnshapedRemoteHandle( in CreateUnshapedRemoteHandle() function in tensorflow::TensorHandle
241 Status TensorHandle::CreateUnshapedRemoteHandle( in CreateUnshapedRemoteHandle() function in tensorflow::TensorHandle
Dexecute.cc741 Status status = TensorHandle::CreateUnshapedRemoteHandle( in EagerRemoteExecute()
1083 TF_RETURN_IF_ERROR(TensorHandle::CreateUnshapedRemoteHandle( in EagerCopyToDevice()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.cc167 TF_RETURN_IF_ERROR(TensorHandle::CreateUnshapedRemoteHandle( in DeserializeRemoteTensorHandle()