Non Variable input for DataParallel

DataParallel accepts multiple Variable inputs and scatters them into chunks based on the number of GPU. I’m wondering if it’s possible to pass non-Variable iterables like list, tuple, and the DataParallel still scatters them into chunks.

Thanks a lot in advance.