Searched refs:underlying_devices_vector (Results 1 – 1 of 1) sorted by relevance
372 std::vector<std::string> underlying_devices_vector; in AllocateParallelDevice() local373 underlying_devices_vector.reserve(num_underlying_devices); in AllocateParallelDevice()376 underlying_devices_vector.push_back(underlying_devices[device_index]); in AllocateParallelDevice()379 new ParallelDevice(underlying_devices_vector)); in AllocateParallelDevice()