Searched refs:HloRecvDoneInstruction (Results 1 – 4 of 4) sorted by relevance
100 !DynCast<HloRecvDoneInstruction>(instruction)->is_host_transfer()) { in GlobalPredecessors()
456 HloRecvDoneInstruction::HloRecvDoneInstruction(HloRecvInstruction* operand, in HloRecvDoneInstruction() function in xla::HloRecvDoneInstruction468 HloRecvDoneInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()472 return absl::make_unique<HloRecvDoneInstruction>( in CloneWithNewOperandsImpl()
276 class HloRecvDoneInstruction : public HloSendRecvInstruction {278 explicit HloRecvDoneInstruction(HloRecvInstruction* operand,
904 return absl::make_unique<HloRecvDoneInstruction>(recv_operand, in CreateRecvDone()