Home
last modified time | relevance | path

Searched refs:kAllGather (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbfloat16_support.cc82 case HloOpcode::kAllGather: in EffectiveOperandPrecisionIsOutputPrecision()
Dhlo_opcode.h51 V(kAllGather, "all-gather", 1) \
Dall_gather_decomposer.cc144 if (hlo->opcode() != HloOpcode::kAllGather) { in Run()
Dhlo_replication_analysis.cc59 hlo->opcode() == HloOpcode::kAllGather) { in DetermineHloInstructionIsReplicated()
Dinstruction_fusion.cc150 case HloOpcode::kAllGather: in IsExpensive()
Dhlo_instruction.cc412 case HloOpcode::kAllGather: { in CreateFromProto()
1688 case HloOpcode::kAllGather: in CloneWithNewOperands()
2228 case HloOpcode::kAllGather: in IdenticalSlowPath()
3130 case HloOpcode::kAllGather: in Visit()
Dhlo_graph_dumper.cc1064 case HloOpcode::kAllGather: in GetInstructionColor()
Dsharding_propagation.cc179 case HloOpcode::kAllGather: in PickRepresentativeOperand()
Dhlo_parser.cc163 case HloOpcode::kAllGather: in CanInferShape()
1196 case HloOpcode::kAllGather: { in ParseInstructionRhs()
Dlayout_assignment.cc2222 case HloOpcode::kAllGather: in InstructionCanChangeLayout()
Dhlo_instructions.cc622 : HloCollectiveInstruction(HloOpcode::kAllGather, shape, {operand}, in HloAllGatherInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dschedule_aware_all_gather_cse.cc40 if (coll->opcode() == HloOpcode::kAllGather) { in MayConsiderAsAllGather()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.h207 kAllGather = 4, enumerator
Dnccl_manager.cc440 AddParticipant(std::move(participant), context, kAllGather, in AddToAllGather()
810 case kAllGather: { in LoopKernelLaunches()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder_test.cc392 EXPECT_EQ(root->opcode(), HloOpcode::kAllGather); in TEST_F()
403 EXPECT_EQ(root->opcode(), HloOpcode::kAllGather); in TEST_F()
Dxla_builder.cc2746 AddInstruction(std::move(instr), HloOpcode::kAllGather, {operand})); in AllGather()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc254 case HloOpcode::kAllGather: in EmitOp()