MCPcopy 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
61RemoteRendezvous* BaseRendezvousMgr::Find(int64 step_id) {
62 return FindOrCreate(step_id);
63}
64
65BaseRemoteRendezvous* BaseRendezvousMgr::FindOrCreate(int64 step_id) {
66 mutex_lock l(mu_);

Callers 11

AbortStepMethod · 0.45
InstantiateMethod · 0.45
InitItemMethod · 0.45
SendInputsMethod · 0.45
RecvOutputsMethod · 0.45
RecvOutputsAsyncMethod · 0.45
ExecuteAsyncMethod · 0.45
CreateContextMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36