Home
last modified time | relevance | path

Searched refs:CreateSend (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion_test.cc171 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()
Dzero_sized_hlo_elimination_test.cc73 HloInstruction::CreateSend(zero_sized_param_, token, 0)); in TEST_F()
Dconditional_simplifier_test.cc126 auto* send = true_computation->AddInstruction(HloInstruction::CreateSend( in TEST_F()
Dhlo_reachability_test.cc194 builder.AddInstruction(HloInstruction::CreateSend(param, token0, 1)); in TEST_F()
Dhlo_dce_test.cc78 HloInstruction::CreateSend(constant, token, /*channel_id=*/0)); in TEST_F()
Dwhile_loop_simplifier_test.cc189 auto* send = while_body->AddInstruction(HloInstruction::CreateSend( in TEST_F()
Dbuffer_liveness_test.cc336 HloInstruction::CreateSend(recv_done, token, /*channel_id=*/1)); in TEST_F()
Dhlo_instruction.h551 static std::unique_ptr<HloInstruction> CreateSend(
Dtuple_points_to_analysis_test.cc338 HloInstruction::CreateSend(constant, token, /*channel_id=*/0)); in TEST_F()
Dhlo_instruction.cc189 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
Dhlo_dataflow_analysis_test.cc1180 HloInstruction::CreateSend(param, token, /*channel_id=*/0)); in TEST_P()
Dhlo_parser.cc1002 instruction = builder->AddInstruction(HloInstruction::CreateSend( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2365 [`HloInstruction::CreateSend` and `HloInstruction::CreateSendDone`](https://www.tensorflow.org/code…