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.cc407 string device_task_name; in GetClientAndContextID() local
408 TF_RETURN_IF_ERROR(GetTaskName(device, &device_task_name)); in GetClientAndContextID()
410 *client = remote_eager_workers_->GetClient(device_task_name); in GetClientAndContextID()
417 auto context_iterator = remote_contexts_.find(device_task_name); in GetClientAndContextID()
420 device_task_name, ". This should not be possible"); in GetClientAndContextID()