Module burn::tensor::backend

Expand description

The backend module.

Structs§

Enums§

  • What kind of synchronization to use.

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.
  • The handle device trait allows to get an id for a backend device.