Trait burn_jit::FloatElement

source ·
pub trait FloatElement: JitElement + Element { }
Expand description

The float element type for the jit backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatElement for f32

Implementors§