Zipper
- class torchdata.datapipes.map.Zipper(*datapipes: MapDataPipe[T_co])
Aggregates elements into a tuple from each of the input DataPipes (functional name:
zip
). This MataPipe is out of bound as soon as the shortest input DataPipe is exhausted.- Parameters
*datapipes – Map DataPipes being aggregated