Typedef torch::nn::MaxUnpool2dOptions¶
Defined in File pooling.h
Typedef Documentation¶
-
using torch::nn::MaxUnpool2dOptions = MaxUnpoolOptions<2>¶
MaxUnpoolOptions
specialized for theMaxUnpool2d
module.Example:
MaxUnpool2d model(MaxUnpool2dOptions(3).stride(2).padding(1));