Searched defs:recv_done (Results 1 – 13 of 13) sorted by relevance
107 HloInstruction* recv_done = in GlobalPredecessors() local178 const HloInstruction* recv_done = instruction->users().front(); in GlobalSuccessors() local187 HloInstruction* recv_done = in GlobalSuccessors() local
108 HloInstruction* recv_done = nullptr; member
200 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F() local
140 Status LogicalBufferAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
247 Status HandleRecvDone(HloInstructionPtr recv_done) override { in HandleRecvDone()
291 Status TuplePointsToAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
1547 Status ShapeVerifier::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()2132 const HloInstruction* recv_done = instruction->users().front(); in VerifyChannels() local
740 bool HloDataflowAnalysis::UpdateRecvDoneValueSet(HloInstruction* recv_done) { in UpdateRecvDoneValueSet()
1242 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_P() local
100 void Start(std::function<void()> recv_done) override { in Start()136 void StartRTCall(std::function<void()> recv_done) { in StartRTCall()
272 HloInstruction* recv_done, in RemoveRecvDone()
306 auto recv_done = [this, &state, i](const Status& status, in TEST_F() local
2110 Status IrEmitter::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()