Typedef torch::nn::ConvTranspose3dOptions¶
Defined in File conv.h
Typedef Documentation¶
-
using torch::nn::ConvTranspose3dOptions = ConvTransposeOptions<3>¶
ConvTransposeOptions
specialized for theConvTranspose3d
module.Example:
ConvTranspose3d model(ConvTranspose3dOptions(2, 2, 2).stride(1).bias(false));