Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier_test.cc130 true_computation->AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dhlo_reachability_test.cc195 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dwhile_loop_simplifier_test.cc194 while_body->AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dbuffer_liveness_test.cc337 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dhlo_instruction.h557 static std::unique_ptr<HloInstruction> CreateSendDone(
Dtuple_points_to_analysis_test.cc339 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F()
Dhlo_instruction.cc193 instruction = CreateSendDone(operands(0), proto.is_host_transfer()); in CreateFromProto()
883 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateSendDone( in CreateSendDone() function in xla::HloInstruction
Dhlo_dataflow_analysis_test.cc1181 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_P()
Dhlo_parser.cc1021 HloInstruction::CreateSendDone(operands[0], *is_host_transfer)); in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2365 [`HloInstruction::CreateSend` and `HloInstruction::CreateSendDone`](https://www.tensorflow.org/code…