MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetContextId

Method GetContextId

tensorflow/core/common_runtime/eager/context.cc:594–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594uint64 EagerContext::GetContextId() {
595 tf_shared_lock l(remote_state_mu_);
596 return context_id_;
597}
598
599Status EagerContext::StoreCollectiveOpsServer(
600 std::unique_ptr<ServerInterface> server, DeviceMgr* device_mgr,

Callers 7

EagerRemoteExecuteFunction · 0.80
EagerCopyToDeviceFunction · 0.80
StartSendMethod · 0.80
RunRemoteRecvMethod · 0.80
StartRemoteSendTensorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected