Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_constant_sinking.cc79 HloInstruction* constant_instr = in TrySinkingConstantsIntoWhileLoop() local
82 invariant_body_gte, constant_instr, while_body->root_instruction(), in TrySinkingConstantsIntoWhileLoop()
96 HloInstruction* constant_instr = while_cond->AddInstruction( in TrySinkingConstantsIntoWhileLoop() local
99 invariant_cond_gte->ReplaceAllUsesWith(constant_instr)); in TrySinkingConstantsIntoWhileLoop()