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

Method RecvLocalAsync

tensorflow/contrib/star_server/tls_rendezvous_mgr.cc:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void TLSRendezvousMgr::RecvLocalAsync(int64 step_id,
20 const Rendezvous::ParsedKey& parsed,
21 Rendezvous::DoneCallback done) {
22 GetImpl()->RecvLocalAsync(step_id, parsed, done);
23}
24
25Status TLSRendezvousMgr::RecvLocal(int64 step_id,
26 const Rendezvous::ParsedKey& parsed,

Callers 4

AddRequestMethod · 0.45
RecvTensorAsyncMethod · 0.45
GrpcRecvTensorAsyncMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected