Home
last modified time | relevance | path

Searched defs:all_reduce (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_simplifier.cc39 [this](const HloInstruction* all_reduce) -> int64 { in Run()
80 auto all_reduce = all_reduce_and_group_size.first; in Run() local
Dwhile_loop_all_reduce_code_motion.cc66 MovableAllReduceContext IsAllReduceMovable(HloInstruction* all_reduce, in IsAllReduceMovable()
68 auto all_reduce_is_summation = [](HloInstruction* all_reduce) -> bool { in IsAllReduceMovable()
272 HloComputation* while_body) -> MovableAllReduceContext { in IsAllReduceMovable()
592 HloInstruction* all_reduce = all_reduce_accumulations_pair.first; in Run() local
Dar_crs_combiner.cc96 auto all_reduce = Cast<HloAllReduceInstruction>(hlo); in HasCombinableReplicaGroup() local
543 auto all_reduce = pair.ar; in RewriteGraph() local
Dall_reduce_combiner_test.cc221 auto all_reduce = b.AddInstruction(HloInstruction::CreateAllReduce( in TEST_F() local
Dhlo_cost_analysis_test.cc852 HloInstruction* all_reduce = module->entry_computation()->root_instruction(); in TEST_F() local
Dbfloat16_propagation_test.cc211 HloInstruction* all_reduce = in TEST_F() local
Dhlo_verifier.cc1869 auto all_reduce = DynCast<HloAllReduceInstruction>(instruction); in VerifyLayoutConstrainedAllReduce() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler_test.cc62 HloInstruction* all_reduce = module->entry_computation()->root_instruction(); in TEST_F() local
103 HloInstruction* all_reduce = module->entry_computation()->root_instruction(); in TEST_F() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dcollective_ops_test.py47 all_reduce = _collective_ops.all_reduce variable in CollectiveOpsV1
56 def all_reduce(t, group_size, group_key, instance_key, *args, **kwargs): member in CollectiveOpsV2
471 def all_reduce(device): function
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops.py23 def all_reduce(t, function
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py335 def all_reduce(self, member in CollectiveReplicaLauncher
Dvars_test.py999 def all_reduce(): function
Dtpu_strategy_test.py692 def all_reduce(x): function
Ddistribute_lib.py3167 def all_reduce(self, reduce_op, value, options=None): member in ReplicaContextBase
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1119 auto* all_reduce = xla::Cast<xla::HloAllReduceInstruction>(instr); in EmitAllReduceOp() local
1145 auto* all_reduce = xla::Cast<xla::HloAllReduceInstruction>(instr); in EmitAllReduceStartOp() local
Dlegalize_tf.cc6393 auto all_reduce = rewriter.create<AllReduceOp>( in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dgather_scatter_handler.cc624 auto all_reduce = operand.state().partitioner->AllReduceAlongShardingDims( in HandleScatter() local
Dspmd_partitioner.cc1674 auto all_reduce = per_group_partitioner_state.collective_ops_creator in HandleConcatenate() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc577 auto all_reduce = Cast<HloAllReduceInstruction>(instruction); in ImportInstructionImpl() local