TensorPlay
API symbolsnn
Copy
View MarkdownDownload .md

tensorplay.nn.functional.pixel_unshuffle

tensorplay.nn.functional.pixel_unshuffle(input: TensorBase, downscale_factor: int) TensorBase[source]

Reverses the pixel_shuffle() transformation: (*, C, H x r, W x r) -> (*, C x r^2, H, W).

Ask DeepWiki