Module conv
Expand description
Convolution module
Structs§
- Conv1d
- Applies a 1D convolution over input tensors.
- Conv1d
Config - Configuration to create a 1D convolution layer using the init function.
- Conv1d
Record - The record type for the module.
- Conv1d
Record Item - The record item type for the module.
- Conv2d
- Applies a 2D convolution over input tensors.
- Conv2d
Config - Configuration to create a 2D convolution layer, using the init function.
- Conv2d
Record - The record type for the module.
- Conv2d
Record Item - The record item type for the module.
- Conv3d
- Applies a 3D convolution over input tensors.
- Conv3d
Config - Configuration to create a 3D convolution layer, using the init function.
- Conv3d
Record - The record type for the module.
- Conv3d
Record Item - The record item type for the module.
- Conv
Transpose1d - Applies a 1D transposed convolution over input tensors.
- Conv
Transpose1d Config - Configuration to create an 1D transposed convolution layer using the init function.
- Conv
Transpose1d Record - The record type for the module.
- Conv
Transpose1d Record Item - The record item type for the module.
- Conv
Transpose2d - Applies a 2D transposed convolution over input tensors.
- Conv
Transpose2d Config - Configuration to create an 2D transposed convolution layer using the init function.
- Conv
Transpose2d Record - The record type for the module.
- Conv
Transpose2d Record Item - The record item type for the module.
- Conv
Transpose3d - Applies a 3D transposed convolution over input tensors.
- Conv
Transpose3d Config - Configuration to create an 3D transposed convolution layer using the init function.
- Conv
Transpose3d Record - The record type for the module.
- Conv
Transpose3d Record Item - The record item type for the module.
- Deform
Conv2d - Applies a deformable 2D convolution over input tensors.
- Deform
Conv2d Config - Configuration to create a deformable 2D convolution layer, using the init function.
- Deform
Conv2d Record - The record type for the module.
- Deform
Conv2d Record Item - The record item type for the module.