Home
last modified time | relevance | path

Searched refs:CreatePartitionId (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_gather_decomposer.cc104 auto pid = comp->AddInstruction(HloInstruction::CreatePartitionId()); in DecomposeAllGather()
116 shard_id = comp->AddInstruction(HloInstruction::CreatePartitionId()); in DecomposeAllGather()
Dhlo_instruction.h713 static std::unique_ptr<HloInstruction> CreatePartitionId(
Dhlo_instruction.cc506 instruction = CreatePartitionId(shape); in CreateFromProto()
1100 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreatePartitionId( in CreatePartitionId() function in xla::HloInstruction
1820 clone = CreatePartitionId(shape); in CloneWithNewOperands()
Dhlo_parser.cc1347 builder->AddInstruction(HloInstruction::CreatePartitionId()); in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3415 return b->AddInstruction(HloInstruction::CreatePartitionId()); in GetDefaultCollectiveOpsCreator()