Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc83 handle->AddRemoteMirror(std::move(tensor_handle_data), remote_device_)); in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.h137 Status AddRemoteMirror(std::unique_ptr<RemoteTensorHandleData> t, Device* d);
Dtensor_handle.cc505 Status TensorHandle::AddRemoteMirror(std::unique_ptr<RemoteTensorHandleData> t, in AddRemoteMirror() function in tensorflow::TensorHandle