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