Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier_test.cc144 true_computation->AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F()
Dhlo_reachability_test.cc199 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F()
Dwhile_loop_simplifier_test.cc208 while_body->AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F()
Dbuffer_liveness_test.cc334 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F()
Dhlo_instruction.h571 static std::unique_ptr<HloInstruction> CreateRecvDone(
Dtuple_points_to_analysis_test.cc364 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_F()
Dhlo_instruction.cc200 instruction = CreateRecvDone(operands(0), proto.is_host_transfer()); in CreateFromProto()
899 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRecvDone( in CreateRecvDone() function in xla::HloInstruction
Dhlo_dataflow_analysis_test.cc1207 auto recv_done = builder.AddInstruction(HloInstruction::CreateRecvDone(recv)); in TEST_P()
Dhlo_parser.cc988 HloInstruction::CreateRecvDone(operands[0], *is_host_transfer)); in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md1642 [`HloInstruction::CreateRecv` and `HloInstruction::CreateRecvDone`](https://www.tensorflow.org/code…