Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_code_motion.cc1347 std::vector<std::vector<Boundary> > new_boundaries_for_moveout; in Run() local
1373 new_boundaries_for_moveout.push_back(next_boundary); in Run()
1442 for (int i = 0; i < new_boundaries_for_moveout.size(); ++i) { in Run()
1443 std::vector<Boundary>& m = new_boundaries_for_moveout[i]; in Run()
1455 CHECK(to_move_out.size() == new_boundaries_for_moveout.size()); in Run()
1459 new_boundaries_for_moveout[i])); in Run()