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