Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_session.cc130 std::vector<std::unique_ptr<Device>> added_remote_devices, in UpdateWorkerCacheAndDevices() argument
139 remote_device_mgr_->AddDevices(std::move(added_remote_devices))); in UpdateWorkerCacheAndDevices()
Dsession_mgr.cc220 std::vector<std::unique_ptr<Device>> added_remote_devices; in UpdateSession() local
246 &added_remote_devices); in UpdateSession()
250 std::move(added_remote_devices), removed_remote_devices)); in UpdateSession()
Dworker_session.h85 std::vector<std::unique_ptr<Device>> added_remote_devices,