Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_mgr_test.cc82 handle->SetRemoteShape(shape, remote_device_, ctx_->GetContextViewId())); in TEST_F()
121 handle->HasRemoteMirror(remote_device_, ctx_->GetContextViewId())); in TEST_F()
126 handle->HasRemoteMirror(remote_device_, ctx_->GetContextViewId())); in TEST_F()
129 ctx_->GetContextViewId()) in TEST_F()
143 ctx_->GetContextViewId())); in TEST_F()
153 ctx_->GetContextViewId())); in TEST_F()
Deager_service_impl.cc217 context_it->second->Context()->GetContextViewId()) { in CreateContext()
378 if (request->context_view_id() != ctx->GetContextViewId() + 1) { in UpdateContext()
381 request->context_id(), "> currently at view #", ctx->GetContextViewId(), in UpdateContext()
664 response->set_context_view_id(ctx->GetContextViewId()); in KeepAlive()
679 if (request->context_view_id() < context->Context()->GetContextViewId()) { in CloseContext()
684 << context->Context()->GetContextViewId() << "."; in CloseContext()
Dremote_copy_node.cc228 uint64 context_view_id = ctx_->GetContextViewId(); in RunRemoteRecv()
365 const uint64 context_view_id = ctx_->GetContextViewId(); in StartSendPackedHandle()
434 uint64 context_view_id = ctx_->GetContextViewId(); in StartRemoteSendTensor()
518 uint64 context_view_id = ctx_->GetContextViewId(); in Abort()
Dremote_tensor_handle_data.cc109 context_view_id_(ctx->GetContextViewId()), in RemoteTensorHandleData()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_test.cc209 context()->GetContextViewId())); in TEST_F()
212 context()->GetContextViewId())); in TEST_F()
399 shape, d1, context->GetContextViewId(), d2->name())); in TEST_F()
Dexecute_node.cc24 uint64 context_view_id = ctx->GetContextViewId(); in IsRemote()
Dtensor_handle.cc413 ctx->GetContextViewId(), is_ready) { in TensorHandle()
801 if (mirror->second.context_view_id() == ctx->GetContextViewId()) { in AddResourceShapeMirror()
811 std::forward_as_tuple(op_id, output_num, ctx->GetContextViewId(), in AddResourceShapeMirror()
Dexecute.cc1600 ctx.GetContextViewId())); in EagerRemoteExecute()
1669 ctx.GetContextViewId(), eager_client.get(), op->GetCancellationManager(), in EagerRemoteExecute()
1720 output_device, ctx->GetContextViewId())); in GetKernelOutputs()
1749 ctx->GetContextViewId())); in GetKernelOutputs()
1998 if (h->HasRemoteMirror(device, ctx->GetContextViewId())) { in EagerCopyToDevice()
Dcontext_distributed_manager.cc443 uint64 context_view_id = context->GetContextViewId(); in UpdateContextWithServerDef()
505 &existing_workers, context_id, context->GetContextViewId(), server_def, in UpdateContextWithServerDef()
Dcontext.cc1306 uint64 EagerContext::GetContextViewId() const { in GetContextViewId() function in tensorflow::EagerContext
1508 CloseRemoteContexts(remove_remote_contexts, context_id, GetContextViewId()); in UpdateRemoteMaster()
Dcontext.h397 uint64 GetContextViewId() const;