Searched refs:CreateRecv (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | conditional_simplifier_test.cc | 142 auto* recv = true_computation->AddInstruction(HloInstruction::CreateRecv( in TEST_F()
|
D | hlo_reachability_test.cc | 198 builder.AddInstruction(HloInstruction::CreateRecv(shape, token1, 1)); in TEST_F()
|
D | while_loop_simplifier_test.cc | 206 HloInstruction::CreateRecv(ShapeUtil::MakeShape(F32, {1}), token, in TEST_F()
|
D | buffer_liveness_test.cc | 333 HloInstruction::CreateRecv(vec_, token, /*channel_id=*/0)); in TEST_F()
|
D | hlo_instruction.h | 565 static std::unique_ptr<HloInstruction> CreateRecv(
|
D | tuple_points_to_analysis_test.cc | 362 auto recv = builder.AddInstruction(HloInstruction::CreateRecv( in TEST_F()
|
D | hlo_instruction.cc | 196 instruction = CreateRecv(shape.tuple_shapes(0), operands(0), in CreateFromProto() 892 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateRecv( in CreateRecv() function in xla::HloInstruction
|
D | hlo_dataflow_analysis_test.cc | 1206 HloInstruction::CreateRecv(scalar_shape_, token, /*channel_id=*/0)); in TEST_P()
|
D | hlo_parser.cc | 969 instruction = builder->AddInstruction(HloInstruction::CreateRecv( in ParseInstructionRhs()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 1642 [`HloInstruction::CreateRecv` and `HloInstruction::CreateRecvDone`](https://www.tensorflow.org/code…
|