Searched refs:CreateInfeed (Results 1 – 8 of 8) sorted by relevance
155 false_computation->AddInstruction(HloInstruction::CreateInfeed( in TEST_F()
239 HloInstruction::CreateInfeed(shape, token, "")); in TEST_F()
223 while_body->AddInstruction(HloInstruction::CreateInfeed( in TEST_F()
536 static std::unique_ptr<HloInstruction> CreateInfeed(
793 HloInstruction::CreateInfeed(xshape, token, "")); in TEST_F()
365 CreateInfeed(data_shape, operands(0), proto.infeed_config()); in CreateFromProto()862 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateInfeed( in CreateInfeed() function in xla::HloInstruction
2163 builder.AddInstruction(HloInstruction::CreateInfeed(r0s32, token, "")); in TEST_F()
1403 instruction = builder->AddInstruction(HloInstruction::CreateInfeed( in ParseInstructionRhs()