Home
last modified time | relevance | path

Searched refs:CreateReduce (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander.cc247 auto sum = add(HloInstruction::CreateReduce(feature_shape, operand, zero, in HandleBatchNormTraining()
252 auto squared_sum = add(HloInstruction::CreateReduce( in HandleBatchNormTraining()
529 add(HloInstruction::CreateReduce( in HandleBatchNormGrad()
534 auto grad_beta = add(HloInstruction::CreateReduce( in HandleBatchNormGrad()
Dhlo_dce_test.cc342 builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
383 builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
393 builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Ddynamic_padder_test.cc87 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Ddynamic_dimension_inference_test.cc194 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
227 HloInstruction::CreateReduce(reduce_shape, negate, init, {1}, GetAdd())); in TEST_F()
Dhlo_instruction.h608 static std::unique_ptr<HloInstruction> CreateReduce(
623 static std::unique_ptr<HloInstruction> CreateReduce(
Dbfloat16_normalization_test.cc204 HloInstruction* reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Dalgebraic_simplifier.cc322 return computation_->AddInstruction(HloInstruction::CreateReduce( in AddReduce()
2980 reduce, HloInstruction::CreateReduce( in HandleReduce()
3010 reduce, HloInstruction::CreateReduce( in HandleReduce()
3054 reduce, HloInstruction::CreateReduce( in HandleReduce()
3070 HloInstruction::CreateReduce(reduce_result_shape, operand, init_value, in HandleReduce()
3140 computation_->AddInstruction(HloInstruction::CreateReduce( in HandleReduceWindow()
Dhlo_creation_utils.cc271 return operand->parent()->AddInstruction(HloInstruction::CreateReduce( in MakeReduceHlo()
Dhlo_evaluator_test.cc1452 HloInstruction::CreateReduce(scalar_shape, arg_instruction, init_value, in TEST_F()
1488 HloInstruction::CreateReduce(scalar_shape, arg_instruction, init_value, in BM_ReducePrecisely()
1530 HloInstruction::CreateReduce(shape, arg_instruction, init_value, in TEST_P()
Dhlo_instruction.cc250 CreateReduce(shape, inputs, init_values, in CreateFromProto()
1032 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateReduce( in CreateReduce() function in xla::HloInstruction
1041 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateReduce( in CreateReduce() function in xla::HloInstruction
Dhlo_instruction_test.cc391 HloInstruction::CreateReduce(f32v100, param0, const0, in TEST_F()
Dalgebraic_simplifier_test.cc387 HloInstruction::CreateReduce(r3f32, param, zero, dims0, add_computation)); in TEST_F()
390 builder.AddInstruction(HloInstruction::CreateReduce(r1f32, reduce0, zero, in TEST_F()
1741 builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Dbuffer_assignment_test.cc812 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
Dhlo_parser.cc1209 instruction = builder->AddInstruction(HloInstruction::CreateReduce( in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_ldg_test.cc118 HloInstruction* reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc169 auto reduce = builder.AddInstruction(HloInstruction::CreateReduce( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dfusion_test.cc613 auto reduce2 = builder.AddInstruction(HloInstruction::CreateReduce( in XLA_TEST_F()
633 auto reduce2 = builder.AddInstruction(HloInstruction::CreateReduce( in XLA_TEST_F()