Module backend
Expand description
The backend module.
Structs§
- Device
Context - Handle for accessing a DeviceState associated with a specific device.
- Device
Guard - Guard making sure only the locked device can be used.
- Device
Id - The device id.
- Device
State Guard - Guard providing mutable access to DeviceState.
Traits§
- Autodiff
Backend - Trait that allows a backend to support autodiff.
- Backend
- This trait defines all types and functions needed for a backend to be used with burn.
- Device
- Device trait for all cubecl devices.
- Device
Ops - The handle device trait allows to get an id for a backend device.
- Device
State - A state that can be saved inside the DeviceContext.