Trait burn::backend::wgpu::IntElement

pub trait IntElement: JitElement + Int { }
Expand description

The int element type for the jit backend.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl IntElement for i32

Implementors§