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

Method IntraProcessRendezvous

tensorflow/core/common_runtime/rendezvous_mgr.cc:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace tensorflow {
33
34IntraProcessRendezvous::IntraProcessRendezvous(const DeviceMgr* device_mgr)
35 : device_mgr_(device_mgr), local_(NewLocalRendezvous()) {}
36
37IntraProcessRendezvous::~IntraProcessRendezvous() { local_->Unref(); }
38

Callers

nothing calls this directly

Calls 1

NewLocalRendezvousFunction · 0.85

Tested by

no test coverage detected