Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_invariant_code_motion.cc90 HloInstruction* next_operand = in CreateLoopInvariantCopy() local
92 if (hoisted_instructions->contains(next_operand) || in CreateLoopInvariantCopy()
93 next_operand == while_body_param) { in CreateLoopInvariantCopy()
97 dfs_stack.push_back({next_operand, 0}); in CreateLoopInvariantCopy()