burn::tensor

Module backend

Expand description

The backend module.

Structs§

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