Pixel_shuffle
Rearranges elements in a tensor of shape (∗,C×r2,H,W)(*, C \times r^2, H, W)(∗,C×r2,H,W) to a tensor of shape (∗,C,H×r,W×r)(*, C, H \times r, W \times r)(∗,C,H×r,W×r).
nnf_pixel_shuffle(input, upscale_factor)
input
upscale_factor
Useful links