Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc1252 string device_task_name; in GetClient() local
1253 if (!DeviceNameUtils::GetTaskName(device_name, &device_task_name)) { in GetClient()
1266 remote_eager_workers_->GetClient(device_task_name, client)); in GetClient()
1274 device_task_name) == remote_contexts_.end()) { in GetClient()
1276 device_task_name, ". This should not happen."); in GetClient()