Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc107 HloInstruction* recv_done = in GlobalPredecessors() local
178 const HloInstruction* recv_done = instruction->users().front(); in GlobalSuccessors() local
187 HloInstruction* recv_done = in GlobalSuccessors() local
Dhlo_module_group_metadata.h108 HloInstruction* recv_done = nullptr; member
Dhlo_reachability_test.cc200 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F() local
Dlogical_buffer_analysis.cc140 Status LogicalBufferAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
Ddfs_hlo_visitor_with_default.h247 Status HandleRecvDone(HloInstructionPtr recv_done) override { in HandleRecvDone()
Dtuple_points_to_analysis.cc291 Status TuplePointsToAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
Dhlo_verifier.cc1547 Status ShapeVerifier::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
2132 const HloInstruction* recv_done = instruction->users().front(); in VerifyChannels() local
Dhlo_dataflow_analysis.cc740 bool HloDataflowAnalysis::UpdateRecvDoneValueSet(HloInstruction* recv_done) { in UpdateRecvDoneValueSet()
Dhlo_dataflow_analysis_test.cc1242 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_P() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc100 void Start(std::function<void()> recv_done) override { in Start()
136 void StartRTCall(std::function<void()> recv_done) { in StartRTCall()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc272 HloInstruction* recv_done, in RemoveRecvDone()
/external/tensorflow/tensorflow/core/framework/
Drendezvous_test.cc306 auto recv_done = [this, &state, i](const Status& status, in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2110 Status IrEmitter::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()