Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Find
Method
Find
tensorflow/core/distributed_runtime/base_rendezvous_mgr.cc:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
RemoteRendezvous* BaseRendezvousMgr::Find(int64 step_id) {
62
return FindOrCreate(step_id);
63
}
64
65
BaseRemoteRendezvous* BaseRendezvousMgr::FindOrCreate(int64 step_id) {
66
mutex_lock l(mu_);
Callers
11
DeparallelizeWhileLoops
Method · 0.45
AbortStep
Method · 0.45
ConstructFunctionGraph
Method · 0.45
Instantiate
Method · 0.45
InitItem
Method · 0.45
SendInputs
Method · 0.45
RecvOutputs
Method · 0.45
RecvOutputsAsync
Method · 0.45
ExecuteAsync
Method · 0.45
CreateContext
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36