Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py130 def all_gather(t, function
/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_test.py48 all_gather = _collective_ops.all_gather variable in CollectiveOpsV1
64 def all_gather(t, group_size, group_key, instance_key, *args, **kwargs): member in CollectiveOpsV2
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py437 def all_gather(self, member in CollectiveReplicaLauncher
Dtpu_strategy.py1566 def all_gather(self, value, axis, experimental_hints=None): member in _TPUReplicaContext
Ddistribute_lib.py3295 def all_gather(self, value, axis, options=None): member in ReplicaContext
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc567 auto all_gather = Cast<HloAllGatherInstruction>(instruction); in ImportInstructionImpl() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1105 auto* all_gather = xla::Cast<xla::HloAllGatherInstruction>(instr); in EmitAllGatherOp() local