API symbolsnn
Copy
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).
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
