Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_dce.cc52 auto* while_body_param = while_body_comp->parameter_instruction(0); in RunWhileDCE() local
78 while_body_param->shape().tuple_shapes(i), while_body_param, in RunWhileDCE()
Dwhile_loop_analysis.cc101 auto* while_body_param = while_body->parameter_instruction(0); in GetAuxiliaryLoopInductionVars() local
103 VLOG(2) << "the parameter instr:" << while_body_param->ToShortString(); in GetAuxiliaryLoopInductionVars()
104 VLOG(2) << "the parameter user count:" << while_body_param->users().size(); in GetAuxiliaryLoopInductionVars()
105 if (while_body_param == nullptr) return aux_ind_gte; in GetAuxiliaryLoopInductionVars()
115 for (const HloInstruction* indx_instr : while_body_param->users()) { in GetAuxiliaryLoopInductionVars()
279 auto* while_body_param = while_body->parameter_instruction(0); in GetLoopInductionVarTupleIdx() local
281 GetGTEOperandIndex(while_body_inc, while_body_param); in GetLoopInductionVarTupleIdx()
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()
Dwhile_loop_expensive_invariant_code_motion.cc67 HloInstruction* while_body_param = while_body->parameter_instruction(0); in CreateLoopInvariantCopy() local
81 return old_operand == while_body_param in CreateLoopInvariantCopy()
104 if (next_operand == while_body_param || in CreateLoopInvariantCopy()
Dhlo_module_dce_test.cc53 auto* while_body_param = while_body_comp->parameter_instruction(0); in WhileBodyHasPassThroughTupleElement() local
61 operand->operand(0) == while_body_param) { in WhileBodyHasPassThroughTupleElement()
Dwhile_util.cc133 HloInstruction* while_body_param = new_while_body->parameter_instruction(0); in MakeInstructionsLiveIn() local
140 while_body_param, i))); in MakeInstructionsLiveIn()
Dwhile_loop_simplifier.cc730 auto while_body_param = while_body->parameter_instruction(0); in TryPropagateConstant() local
742 m::GetTupleElement(m::Op().Is(while_body_param), i) in TryPropagateConstant()