Home
last modified time | relevance | path

Searched refs:CreateAllReduce (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner_test.cc75 all_reduces.push_back(b->AddInstruction(HloInstruction::CreateAllReduce( in MakeCrossReplicaReductions()
219 auto all_reduce = b.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F()
223 b.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F()
245 auto crs0 = b.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F()
250 auto crs1 = b.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F()
Dreduce_scatter_decomposer.cc59 computation->AddInstruction(HloInstruction::CreateAllReduce( in Run()
Dall_gather_decomposer.cc72 auto ar = comp->AddInstruction(HloInstruction::CreateAllReduce( in DecomposeAllGather()
Dall_reduce_contiguous.cc57 computation.AddInstruction(HloInstruction::CreateAllReduce( in ReplaceWithContiguousAllReduce()
Dall_reduce_combiner.cc83 combined = computation.AddInstruction(HloInstruction::CreateAllReduce( in CombineAllReduces()
Dall_reduce_folder.cc201 computation->AddInstruction(HloInstruction::CreateAllReduce( in Run()
Dbfloat16_conversion_folding_test.cc239 HloInstruction* crs = builder.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F()
Dbfloat16_normalization_test.cc259 HloInstruction* crs = builder.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F()
Dwhile_loop_all_reduce_code_motion.cc636 while_parent->AddInstruction(HloInstruction::CreateAllReduce( in CreateSinkedAllReduces()
Dbfloat16_propagation_test.cc213 builder.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F()
Dhlo_instruction.h715 static std::unique_ptr<HloInstruction> CreateAllReduce(
Dhlo_instruction.cc515 CreateAllReduce(shape, all_operands(), computations(0), in CreateFromProto()
1278 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateAllReduce( in CreateAllReduce() function in xla::HloInstruction
Dhlo_parser.cc1494 return builder->AddInstruction(HloInstruction::CreateAllReduce( in CreateInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dall_reduce_blueconnect.cc233 computation.AddInstruction(HloInstruction::CreateAllReduce( in TryDecomposeAllReduce()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc4236 return b->AddInstruction(HloInstruction::CreateAllReduce( in GetDefaultCollectiveOpsCreator()
4252 return b->AddInstruction(HloInstruction::CreateAllReduce( in GetDefaultCollectiveOpsCreator()