Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py437 def all_gather(self, member in CollectiveReplicaLauncher
537 def all_gather(): function
Dtpu_strategy.py1553 def all_gather(self, value, axis, experimental_hints=None): member in _TPUReplicaContext
Ddistribute_lib.py3156 def all_gather(self, value, axis, options=None): member in ReplicaContext
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py123 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/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1065 auto* all_gather = xla::Cast<xla::HloAllGatherInstruction>(instr); in EmitAllGatherOp() local