Home
last modified time | relevance | path

Searched refs:CreateReduceWindow (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder_test.cc200 auto output = builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_F()
Dconvolution_group_converter.cc300 auto reduce_window = add(HloInstruction::CreateReduceWindow( in HandleBatchGroupCount()
Dhlo_evaluator_test.cc1582 b.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_P()
1634 b.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_P()
1691 b.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_P()
1752 b.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_P()
Ddynamic_dimension_inference_test.cc586 builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_F()
Dhlo_instruction.h632 static std::unique_ptr<HloInstruction> CreateReduceWindow(
Dalgebraic_simplifier_test.cc1413 builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_F()
1456 builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_F()
3620 builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_F()
3706 builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_F()
4265 builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_P()
Dbfloat16_propagation_test.cc172 builder.AddInstruction(HloInstruction::CreateReduceWindow( in TEST_F()
Dhlo_instruction.cc432 instruction = CreateReduceWindow(shape, operands(0), operands(1), in CreateFromProto()
1054 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateReduceWindow( in CreateReduceWindow() function in xla::HloInstruction
Dalgebraic_simplifier.cc3300 reduce_window, HloInstruction::CreateReduceWindow( in HandleReduceWindow()
Dhlo_parser.cc1059 instruction = builder->AddInstruction(HloInstruction::CreateReduceWindow( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc685 builder.AddInstruction(HloInstruction::CreateReduceWindow( in XLA_TEST_F()