Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc55 HloInstruction* while_body_root = while_body->root_instruction(); in RemoveDeadTupleIndices() local
227 HloInstruction* while_body_root = while_body->root_instruction(); in TryRemoveDeadWhileParams() local
401 HloInstruction* while_body_root = while_body->root_instruction(); in TryRemoveRepeatedWhileTupleIndices() local
497 auto* while_body_root = while_body->root_instruction(); in TryRemoveConstantParams() local
725 auto while_body_root = while_body->root_instruction(); in TryPropagateConstant() local
860 auto* while_body_root = while_body->root_instruction(); in TryFlattenNestedTuples() local
987 auto* while_body_root = while_body->root_instruction(); in TryMergeInductionVariables() local
Dwhile_loop_analysis.cc135 auto* while_body_root = while_body->root_instruction(); in GetAuxiliaryLoopInductionVars() local
271 auto* while_body_root = while_body->root_instruction(); in GetLoopInductionVarTupleIdx() local
591 auto* while_body_root = while_body->root_instruction(); in ComputeWhileLoopTripCountUpperBound() local
Dhlo_module_dce.cc53 auto* while_body_root = while_body_comp->root_instruction(); in RunWhileDCE() local
Dwhile_loop_constant_sinking.cc30 HloInstruction* while_body_root, int64 tuple_index) { in ReplaceUsesWhileKeepingLoopInvariance()
Dhlo_module_dce_test.cc54 auto* while_body_root = while_body_comp->root_instruction(); in WhileBodyHasPassThroughTupleElement() local