Searched refs:to_move_in (Results 1 – 2 of 2) sorted by relevance
633 HloInstruction* conditional, std::vector<Boundary>& to_move_in, in MoveInstructionIn() argument635 if (to_move_in.empty()) { in MoveInstructionIn()639 << to_move_in.size() << "\n"; in MoveInstructionIn()645 int64 to_move_in_size = to_move_in.size(); in MoveInstructionIn()648 DynCast<HloGetTupleElementInstruction>(to_move_in[0].operands()[0]); in MoveInstructionIn()733 Boundary b_to_move = to_move_in[to_move_index]; in MoveInstructionIn()739 op->users()[0] == to_move_in[to_move_index + 1].operands()[0]) { in MoveInstructionIn()782 Boundary boundary_to_move_in = to_move_in[i]; in MoveInstructionIn()1346 std::vector<std::vector<Boundary> > to_move_out, to_move_in; in Run() local1385 to_move_in.push_back(to_move); in Run()[all …]
144 std::vector<Boundary>& to_move_in,