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