Searched defs:recv_done (Results 1 – 13 of 13) sorted by relevance
108 HloInstruction* recv_done = in GlobalPredecessors() local179 const HloInstruction* recv_done = instruction->users().front(); in GlobalSuccessors() local188 HloInstruction* recv_done = in GlobalSuccessors() local
110 HloInstruction* recv_done = nullptr; member
199 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F() local
144 Status LogicalBufferAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
225 Status HandleRecvDone(HloInstructionPtr recv_done) override { in HandleRecvDone()
1029 Status ShapeVerifier::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()1560 const HloInstruction* recv_done = instruction->users().front(); in VerifyChannels() local
290 Status TuplePointsToAnalysis::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()
392 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F() local
479 bool HloDataflowAnalysis::UpdateRecvDoneValueSet(HloInstruction* recv_done) { in UpdateRecvDoneValueSet()
1315 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_P() local
102 void Start(std::function<void()> recv_done) override { in Start()138 void StartRTCall(std::function<void()> recv_done) { in StartRTCall()
306 auto recv_done = [this, &state, i](const Status& status, in TEST_F() local
1999 Status IrEmitter::HandleRecvDone(HloInstruction* recv_done) { in HandleRecvDone()