Home | History | Annotate | Download | only in service

Lines Matching defs:recv

345   auto recv = builder.AddInstruction(HloInstruction::CreateRecv(
347 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv));
351 EXPECT_FALSE(points_to_analysis_->GetPointsToSet(recv).IsAmbiguous());
352 EXPECT_TRUE(points_to_analysis_->GetPointsToSet(recv).IsDistinct());
357 points_to_analysis_->GetPointsToSet(recv).element({}), {recv});
358 ExpectHasBufferAliases(recv, {0}, {{recv, {0}}, {recv_done, {}}});