Module conv

Expand description

Convolution module

Structs§

Conv1d
Applies a 1D convolution over input tensors.
Conv1dConfig
Configuration to create a 1D convolution layer using the init function.
Conv1dRecord
The record type for the module.
Conv1dRecordItem
The record item type for the module.
Conv2d
Applies a 2D convolution over input tensors.
Conv2dConfig
Configuration to create a 2D convolution layer, using the init function.
Conv2dRecord
The record type for the module.
Conv2dRecordItem
The record item type for the module.
Conv3d
Applies a 3D convolution over input tensors.
Conv3dConfig
Configuration to create a 3D convolution layer, using the init function.
Conv3dRecord
The record type for the module.
Conv3dRecordItem
The record item type for the module.
ConvTranspose1d
Applies a 1D transposed convolution over input tensors.
ConvTranspose1dConfig
Configuration to create an 1D transposed convolution layer using the init function.
ConvTranspose1dRecord
The record type for the module.
ConvTranspose1dRecordItem
The record item type for the module.
ConvTranspose2d
Applies a 2D transposed convolution over input tensors.
ConvTranspose2dConfig
Configuration to create an 2D transposed convolution layer using the init function.
ConvTranspose2dRecord
The record type for the module.
ConvTranspose2dRecordItem
The record item type for the module.
ConvTranspose3d
Applies a 3D transposed convolution over input tensors.
ConvTranspose3dConfig
Configuration to create an 3D transposed convolution layer using the init function.
ConvTranspose3dRecord
The record type for the module.
ConvTranspose3dRecordItem
The record item type for the module.
DeformConv2d
Applies a deformable 2D convolution over input tensors.
DeformConv2dConfig
Configuration to create a deformable 2D convolution layer, using the init function.
DeformConv2dRecord
The record type for the module.
DeformConv2dRecordItem
The record item type for the module.