Home
last modified time | relevance | path

Searched refs:kReduce (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible_test.cc49 ASSERT_EQ(reduce->opcode(), HloOpcode::kReduce); in TEST_F()
86 HloOpcode::kReduce); in TEST_F()
110 ASSERT_EQ(reduce->fused_expression_root()->opcode(), HloOpcode::kReduce); in TEST_F()
146 HloOpcode::kReduce); in TEST_F()
174 ASSERT_EQ(reduce->opcode(), HloOpcode::kReduce); in TEST_F()
193 ASSERT_EQ(reduce->opcode(), HloOpcode::kReduce); in TEST_F()
210 ASSERT_EQ(reduce->opcode(), HloOpcode::kReduce); in TEST_F()
Dir_emitter_unnested.cc629 case HloOpcode::kReduce: { in HandleFusion()
633 if (root->opcode() == HloOpcode::kReduce && root->shape().IsTuple()) { in HandleFusion()
1915 case HloOpcode::kReduce: in BuildInitializerThunk()
1920 CHECK(inst->operand(index.back())->opcode() == HloOpcode::kReduce) in BuildInitializerThunk()
2229 case HloOpcode::kReduce: in MayPreventVectorization()
2624 CHECK(opcode == HloOpcode::kReduce || opcode == HloOpcode::kTuple); in GetOutputInstructions()
2634 return inst->opcode() == HloOpcode::kReduce; in GetFirstReduceInstruction()
2713 if (output_instructions[i]->opcode() != HloOpcode::kReduce) { in EmitPrologueForReduction()
2901 if (inst->opcode() == HloOpcode::kReduce) { in EmitTileElementForReduction()
3468 if (inst->opcode() == HloOpcode::kReduce) { in AreFusedReductionOutputsConsistent()
[all …]
Dgpu_fusible.cc174 (instr.opcode() == HloOpcode::kReduce && in IsLoopFusible()
Dir_emission_utils.cc161 if (HloOpcode::kReduce != reduce.opcode()) { in IsReductionToVector()
Delemental_ir_emitter.cc440 case HloOpcode::kReduce: in MakeElementGenerator()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode_test.cc63 case HloOpcode::kReduce: in TEST()
Dbfloat16_support.cc111 case HloOpcode::kReduce: in EffectiveOperandPrecisionIsOutputPrecision()
Ddynamic_padder.cc51 case HloOpcode::kReduce: in ChooseIdentityValue()
Dhlo_opcode.h115 V(kReduce, "reduce", kHloOpcodeIsVariadic) \
Dbfloat16_normalization_test.cc41 hlo.opcode() == HloOpcode::kReduce || in SupportsBF16Operand()
54 if (hlo.opcode() == HloOpcode::kAdd || hlo.opcode() == HloOpcode::kReduce || in SupportsBF16Output()
Dhlo_element_type_converter.cc146 opcode == HloOpcode::kMap || opcode == HloOpcode::kReduce || in Run()
Dhlo_instruction.cc234 case HloOpcode::kReduce: in CreateFromProto()
1360 case HloOpcode::kReduce: in CloneWithNewOperands()
1810 case HloOpcode::kReduce: in IdenticalSlowPath()
1993 case HloOpcode::kReduce: in to_apply()
2013 case HloOpcode::kReduce: in set_to_apply()
2308 opcode() == HloOpcode::kReduce || in ExtraAttributesToString()
2355 case HloOpcode::kReduce: in ExtraAttributesToString()
2563 case HloOpcode::kReduce: in Visit()
2939 case HloOpcode::kReduce: in OperandElementUse()
Dcall_graph.cc63 case HloOpcode::kReduce: in GetInstructionCallContext()
Dinstruction_fusion.cc146 case HloOpcode::kReduce: in IsExpensive()
Dhlo_module.cc137 case HloOpcode::kReduce: in ReplaceComputations()
Dlayout_assignment.cc1369 /*mandatory=*/user->opcode() == HloOpcode::kReduce, in PropagateOperandConstraint()
2066 case HloOpcode::kReduce: in InstructionCanChangeLayout()
Dhlo_graph_dumper.cc1031 case HloOpcode::kReduce: in GetInstructionColor()
Dhlo_verifier.cc49 case HloOpcode::kReduce: in IsCallerInstruction()
Dbuffer_assignment.cc190 case HloOpcode::kReduce: in GatherComputationsByAllocationType()
Dhlo_instructions.cc731 : HloInstruction(HloOpcode::kReduce, shape), in HloReduceInstruction()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_hlo_test.cc82 ASSERT_EQ(reduce_instruction->opcode(), HloOpcode::kReduce); in XLA_TEST_P()
Dtest_utils.cc376 (opcode == HloOpcode::kReduce && in NeedsInitValue()
483 case HloOpcode::kReduce: in CreateLiteralForConstrainedUses()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc371 AddParticipant(std::move(participant), context, kReduce, reduction_op); in AddReduceSend()
377 AddParticipant(std::move(participant), context, kReduce, reduction_op); in AddReduceRecv()
591 case kReduce: { in LoopKernelLaunches()
Dnccl_manager.h176 kReduce = 3, enumerator
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Delemental_ir_emitter.cc136 case HloOpcode::kReduce: in MakeElementGenerator()

12