Module burn::backend

source ·
Expand description

Backend module.

Modules§

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.