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/
Dhlo_module_dce.cc50 auto* while_body_root = while_body_comp->root_instruction(); in RunWhileDCE() local
Dwhile_loop_simplifier.cc59 HloInstruction* while_body_root = while_body->root_instruction(); in TryRemoveDeadWhileParams() local
316 auto* while_body_root = while_body->root_instruction(); in TryRemoveConstantParams() local
513 auto while_body_root = while_body->root_instruction(); in TryPropagateConstant() local
648 auto* while_body_root = while_body->root_instruction(); in TryFlattenNestedTuples() local
775 auto* while_body_root = while_body->root_instruction(); in TryMergeInductionVariables() local
Dwhile_loop_analysis.cc129 auto* while_body_root = while_body->root_instruction(); in GetLoopInductionVarTupleIdx() local
449 auto* while_body_root = while_body->root_instruction(); in ComputeWhileLoopTripCountUpperBound() local
Dwhile_loop_constant_sinking.cc30 HloInstruction* while_body_root, int64 tuple_index) { in ReplaceUsesWhileKeepingLoopInvariance()
Dhlo_module_dce_test.cc55 auto* while_body_root = while_body_comp->root_instruction(); in WhileBodyHasPassThroughTupleElement() local