Home
last modified time | relevance | path

Searched refs:CreateReduceScatter (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_reduce_scatter_creator.cc85 computation->AddInstruction(HloInstruction::CreateReduceScatter( in Run()
Dall_reduce_blueconnect.cc226 computation.AddInstruction(HloInstruction::CreateReduceScatter( in TryDecomposeAllReduce()
/external/tensorflow/tensorflow/compiler/xla/service/
Dreduce_scatter_combiner.cc87 combined = computation.AddInstruction(HloInstruction::CreateReduceScatter( in CombineReduceScatters()
Dhlo_instruction.h724 static std::unique_ptr<HloInstruction> CreateReduceScatter(
Dhlo_instruction.cc522 instruction = CreateReduceScatter( in CreateFromProto()
1289 HloInstruction::CreateReduceScatter( in CreateReduceScatter() function in xla::HloInstruction
Dhlo_parser.cc1499 return builder->AddInstruction(HloInstruction::CreateReduceScatter( in CreateInstruction()