Home
last modified time | relevance | path

Searched defs:while_body_root (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_simplifier.cc65 HloInstruction* while_body_root = while_body->root_instruction(); in RemoveDeadTupleIndices() local
240 HloInstruction* while_body_root = while_body->root_instruction(); in TryRemoveDeadWhileParams() local
538 HloInstruction* while_body_root = while_body->root_instruction(); in TryRemoveRepeatedWhileTupleIndices() local
634 auto* while_body_root = while_body->root_instruction(); in TryRemoveConstantParams() local
868 auto while_body_root = while_body->root_instruction(); in TryPropagateConstant() local
1003 auto* while_body_root = while_body->root_instruction(); in TryFlattenNestedTuples() local
1134 auto* while_body_root = while_body->root_instruction(); in TryMergeInductionVariables() local
H A Dwhile_loop_analysis.cc146 auto* while_body_root = while_body->root_instruction(); in GetAuxiliaryLoopInductionVars() local
282 auto* while_body_root = while_body->root_instruction(); in GetLoopInductionVarTupleIdx() local
603 auto* while_body_root = while_body->root_instruction(); in ComputeWhileLoopTripCountUpperBound() local
H A Dhlo_module_dce.cc54 auto* while_body_root = while_body_comp->root_instruction(); in RunWhileDCE() local
H A Dwhile_loop_constant_sinking.cc32 HloInstruction* while_body_root, in ReplaceUsesWhileKeepingLoopInvariance()
H A Dhlo_module_dce_test.cc53 auto* while_body_root = while_body_comp->root_instruction(); in WhileBodyHasPassThroughTupleElement() local