Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc731 for (int64 to_move_index = cp_start; to_move_index < to_move_in_size; in MoveInstructionIn() local
732 to_move_index++) { in MoveInstructionIn()
733 Boundary b_to_move = to_move_in[to_move_index]; in MoveInstructionIn()
738 if (to_move_index < to_move_in_size - 1 && op->user_count() == 1 && in MoveInstructionIn()
739 op->users()[0] == to_move_in[to_move_index + 1].operands()[0]) { in MoveInstructionIn()