Searched refs:RefCountedIntraProcessRendezvous (Results 1 – 3 of 3) sorted by relevance
43 class RefCountedIntraProcessRendezvous : public Rendezvous {45 explicit RefCountedIntraProcessRendezvous(const DeviceMgr* device_mgr);58 ~RefCountedIntraProcessRendezvous() override;60 TF_DISALLOW_COPY_AND_ASSIGN(RefCountedIntraProcessRendezvous);65 using IntraProcessRendezvous = RefCountedIntraProcessRendezvous;
152 RefCountedIntraProcessRendezvous::RefCountedIntraProcessRendezvous( in RefCountedIntraProcessRendezvous() function in tensorflow::RefCountedIntraProcessRendezvous156 RefCountedIntraProcessRendezvous::~RefCountedIntraProcessRendezvous() {} in ~RefCountedIntraProcessRendezvous()158 Status RefCountedIntraProcessRendezvous::Send(const ParsedKey& key, in Send()166 void RefCountedIntraProcessRendezvous::RecvAsync(const ParsedKey& key, in RecvAsync()173 void RefCountedIntraProcessRendezvous::StartAbort(const Status& s) { in StartAbort()
725 core::RefCountPtr<RefCountedIntraProcessRendezvous> rendezvous( in RunInternal()726 new RefCountedIntraProcessRendezvous(device_mgr_.get())); in RunInternal()