Home
last modified time | relevance | path

Searched refs:OutfeedReceiverImpl (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Doutfeed_receiver.cc152 class OutfeedReceiverImpl { class
154 OutfeedReceiverImpl(OutfeedReceiver::Callback callback,
158 OutfeedReceiverImpl(const OutfeedReceiverImpl&) = delete;
159 OutfeedReceiverImpl& operator=(const OutfeedReceiverImpl&) = delete;
163 ~OutfeedReceiverImpl();
228 OutfeedReceiverImpl::OutfeedReceiverImpl( in OutfeedReceiverImpl() function in xla::OutfeedReceiverImpl
246 void OutfeedReceiverImpl::Start() { in Start()
261 void OutfeedReceiverImpl::Shutdown() { in Shutdown()
273 mu_.Await(absl::Condition(this, &OutfeedReceiverImpl::ShutdownDone)); in Shutdown()
277 OutfeedReceiverImpl::~OutfeedReceiverImpl() { in ~OutfeedReceiverImpl()
[all …]
Doutfeed_receiver.h29 class OutfeedReceiverImpl; variable
70 std::unique_ptr<OutfeedReceiverImpl> p_impl_;