Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc100 context_it->second->Context()->GetContextViewId()) { in CreateContext()
232 if (request->context_view_id() != ctx->GetContextViewId() + 1) { in UpdateContext()
235 request->context_id(), "> currently at view #", ctx->GetContextViewId(), in UpdateContext()
470 response->set_context_view_id(ctx->GetContextViewId()); in KeepAlive()
485 if (request->context_view_id() < context->Context()->GetContextViewId()) { in CloseContext()
490 << context->Context()->GetContextViewId() << "."; in CloseContext()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h298 uint64 GetContextViewId();
Dcontext.cc781 uint64 EagerContext::GetContextViewId() { in GetContextViewId() function in tensorflow::EagerContext
964 CloseRemoteContexts(remove_remote_contexts, context_id, GetContextViewId()); in UpdateRemoteMaster()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc493 tensorflow::uint64 context_view_id = context->GetContextViewId(); in UpdateTFE_ContextWithServerDef()
544 &existing_workers, context_id, context->GetContextViewId(), server_def, in UpdateTFE_ContextWithServerDef()