gausplat_trainer::train::gaussian_3d

Module backend

source
Expand description

Backend module.

Modules§

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§