Home
last modified time | relevance | path

Searched refs:CreateSendDone (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion_test.cc125 builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
324 builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
352 builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dzero_sized_hlo_elimination_test.cc73 builder_.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dhlo_reachability_test.cc195 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dconditional_simplifier_test.cc145 true_computation->AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dhlo_dce_test.cc81 builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dwhile_loop_simplifier_test.cc194 while_body->AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dtuple_points_to_analysis_test.cc367 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dhlo_instruction.h756 static std::unique_ptr<HloInstruction> CreateSendDone(
Dhlo_instruction.cc215 instruction = CreateSendDone(operands(0), proto.is_host_transfer()); in CreateFromProto()
1129 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateSendDone( in CreateSendDone() function in xla::HloInstruction
Dhlo_dataflow_analysis_test.cc1266 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_P()
Dhlo_parser.cc1524 HloInstruction::CreateSendDone(operands[0], *is_host_transfer)); in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2651 [`HloInstruction::CreateSend` and `HloInstruction::CreateSendDone`](https://www.tensorflow.org/code…