Expand description
Convolution module
Structsยง
- Applies a 1D convolution over input tensors.
- Configuration to create a 1D convolution layer using the init function.
- The record type for the module.
- The record item type for the module.
- Applies a 2D convolution over input tensors.
- Configuration to create a 2D convolution layer, using the init function.
- The record type for the module.
- The record item type for the module.
- Applies a 3D convolution over input tensors.
- Configuration to create a 3D convolution layer, using the init function.
- The record type for the module.
- The record item type for the module.
- Applies a 1D transposed convolution over input tensors.
- Configuration to create an 1D transposed convolution layer using the init function.
- The record type for the module.
- The record item type for the module.
- Applies a 2D transposed convolution over input tensors.
- Configuration to create an 2D transposed convolution layer using the init function.
- The record type for the module.
- The record item type for the module.
- Applies a 3D transposed convolution over input tensors.
- Configuration to create an 3D transposed convolution layer using the init function.
- The record type for the module.
- The record item type for the module.
- Applies a deformable 2D convolution over input tensors.
- Configuration to create a deformable 2D convolution layer, using the init function.
- The record type for the module.
- The record item type for the module.