Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h203 Status GetClientAndContextID(Device* device, eager::EagerClient** client,
Dexecute.cc584 ctx->GetClientAndContextID(recv_device, &eager_client, &context_id)); in EagerRemoteSendTensor()
651 ctx->GetClientAndContextID(op->Device(), &eager_client, &context_id)); in EagerRemoteExecute()
Dcontext.cc399 Status EagerContext::GetClientAndContextID(Device* device, in GetClientAndContextID() function in tensorflow::EagerContext