Home
last modified time | relevance | path

Searched refs:fused_instructions (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger.cc91 for (auto* fused_instruction : fusion->fused_instructions()) { in CalculateBytesReadByFusionInstruction()
254 absl::c_any_of(fusion->fused_instructions(), in HandleFusion()
Dgpu_fusible.cc450 for (const auto& instr : producer.fused_instructions()) { in CreatesNestedLoop()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_points_to_analysis.cc130 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions()
172 PopulateDefinedBuffersAndAliases(instruction->fused_instructions())); in Analyze()
637 for (auto* fused : instruction->fused_instructions()) { in ToString()
Dlogical_buffer_analysis.cc36 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions()
Dreshape_mover.cc216 for (const auto& fused_instruction : instruction->fused_instructions()) { in PerformSinkReshapeOrTranspose()
Dhlo_instructions.cc1414 for (auto* fused : fused_instructions()) { in IsElementwiseImpl()
1473 auto fused_instructions = cloned_fusion->fused_instructions_computation() in MergeFusionInstruction() local
1475 for (auto fused_it = fused_instructions.rbegin(); in MergeFusionInstruction()
1476 fused_it != fused_instructions.rend(); ++fused_it) { in MergeFusionInstruction()
1622 HloFusionInstruction::fused_instructions() const { in fused_instructions() function in xla::HloFusionInstruction
1629 HloFusionInstruction::fused_instructions() { in fused_instructions() function in xla::HloFusionInstruction
Dtuple_points_to_analysis_test.cc777 fusion->fused_instructions(), [&](const HloInstruction* fused) { in GetFusionParameterForOperand()
781 CHECK(it != fusion->fused_instructions().end()); in GetFusionParameterForOperand()
Dhlo_instruction.h1740 fused_instructions() const;
1744 fused_instructions();
Dhlo_instructions.h951 fused_instructions() const;
955 fused_instructions();
Dhlo_instruction.cc4023 HloInstruction::fused_instructions() const { in fused_instructions() function in xla::HloInstruction
4024 return Cast<HloFusionInstruction>(this)->fused_instructions(); in fused_instructions()
4029 HloInstruction::fused_instructions() { in fused_instructions() function in xla::HloInstruction
4030 return Cast<HloFusionInstruction>(this)->fused_instructions(); in fused_instructions()
Dhlo_verifier.cc1729 for (const auto& fused : fusion->fused_instructions()) { in CheckFusionInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc278 std::transform(root->fused_instructions().begin(), in RunFusionAndCheckOpcodesWereFused()
279 root->fused_instructions().end(), fused_opcodes.begin(), in RunFusionAndCheckOpcodesWereFused()