Home
last modified time | relevance | path

Searched defs:reduce_window (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtree_reduction_rewriter.cc97 HloInstruction *reduce_window = in HandleReduce() local
H A Dselect_and_scatter_expander.cc142 auto* reduce_window = in ExpandInstruction() local
H A Dconvolution_group_converter.cc402 auto reduce_window = add(HloInstruction::CreateReduceWindow( in HandleBatchGroupCount() local
H A Dsharding_propagation.cc1419 auto* reduce_window = Cast<HloReduceWindowInstruction>(&user); in GetShardingFromUser() local
1997 auto* reduce_window = Cast<HloReduceWindowInstruction>(instruction); in InferShardingFromOperands() local
H A Ddfs_hlo_visitor_with_default.h199 Status HandleReduceWindow(HloInstructionPtr reduce_window) override { in HandleReduceWindow()
H A Dsharding_propagation_test.cc1526 auto* reduce_window = FindInstruction(module.get(), "reduce-window"); in TEST_P() local
1579 auto* reduce_window = FindInstruction(module.get(), "reduce-window"); in TEST_P() local
H A Ddynamic_dimension_inference_test.cc978 auto* reduce_window = in TEST_F() local
H A Dhlo_cost_analysis.cc410 const HloInstruction* reduce_window) { in HandleReduceWindow()
H A Ddynamic_padder.cc104 auto* reduce_window = Cast<HloReduceWindowInstruction>(inst); in ChooseIdentityValue() local
H A Dhlo_verifier.cc1262 Status ShapeVerifier::HandleReduceWindow(HloInstruction* reduce_window) { in HandleReduceWindow()
H A Ddynamic_dimension_inference.cc1236 auto* reduce_window = Cast<HloReduceWindowInstruction>(hlo); in HandleReduceWindow() local
H A Delemental_ir_emitter.cc2784 const HloReduceWindowInstruction* reduce_window, in EmitElementalReduceWindow()
H A Dalgebraic_simplifier.cc5604 auto* reduce_window = Cast<HloReduceWindowInstruction>(hlo); in HandleReduceWindow() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/
H A Dxla.py416 def reduce_window(operand, function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc666 Status IrEmitter::HandleReduceWindow(HloInstruction* reduce_window) { in HandleReduceWindow()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc3898 HloReduceWindowInstruction* reduce_window = in HandleReduceWindow() local