Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc318 for (const auto& target_and_context_id : remote_contexts_) { in MaybeRegisterFunctionRemotely() local
319 requests[i].set_context_id(target_and_context_id.second); in MaybeRegisterFunctionRemotely()
323 remote_eager_workers_->GetClient(target_and_context_id.first); in MaybeRegisterFunctionRemotely()