Typedef torch::nn::functional::PixelUnshuffleFuncOptions¶
Defined in File pixelshuffle.h
Typedef Documentation¶
-
using torch::nn::functional::PixelUnshuffleFuncOptions = PixelUnshuffleOptions¶
Options for
torch::nn::functional::pixel_unshuffle
.See the documentation for
torch::nn::PixelUnshuffleOptions
class to learn what arguments are supported.Example:
namespace F = torch::nn::functional; F::pixel_unshuffle(x, F::PixelUnshuffleFuncOptions(2));