Trait burn::backend::wgpu::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

Implementors§