Home
last modified time | relevance | path

Searched refs:RefCountedIntraProcessRendezvous (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Drendezvous_mgr.h43 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;
Drendezvous_mgr.cc152 RefCountedIntraProcessRendezvous::RefCountedIntraProcessRendezvous( in RefCountedIntraProcessRendezvous() function in tensorflow::RefCountedIntraProcessRendezvous
156 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()
Ddirect_session.cc725 core::RefCountPtr<RefCountedIntraProcessRendezvous> rendezvous( in RunInternal()
726 new RefCountedIntraProcessRendezvous(device_mgr_.get())); in RunInternal()