Expand description
Operations on tensors module.
Modules
- Module with convolution operations.
- Module with pooling operations.
Structs
- Gradient computed during the backward pass for each tensor used by conv1d.
- Gradient computed during the backward pass for each tensor used by conv2d.
- Convolution options.
- Transposed convolution options.
- Gradient computed during the backward pass for each tensor used by max_pool1d.
- Results from max_pool1d.
- Gradient computed during the backward pass for each tensor used by max_pool2d.
- Results from max_pool2d.
- Unfold operation options.