Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger.cc90 for (auto* fused_instruction : fusion->fused_instructions()) { in CalculateBytesReadByFusionInstruction()
226 if (absl::c_any_of(fusion->fused_instructions(), in HandleFusion()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer_analysis.cc34 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions()
Dtuple_points_to_analysis.cc127 for (auto* fused : instruction->fused_instructions()) { in GatherFusionInstructions()
169 PopulateDefinedBuffersAndAliases(instruction->fused_instructions())); in Analyze()
557 for (auto* fused : instruction->fused_instructions()) { in ToString()
Dreshape_mover.cc215 for (const auto& fused_instruction : instruction->fused_instructions()) { in PerformSinkReshapeOrTranspose()
Dhlo_instructions.cc1181 for (auto* fused : fused_instructions()) { in IsElementwiseImpl()
1243 auto fused_instructions = cloned_fusion->fused_instructions_computation() in MergeFusionInstruction() local
1245 for (auto fused_it = fused_instructions.rbegin(); in MergeFusionInstruction()
1246 fused_it != fused_instructions.rend(); ++fused_it) { in MergeFusionInstruction()
1353 HloFusionInstruction::fused_instructions() const { in fused_instructions() function in xla::HloFusionInstruction
1360 HloFusionInstruction::fused_instructions() { in fused_instructions() function in xla::HloFusionInstruction
Dhlo_instruction.h1460 fused_instructions() const;
1464 fused_instructions();
Dtuple_points_to_analysis_test.cc726 fusion->fused_instructions(), [&](const HloInstruction* fused) { in GetFusionParameterForOperand()
730 CHECK(it != fusion->fused_instructions().end()); in GetFusionParameterForOperand()
Dhlo_instructions.h767 fused_instructions() const;
771 fused_instructions();
Dhlo_instruction.cc3328 HloInstruction::fused_instructions() const { in fused_instructions() function in xla::HloInstruction
3329 return Cast<HloFusionInstruction>(this)->fused_instructions(); in fused_instructions()
3334 HloInstruction::fused_instructions() { in fused_instructions() function in xla::HloInstruction
3335 return Cast<HloFusionInstruction>(this)->fused_instructions(); in fused_instructions()
Dhlo_verifier.cc1292 for (const auto& fused : fusion->fused_instructions()) { in CheckFusionInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_instruction_fusion_test.cc276 std::transform(root->fused_instructions().begin(), in RunFusionAndCheckOpcodesWereFused()
277 root->fused_instructions().end(), fused_opcodes.begin(), in RunFusionAndCheckOpcodesWereFused()