Crate burn_wgpu

source ·
Expand description

Burn WGPU Backend

Modules

Macros

Structs

  • Automatic graphics API based on OS.
  • DirectX 11 graphics API.
  • DirectX 12 graphics API.
  • Metal graphics API.
  • OpenGL graphics API.
  • Vulkan graphics API.
  • WebGpu graphics API.
  • Tensor backend that uses the wgpu crate for executing GPU compute shaders.

Enums

  • The device struct when using the wgpu backend.

Traits

  • The float element type for the wgpu backend.
  • The basic trait to specify which graphics API to use as Backend.
  • The int element type for the wgpu backend.