Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc1078 auto convert_to_old_form = [&](HloInstruction* instr) { in TryMergeInductionVariables() local
1143 convert_to_old_form(add_new_instr(HloInstruction::CreateParameter( in TryMergeInductionVariables()
1160 convert_to_old_form(add_new_instr(HloInstruction::CreateParameter( in TryMergeInductionVariables()
1183 while_op, convert_to_old_form(new_while))); in TryMergeInductionVariables()