Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
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
Dall_reduce_blueconnect.cc239 HloInstruction* all_gather = in TryDecomposeAllReduce() local
/external/tensorflow/tensorflow/dtensor/mlir/utils/
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
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py159 def all_gather(t, function
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py434 def all_gather( member in CollectiveReplicaLauncher
Dtpu_strategy.py1726 def all_gather(self, value, axis, experimental_hints=None): member in _TPUReplicaContext
Ddistribute_lib.py3302 def all_gather(self, value, axis, options=None): member in ReplicaContext
/external/tensorflow/tensorflow/python/kernel_tests/
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
/external/tensorflow/tensorflow/dtensor/mlir/
Dcollectives.cc93 mlir::TF::DTensorAllGatherOp all_gather = in EmitAllGather() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc973 auto all_gather = Cast<HloAllGatherInstruction>(instruction); in ImportInstructionImpl() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1161 auto* all_gather = xla::Cast<xla::HloAllGatherInstruction>(instr); in EmitAllGatherOp() local