Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc123 std::vector<std::unique_ptr<Device>> cluster_devices; in CreateSession() local
144 &cluster_devices); in CreateSession()
149 remote_devices->AddDevices(std::move(cluster_devices))); in CreateSession()
160 &cluster_devices); in CreateSession()
165 remote_devices->AddDevices(std::move(cluster_devices))); in CreateSession()
215 std::vector<std::unique_ptr<Device>> cluster_devices; in UpdateSession() local