Home
last modified time | relevance | path

Searched defs:recv_done (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc108 HloInstruction* recv_done = in GlobalPredecessors() local
180 const HloInstruction* recv_done = instruction->users().front(); in GlobalSuccessors() local
188 HloInstruction* recv_done = in GlobalSuccessors() local
Dhlo_reachability_test.cc199 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F() local
Dlogical_buffer_analysis.cc142 Status LogicalBufferAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
Dhlo_module_group_metadata.h110 HloInstruction* recv_done = nullptr; member
Ddfs_hlo_visitor_with_default.h197 Status HandleRecvDone(HloInstructionPtr recv_done) override { in HandleRecvDone()
Dhlo_verifier.cc713 Status ShapeVerifier::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
1156 const HloInstruction* recv_done = instruction->users().front(); in VerifySendsAndRecvs() local
Dbuffer_liveness_test.cc334 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F() local
Dtuple_points_to_analysis.cc287 Status TuplePointsToAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
Dhlo_dataflow_analysis.cc340 bool HloDataflowAnalysis::UpdateRecvDoneValueSet(HloInstruction* recv_done) { in UpdateRecvDoneValueSet()
Dtuple_points_to_analysis_test.cc364 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F() local
Dhlo_dataflow_analysis_test.cc1207 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_P() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc101 void Start(std::function<void()> recv_done) override { in Start()
137 void StartRTCall(std::function<void()> recv_done) { in StartRTCall()
143 const Status& s) { in StartRTCall()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_rendezvous_mgr.cc56 void Start(std::function<void()> recv_done) override { in Start()
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc184 auto recv_done = [this, &state, i](const Status& status, in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2085 Status IrEmitter::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()