Expand description
Backend module.
Modules§
- Burn Autodiff
- Types and traits of JIT backend.
Structs§
- Generic tensor backend that can be compiled just-in-time to any shader runtime
- Runtime that uses the [wgpu] crate with the wgsl compiler. This is used in the Wgpu backend. For advanced configuration, use [
init_sync
] to pass in runtime options or to select a specific graphics API.
Enums§
- The device struct when using the
wgpu
backend.
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.
Type Aliases§
- The backend marker to enable autodiff.
- The JIT backend using
WgpuRuntime
.