torch.nn.LazyConvTranspose1d
class LazyConvTranspose1d extends Modulenew LazyConvTranspose1d(out_channels: number, kernel_size: number, options: LazyConvTransposeOptions = {})
weight(Parameter | null)bias(Parameter | null)- readonly
out_channels(number) - readonly
kernel_size(number) - readonly
stride(number) - readonly
padding(number) - readonly
output_padding(number) - readonly
dilation(number) - readonly
padding_mode('zeros' | 'reflect' | 'replicate' | 'circular') - readonly
in_channels(number)
A torch.nn.ConvTranspose1d module with lazy initialization of the in_channels argument.