HomeSort by relevance Sort by last modified time
    Searched refs:CreateRecv (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
conditional_simplifier_test.cc 142 auto* recv = true_computation->AddInstruction(HloInstruction::CreateRecv(
hlo_reachability_test.cc 198 builder.AddInstruction(HloInstruction::CreateRecv(shape, token1, 1));
while_loop_simplifier_test.cc 206 HloInstruction::CreateRecv(ShapeUtil::MakeShape(F32, {1}), token,
buffer_liveness_test.cc 333 HloInstruction::CreateRecv(vec_, token, /*channel_id=*/0));
    [all...]
hlo_instruction.h 565 static std::unique_ptr<HloInstruction> CreateRecv(
    [all...]
tuple_points_to_analysis_test.cc 362 auto recv = builder.AddInstruction(HloInstruction::CreateRecv(
    [all...]
hlo_instruction.cc 196 instruction = CreateRecv(shape.tuple_shapes(0), operands(0),
    [all...]
hlo_dataflow_analysis_test.cc     [all...]
hlo_parser.cc     [all...]

Completed in 206 milliseconds