Searched refs:new_devs (Results 1 – 1 of 1) sorted by relevance
366 std::vector<string> new_devs; in SortDevicesAndTasks() local368 new_devs.reserve(cp->group.group_size); in SortDevicesAndTasks()371 new_devs.push_back(cp->instance.device_names[pi]); in SortDevicesAndTasks()374 cp->instance.device_names = std::move(new_devs); in SortDevicesAndTasks()