Home
last modified time | relevance | path

Searched defs:old_instr (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_constant_sinking.cc29 HloInstruction* old_instr, HloInstruction* new_instr, in ReplaceUsesWhileKeepingLoopInvariance()
Dspace_to_batch_converter.cc1650 HloInstruction* new_instr, HloInstruction* old_instr, in SelectValidPortion()
1707 HloInstruction* old_instr) { in BatchToSpace()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc361 for (auto old_instr : def_to_use_order) { in CreateFusedComputation() local