Expand description
Backend module.
Modules§
- Burn Autodiff
- Burn Candle Backend
- Burn Tch Backend
- Burn ndarray backend.
Structs§
- Enable auto-differentiation on a backend.
- Tensor backend that uses the candle crate for executing tensor operations.
- Tensor backend that uses
LibTorch
with the [tch] crate for executing tensor operations. - Tensor backend that uses the ndarray crate for executing tensor operations.
Type Aliases§
- Tensor backend that uses the wgpu crate for executing GPU compute shaders.