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