Home
last modified time | relevance | path

Searched refs:while_body_param (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_dce.cc49 auto* while_body_param = while_body_comp->parameter_instruction(0); in RunWhileDCE() local
74 while_body_param->shape().tuple_shapes(i), while_body_param, in RunWhileDCE()
Dwhile_loop_invariant_code_motion.cc53 HloInstruction* while_body_param = while_body->parameter_instruction(0); in CreateLoopInvariantCopy() local
65 return old_operand == while_body_param in CreateLoopInvariantCopy()
93 next_operand == while_body_param) { in CreateLoopInvariantCopy()
Dhlo_module_dce_test.cc54 auto* while_body_param = while_body_comp->parameter_instruction(0); in WhileBodyHasPassThroughTupleElement() local
62 operand->operand(0) == while_body_param) { in WhileBodyHasPassThroughTupleElement()
Dwhile_util.cc132 HloInstruction* while_body_param = new_while_body->parameter_instruction(0); in MakeInstructionsLiveIn() local
139 while_body_param, i))); in MakeInstructionsLiveIn()
Dwhile_loop_analysis.cc137 auto* while_body_param = while_body->parameter_instruction(0); in GetLoopInductionVarTupleIdx() local
139 GetGTEOperandIndex(while_body_inc, while_body_param); in GetLoopInductionVarTupleIdx()
Dwhile_loop_simplifier.cc518 auto while_body_param = while_body->parameter_instruction(0); in TryPropagateConstant() local
530 m::GetTupleElement(m::Op().Is(while_body_param), i) in TryPropagateConstant()