Home
last modified time | relevance | path

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

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