Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr.cc79 handle->RemoteAddress(handle->device(), op_id, output_num)); in GetRemoteTensorHandle()
120 if (!in->RemoteAddress(device, &op_id, &output_num).ok()) { in SerializeRemoteTensorHandle()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h142 Status RemoteAddress(Device* d, int64* op_id, int32* output_num) const;
Dtensor_handle.cc414 Status TensorHandle::RemoteAddress(Device* d, int64* op_id, in RemoteAddress() function in tensorflow::TensorHandle