Module burn::tensor::backend

source ·
Expand description

The backend module.

Traits§

  • Trait that allows a backend to support autodiff.
  • This trait defines all types and functions needed for a backend to be used with burn.
  • Allows tensors to be transferred between backends efficiently.