Home
last modified time | relevance | path

Searched refs:ConsumeBuf (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbuf_rendezvous_test.cc61 br_->ConsumeBuf("key0", [this, &cons_status, &cons_callback_called]( in TEST_F()
84 br_->ConsumeBuf("key0", [this, &cons_status, &cons_callback_called]( in TEST_F()
132 br_->ConsumeBuf("key0", in TEST_F()
149 br_->ConsumeBuf("key0", [&cons_note, &cons_status](const Status& s, in TEST_F()
178 br_->ConsumeBuf("key0", [&cons_note, &cons_status](const Status& s, in TEST_F()
Dbuf_rendezvous.h83 void ConsumeBuf(const string& key, const ConsumerCallback& done);
Dcollective_rma_local.cc40 buf_rendezvous_.ConsumeBuf( in RecvFromPeer()
Dbuf_rendezvous.cc111 void BufRendezvous::ConsumeBuf(const string& key, in ConsumeBuf() function in tensorflow::BufRendezvous
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_worker.cc162 rma->buf_rendezvous()->ConsumeBuf( in RecvBufAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed_test.cc98 buf_rendezvous_.ConsumeBuf( in RecvBufAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc567 rma->buf_rendezvous()->ConsumeBuf( in RecvBufAsync()