Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_inliner_test.cc194 HloInstruction::CreateOutfeed(f32, value, token, /*outfeed_config=*/"")); in TEST_F()
Dwhile_loop_invariant_code_motion_test.cc269 HloInstruction::CreateOutfeed(scalar_s32, gte_0, in_token, "")); in TEST_F()
321 builder.AddInstruction(HloInstruction::CreateOutfeed( in TEST_F()
Dhlo_dce_test.cc324 HloInstruction::CreateOutfeed(shape, param, token, "")); in TEST_F()
Dhlo_instruction_test.cc724 HloInstruction::CreateOutfeed(shape10, constant, token, "")); in TEST_F()
726 HloInstruction::CreateOutfeed(shape01, constant, token, "")); in TEST_F()
Dhlo_instruction.h742 static std::unique_ptr<HloInstruction> CreateOutfeed(
Dhlo_instruction.cc408 instruction = CreateOutfeed(outfeed_shape, operands(0), operands(1), in CreateFromProto()
1115 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateOutfeed( in CreateOutfeed() function in xla::HloInstruction
Dhlo_parser.cc2119 instruction = builder->AddInstruction(HloInstruction::CreateOutfeed( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc664 HloInstruction::CreateOutfeed(dot_shape, dot, token, "no_config")); in CreateComputationForDotAddOutputFusionTest()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2916 return b_.AddInstruction(HloInstruction::CreateOutfeed( in HandleOutfeed()
3028 branch_b.AddInstruction(HloInstruction::CreateOutfeed( in HandleOutfeed()