Home
last modified time | relevance | path

Searched defs:all_gather (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dall_reduce_blueconnect_test.cc77 auto all_gather = AllOf(op::Shape("f32[16]"), op::AllGather(all_reduce), in TEST_F() local
166 auto all_gather = AllOf(op::Shape("(f32[16], f32[32])"), in TEST_F() local
H A Dall_reduce_blueconnect.cc239 HloInstruction* all_gather = in TryDecomposeAllReduce() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/utils/
H A Dcollective_lowering.cc442 mlir::LogicalResult LowerAllGatherOp(mlir::TF::DTensorAllGatherOp all_gather) { in LowerAllGatherOp()
778 module.walk([&](mlir::TF::DTensorAllGatherOp all_gather) { in runOnOperation()
782 for (mlir::TF::DTensorAllGatherOp all_gather : all_gathers) in runOnOperation() local
/aosp_15_r20/external/pytorch/torch/distributed/
H A Dcollective_utils.py105 def all_gather( function
H A Ddistributed_c10d.py3275 def all_gather(tensor_list, tensor, group=None, async_op=False): function
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dnccl.py131 def all_gather( function
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dcollective_ops_test.py53 def all_gather(t, group_size, group_key, instance_key, *args, **kwargs): member in CollectiveOpsV1
73 def all_gather(t, group_size, group_key, instance_key, *args, **kwargs): member in CollectiveOpsV2
/aosp_15_r20/external/pytorch/test/distributed/tensor/parallel/
H A Dtest_tp_examples.py47 reduce_scatter, all_gather, all_reduce = ( variable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcollective_ops.py159 def all_gather(t, function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcross_device_utils.py434 def all_gather( member in CollectiveReplicaLauncher
H A Dtpu_strategy.py1726 def all_gather(self, value, axis, experimental_hints=None): member in _TPUReplicaContext
H A Ddistribute_lib.py3302 def all_gather(self, value, axis, options=None): member in ReplicaContext
/aosp_15_r20/external/pytorch/torch/distributed/checkpoint/
H A Dutils.py234 def all_gather( member in _DistWrapper
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_distributed_patterns.py20 def all_gather(t): function
/aosp_15_r20/external/pytorch/torch/distributed/nn/
H A Dfunctional.py107 def all_gather(tensor, group=group.WORLD): function
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dcollectives.cc93 mlir::TF::DTensorAllGatherOp all_gather = in EmitAllGather() local
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_comm.py151 def all_gather(fsdp_param_group: FSDPParamGroup, group: dist.ProcessGroup): function
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A Dnccl.cpp760 void all_gather( in all_gather() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc973 auto all_gather = Cast<HloAllGatherInstruction>(instruction); in ImportInstructionImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dmhlo_to_lhlo_with_xla.cc1161 auto* all_gather = xla::Cast<xla::HloAllGatherInstruction>(instr); in EmitAllGatherOp() local