Home
last modified time | relevance | path

Searched defs:fused_root (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Ddynamic_update_slice_util.cc48 const HloInstruction* fused_root = instr->fused_expression_root(); in MayBeImplementedAsInPlaceDynamicUpdateSlice() local
75 HloInstruction* fused_root = fusion->fused_expression_root(); in CanEmitFusedDynamicUpdateSliceInPlace() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.cc2204 const HloInstruction* fused_root = fusion->fused_expression_root(); in CheckFusionInstruction() local
H A Dhlo_instructions.cc1813 HloInstruction* fused_root) in HloFusionInstruction()
H A Dhlo_instruction.cc1784 const Shape& shape, FusionKind fusion_kind, HloInstruction* fused_root) { in CreateFusion()