Searched refs:CreateSend (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | instruction_fusion_test.cc | 171 builder.AddInstruction(HloInstruction::CreateSend(binary1, token, 0)); in TEST_F() 360 builder.AddInstruction(HloInstruction::CreateSend(unary1, token, 0)); in TEST_F() 384 builder.AddInstruction(HloInstruction::CreateSend(binary1, token, 0)); in TEST_F()
|
D | zero_sized_hlo_elimination_test.cc | 73 HloInstruction::CreateSend(zero_sized_param_, token, 0)); in TEST_F()
|
D | conditional_simplifier_test.cc | 126 auto* send = true_computation->AddInstruction(HloInstruction::CreateSend( in TEST_F()
|
D | hlo_reachability_test.cc | 194 builder.AddInstruction(HloInstruction::CreateSend(param, token0, 1)); in TEST_F()
|
D | hlo_dce_test.cc | 78 HloInstruction::CreateSend(constant, token, /*channel_id=*/0)); in TEST_F()
|
D | while_loop_simplifier_test.cc | 189 auto* send = while_body->AddInstruction(HloInstruction::CreateSend( in TEST_F()
|
D | buffer_liveness_test.cc | 336 HloInstruction::CreateSend(recv_done, token, /*channel_id=*/1)); in TEST_F()
|
D | hlo_instruction.h | 551 static std::unique_ptr<HloInstruction> CreateSend(
|
D | tuple_points_to_analysis_test.cc | 338 HloInstruction::CreateSend(constant, token, /*channel_id=*/0)); in TEST_F()
|
D | hlo_instruction.cc | 189 instruction = CreateSend(operands(0), operands(1), proto.channel_id(), in CreateFromProto() 876 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateSend( in CreateSend() function in xla::HloInstruction
|
D | hlo_dataflow_analysis_test.cc | 1180 HloInstruction::CreateSend(param, token, /*channel_id=*/0)); in TEST_P()
|
D | hlo_parser.cc | 1002 instruction = builder->AddInstruction(HloInstruction::CreateSend( in ParseInstructionRhs()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 2365 [`HloInstruction::CreateSend` and `HloInstruction::CreateSendDone`](https://www.tensorflow.org/code…
|