Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc531 HloInstruction* conditional, std::vector<Boundary>& to_move_out, in MoveInstructionOut() argument
533 if (to_move_out.empty()) { in MoveInstructionOut()
537 << to_move_out.size() << "\n"; in MoveInstructionOut()
564 for (int64 i = to_move_out.size() - 1; i >= 0; i--) { in MoveInstructionOut()
566 to_move_out[i], 0, conditional_parent, hoisted_instructions)); in MoveInstructionOut()
608 for (const auto& b2 : to_move_out) { in MoveInstructionOut()
1346 std::vector<std::vector<Boundary> > to_move_out, to_move_in; in Run() local
1372 to_move_out.push_back(to_move); in Run()
1378 << to_move_out.size() << ")\n"; in Run()
1438 for (int i = 0; i < to_move_out.size(); ++i) { in Run()
[all …]
Dconditional_code_motion.h141 std::vector<Boundary>& to_move_out,