Home
last modified time | relevance | path

Searched refs:HloRecvDoneInstruction (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc100 !DynCast<HloRecvDoneInstruction>(instruction)->is_host_transfer()) { in GlobalPredecessors()
Dhlo_instructions.cc456 HloRecvDoneInstruction::HloRecvDoneInstruction(HloRecvInstruction* operand, in HloRecvDoneInstruction() function in xla::HloRecvDoneInstruction
468 HloRecvDoneInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
472 return absl::make_unique<HloRecvDoneInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h276 class HloRecvDoneInstruction : public HloSendRecvInstruction {
278 explicit HloRecvDoneInstruction(HloRecvInstruction* operand,
Dhlo_instruction.cc904 return absl::make_unique<HloRecvDoneInstruction>(recv_operand, in CreateRecvDone()