Home
last modified time | relevance | path

Searched refs:CreateInfeed (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier_test.cc221 while_body->AddInstruction(HloInstruction::CreateInfeed( in TEST_F()
236 while_cond->AddInstruction(HloInstruction::CreateInfeed( in TEST_F()
Dconditional_simplifier_test.cc170 false_computation->AddInstruction(HloInstruction::CreateInfeed( in TEST_F()
Dhlo_dce_test.cc277 HloInstruction::CreateInfeed(shape, token, "")); in TEST_F()
Dhlo_instruction.h735 static std::unique_ptr<HloInstruction> CreateInfeed(
Dlayout_assignment_test.cc790 HloInstruction::CreateInfeed(xshape, token, "")); in TEST_F()
Dhlo_instruction.cc402 CreateInfeed(data_shape, operands(0), proto.infeed_config()); in CreateFromProto()
1108 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateInfeed( in CreateInfeed() function in xla::HloInstruction
Dbuffer_assignment_test.cc2311 builder.AddInstruction(HloInstruction::CreateInfeed(r0s32, token, "")); in TEST_F()
Dhlo_parser.cc2100 instruction = builder->AddInstruction(HloInstruction::CreateInfeed( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2502 HloInstruction::CreateInfeed(shape, token, hlo->infeed_config())); in HandleInfeed()
2510 return b_.AddInstruction(HloInstruction::CreateInfeed( in HandleInfeed()
2570 auto infeed = branch_b.AddInstruction(HloInstruction::CreateInfeed( in HandleInfeed()