Module burn_tensor::ops
source · 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.
Traits
- Activation function operations.
- Bool Tensor API for basic operations, see tensor for documentation on each function.
- Int Tensor API for basic and numeric operations, see tensor for documentation on each function.
- Module operations trait.
- Operations on float tensors.
Type Aliases
- Boolean tensor primitive type used by the backend.
- Device type used by the backend.
- Float element type used by backend.
- Float tensor primitive type used by the backend.
- Full precision float element type used by the backend.
- Integer element type used by backend.
- Integer tensor primitive type used by the backend.