Home
last modified time | relevance | path

Searched refs:HloSendDoneInstruction (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc418 HloSendDoneInstruction::HloSendDoneInstruction(HloSendInstruction* operand, in HloSendDoneInstruction() function in xla::HloSendDoneInstruction
427 HloSendDoneInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
431 return absl::make_unique<HloSendDoneInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h252 class HloSendDoneInstruction : public HloSendRecvInstruction {
254 explicit HloSendDoneInstruction(HloSendInstruction* operand,
Dhlo_instruction.cc888 return absl::make_unique<HloSendDoneInstruction>(send_operand, in CreateSendDone()