Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc31 if (ctx->GetContextId() != context_id) { in DestroyRemoteTensorHandle()
107 context_id_(ctx->GetContextId()), in RemoteTensorHandleData()
Dremote_copy_node.cc149 request.set_context_id(ctx_->GetContextId()); in StartSend()
215 uint64 context_id = ctx_->GetContextId(); in RunRemoteRecv()
366 uint64 context_id = ctx_->GetContextId(); in StartSendPackedHandle()
419 uint64 context_id = ctx_->GetContextId(); in StartRemoteSendTensor()
/external/tensorflow/tensorflow/core/profiler/lib/
Dconnected_traceme.h98 uint64 GetContextId() const { return context_id_; } in GetContextId() function
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtransfer_ops.cc61 traceme_context_id = schedule_activity.GetContextId()]() { in ComputeAsync()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_interface.h176 virtual CUptiResult GetContextId(CUcontext context, uint32_t* context_id) = 0;
Dcupti_wrapper.h169 CUptiResult GetContextId(CUcontext context, uint32_t* context_id) override;
Dcupti_wrapper.cc236 CUptiResult CuptiWrapper::GetContextId(CUcontext context, in GetContextId() function in tensorflow::profiler::CuptiWrapper
Dcupti_tracer.cc1087 cupti_interface_->GetContextId(context, &context_id)); in GetContextInfo()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc627 request->set_context_id(GetContextId()); in MaybeRegisterFunctionRemotely()
662 uint64 context_id = GetContextId(); in RegisterExistingFunctionsOnRemoteWorkers()
813 request.set_context_id(GetContextId()); in SyncExecutors()
1048 uint64 EagerContext::GetContextId() const { in GetContextId() function in tensorflow::EagerContext
Dcontext.h347 uint64 GetContextId() const;
Dcontext_distributed_manager.cc446 tensorflow::uint64 context_id = context->GetContextId(); in UpdateContextWithServerDef()
Dtensor_handle.cc780 if (remote_mirror->second.context_view_id() >= ctx->GetContextId()) { in AddUnshapedRemoteMirror()
Dexecute.cc833 uint64 context_id = ctx.GetContextId(); in EagerRemoteExecute()
/external/tensorflow/tensorflow/core/common_runtime/
Dbase_collective_executor.cc328 context_id = producer.GetContextId()]() { in ExecuteAsync()
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc62 return context->GetContextId(); in TFE_GetContextId()
Dc_api.cc215 } else if (context->GetContextId() == in TFE_ContextUpdateServerDef()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc616 collective->trace_context = traceme.GetContextId(); in RunCollective()