gausplat_trainer::train::gaussian_3d::backend::wgpu

Trait FloatElement

pub trait FloatElement: JitElement + Float { }
Expand description

The float element type for the jit backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl FloatElement for f32

§

impl FloatElement for f64

§

impl FloatElement for bf16

§

impl FloatElement for f16

Implementors§