Typedef torch::nn::MaxUnpool3dOptions#
Defined in File pooling.h
Typedef Documentation#
-
using torch::nn::MaxUnpool3dOptions = MaxUnpoolOptions<3>#
MaxUnpoolOptions
specialized for theMaxUnpool3d
module.Example:
MaxUnpool3d model(MaxUnpool3dOptions(3).stride(2).padding(1));